gorden 7 달 전
부모
커밋
9870b7f6c9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/admin/service/order/OrderService.php

+ 2 - 2
app/admin/service/order/OrderService.php

@@ -312,8 +312,8 @@ class OrderService
     public static function findAlipay($orderId, $nbr = 0)
     {
         try {
-            $result = Pay::alipay(config('payment.alipay'))->find($orderId);
-            $result = json_decode(json_encode($result), true);
+//            $result = Pay::alipay(config('payment.alipay'))->find($orderId);
+//            $result = json_decode(json_encode($result), true);
         } catch (\Exception $e) {
             SupportLog::channel('pay')->error("FIND_ALIPAY", ['msg' => $e->getMessage()]);
         }