add : Sep gateway for test

This commit is contained in:
2025-12-30 21:30:25 +03:30
parent 020837db66
commit 38dfc2545a
+1 -1
View File
@@ -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 = `${process.env.SITE_URL}/payment/verify/saman/`;
private callBackURL = `https://fajrtabloshop.com/verify/saman/`;
private TERMINAL_ID: string = process.env.SEP_TERMINAL_ID || "15364098";
private requestHeader = { "Content-Type": "application/json", Accept: "application/json" };