diff --git a/ServiceHost/Controllers/GeneralController.cs b/ServiceHost/Controllers/GeneralController.cs index b0de2b45..db7c580f 100644 --- a/ServiceHost/Controllers/GeneralController.cs +++ b/ServiceHost/Controllers/GeneralController.cs @@ -67,11 +67,11 @@ public class GeneralController : GeneralBaseController return BadRequest("این تراکنش قبلا پرداخت شده است"); } - // اگر شماره کارت یا شماره پیگیری خالی باشد، تراکنش ناموفق است - if (string.IsNullOrWhiteSpace(cardnumber) || string.IsNullOrWhiteSpace(tracking_number)) - { - return await HandleFailedTransaction(transaction, paymentTransactionId); - } + //// اگر شماره کارت یا شماره پیگیری خالی باشد، تراکنش ناموفق است + //if (string.IsNullOrWhiteSpace(cardnumber) || string.IsNullOrWhiteSpace(tracking_number)) + //{ + // return await HandleFailedTransaction(transaction, paymentTransactionId); + //} var verifyCommand = new VerifyPaymentGateWayRequest() {