From 05d6d5c9d0989c8cbee4ba4f70cc7efe6e79f725 Mon Sep 17 00:00:00 2001 From: morteza-mortezai Date: Wed, 31 Dec 2025 15:41:33 +0330 Subject: [PATCH] update : callback --- src/modules/IPG/gateways/sep.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/IPG/gateways/sep.ts b/src/modules/IPG/gateways/sep.ts index 817f4cb..053f4bd 100644 --- a/src/modules/IPG/gateways/sep.ts +++ b/src/modules/IPG/gateways/sep.ts @@ -15,7 +15,7 @@ class SepGateway { private logger = new Logger(SepGateway.name); private gatewayApiUrl: string = process.env.SEP_HOST || "https://sep.shaparak.ir"; - private callBackURL = `https://fajrtabloshop.com/verify/saman/`; + private callBackURL = `https://api.fajrtabloshop.com/payment/verify/SEP/`; private TERMINAL_ID: string = process.env.SEP_TERMINAL_ID || "15364098"; private requestHeader = { "Content-Type": "application/json", Accept: "application/json" };