fix zareinpal

This commit is contained in:
Parsa Nazer
2026-05-16 21:09:14 +03:30
parent 63c204cf09
commit a6998d10d4
2 changed files with 10 additions and 6 deletions
+2 -2
View File
@@ -31,7 +31,7 @@ DEFAULT_FROM_EMAIL = os.getenv("SECRET_KEY")
# Security and Debugging
SECRET_KEY = os.getenv("SECRET_KEY")
DEBUG = True
DEBUG = False
BASE_DIR = Path(__file__).resolve().parent.parent.parent
# ==============================================================================
@@ -244,7 +244,7 @@ AWS_S3_OBJECT_PARAMETERS = {
AZ_IRANIAN_BANK_GATEWAYS = {
"GATEWAYS": {
"ZARINPAL": {
"MERCHANT_CODE": "",
"MERCHANT_CODE": "f1d0afad-6bbc-4494-a060-555dca675a29",
}
},
"IS_SAMPLE_FORM_ENABLE": True,