From 95990cd1df994c5032a98a839764b0c9648d9e95 Mon Sep 17 00:00:00 2001 From: morteza-mortezai Date: Sun, 4 Jan 2026 15:42:49 +0330 Subject: [PATCH] fix : sep gateway --- src/modules/IPG/gateways/sep.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/IPG/gateways/sep.ts b/src/modules/IPG/gateways/sep.ts index f01ca2f..5bce058 100644 --- a/src/modules/IPG/gateways/sep.ts +++ b/src/modules/IPG/gateways/sep.ts @@ -51,6 +51,7 @@ class SepGateway implements IGateway { RedirectUrl: `${this.callBackURL}${callBackPath}`, ResNum: Date.now().toString(), CellNumber: _mobile, + GetMethod:true }; const response = await axios.post(requesturl, purchaseData, { headers: this.requestHeader });