laowu 1 tuần trước cách đây
mục cha
commit
7ee7e13be4
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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';
         }