laowu 1 هفته پیش
والد
کامیت
7ee7e13be4
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      app/Http/logic/api/PayPlusLogic.php

+ 0 - 2
app/Http/logic/api/PayPlusLogic.php

@@ -228,8 +228,6 @@ class PayPlusLogic extends BaseApiLogic
                 $order->GiftsID,
                 $orderSn,
             ]);
-        } elseif ($this->isFailedPayment($post)) {
-            $body['pay_status'] = 2;
         } else {
             return 'success';
         }