fix : callback url
This commit is contained in:
@@ -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" };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user