From 563fe563c0e5cd98fa7c43a8f51e9ec921386688 Mon Sep 17 00:00:00 2001 From: MahanCh Date: Thu, 7 Aug 2025 14:29:44 +0330 Subject: [PATCH] fix appsetting bug --- .../Application/PaymentGateway/AqayePardakhtPaymentGateway.cs | 2 +- ServiceHost/appsettings.Development.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/0_Framework/Application/PaymentGateway/AqayePardakhtPaymentGateway.cs b/0_Framework/Application/PaymentGateway/AqayePardakhtPaymentGateway.cs index 8df8d415..b71f8681 100644 --- a/0_Framework/Application/PaymentGateway/AqayePardakhtPaymentGateway.cs +++ b/0_Framework/Application/PaymentGateway/AqayePardakhtPaymentGateway.cs @@ -24,7 +24,7 @@ public class AqayePardakhtPaymentGateway:IPaymentGateway { _httpClient = httpClientFactory.CreateClient(); - if (appSetting.Value.Domain == ".dad-mehr.ir") + if (appSetting.Value.Domain == ".dadmehrg.ir") { _pin = "7349F84E81AB584862D9"; } diff --git a/ServiceHost/appsettings.Development.json b/ServiceHost/appsettings.Development.json index decb7c62..ef2d0a22 100644 --- a/ServiceHost/appsettings.Development.json +++ b/ServiceHost/appsettings.Development.json @@ -35,7 +35,7 @@ "ApiKey": "Og5M562igmzJRhQPnq0GdtieYdLgtfikjzxOmeQBPxJjZtyge5Klc046Lfw1mxSa", "SecretKey": "dadmehr" }, - "Domain": ".gozareshgir.ir" + "Domain": ".dadmehrg.ir" }