From 5c63dc6e3884f1b3d554d407a14d344623ef5a4e Mon Sep 17 00:00:00 2001 From: masoodafar-web Date: Sun, 22 Feb 2026 22:12:02 +0330 Subject: [PATCH] feat: activate ZarinPal gateway with production MerchantId - MerchantId: 4225d555-5fa9-4df0-9b61-1ce152cbbba8 - UseSandbox: false (production mode) --- src/CMSMicroservice.WebApi/appsettings.Staging.json | 4 ++-- src/CMSMicroservice.WebApi/appsettings.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/CMSMicroservice.WebApi/appsettings.Staging.json b/src/CMSMicroservice.WebApi/appsettings.Staging.json index 608c072..23ac3d9 100644 --- a/src/CMSMicroservice.WebApi/appsettings.Staging.json +++ b/src/CMSMicroservice.WebApi/appsettings.Staging.json @@ -1,8 +1,8 @@ { "PaymentProvider": "zarinpal", "ZarinPal": { - "MerchantId": "6b098fc8-f490-47a1-aac3-1de1a1b84404", - "UseSandbox": true + "MerchantId": "4225d555-5fa9-4df0-9b61-1ce152cbbba8", + "UseSandbox": false }, "FMS": { "Address": "https://dl.afrino.co" diff --git a/src/CMSMicroservice.WebApi/appsettings.json b/src/CMSMicroservice.WebApi/appsettings.json index 424513b..2d32cb1 100644 --- a/src/CMSMicroservice.WebApi/appsettings.json +++ b/src/CMSMicroservice.WebApi/appsettings.json @@ -1,8 +1,8 @@ { "PaymentProvider": "zarinpal", "ZarinPal": { - "MerchantId": "6b098fc8-f490-47a1-aac3-1de1a1b84404", - "UseSandbox": true + "MerchantId": "4225d555-5fa9-4df0-9b61-1ce152cbbba8", + "UseSandbox": false }, "CmsBaseUrl": "https://cms.se.kbs1.ir", "FrontOfficeBaseUrl": "https://foursat.se.kbs1.ir",