fix : sep gateway
This commit is contained in:
@@ -51,6 +51,7 @@ class SepGateway implements IGateway {
|
|||||||
RedirectUrl: `${this.callBackURL}${callBackPath}`,
|
RedirectUrl: `${this.callBackURL}${callBackPath}`,
|
||||||
ResNum: Date.now().toString(),
|
ResNum: Date.now().toString(),
|
||||||
CellNumber: _mobile,
|
CellNumber: _mobile,
|
||||||
|
GetMethod:true
|
||||||
};
|
};
|
||||||
|
|
||||||
const response = await axios.post<SepRequestPaymentResponse>(requesturl, purchaseData, { headers: this.requestHeader });
|
const response = await axios.post<SepRequestPaymentResponse>(requesturl, purchaseData, { headers: this.requestHeader });
|
||||||
|
|||||||
Reference in New Issue
Block a user