fix : callback url

This commit is contained in:
morteza-mortezai
2025-10-27 19:29:36 +03:30
parent be74d75212
commit a6e0908576
+1 -1
View File
@@ -10,7 +10,7 @@ class ZarinPalGateway {
private logger = new Logger(ZarinPalGateway.name);
private gatewayApiUrl: string = `https://${process.env.IPG_TYPE}.zarinpal.com/pg`; //or api subdomain
private callBackURL = `${process.env.SITE_URL}/verify/Zarinpal/`;
private callBackURL = `${process.env.SITE_URL}/payment/verify/Zarinpal/`;
private MERCHANT_ID: string = process.env.ZARINPAL_MERCHANT_ID;
private requestHeader = { "Content-Type": "application/json", Accept: "application/json" };