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';
         }