fix : sep gateway

This commit is contained in:
2026-01-04 16:37:38 +03:30
parent 65cde21802
commit 90e5c7a2c9
+1 -1
View File
@@ -118,7 +118,7 @@ class PaymentController extends BaseController {
@requestBody() dto: VerifyOnlinePaymentDTO,
) {
const verifyCallbackData = {
status: dto.Status,
status: dto.State,
refNum: dto.RefNum,
authority: dto.Token,
};