up
This commit is contained in:
@@ -53,7 +53,7 @@ export class PaymentGatewayService {
|
||||
|
||||
// Handle ZarinPal gateway
|
||||
if (gateway === PaymentGatewayEnum.ZarinPal) {
|
||||
const callbackUrl = `${domain}/payments/${orderId}/callback`;
|
||||
const callbackUrl = `${domain}/verify/${orderId}`;
|
||||
try {
|
||||
const gatewayResponse = await this.requestToZarinPalGateway({
|
||||
amount,
|
||||
|
||||
Reference in New Issue
Block a user