From e58baae1bf1c05d874bcd9d2d75b096c39203a75 Mon Sep 17 00:00:00 2001 From: morteza-mortezai Date: Tue, 30 Dec 2025 21:55:30 +0330 Subject: [PATCH] add : Sep gateway for test --- 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..ff1a00e 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://www.fajrtabloshop.com/verify/saman/`; private TERMINAL_ID: string = process.env.SEP_TERMINAL_ID || "15364098"; private requestHeader = { "Content-Type": "application/json", Accept: "application/json" };