fly 5 년 전
부모
커밋
db752ef870
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      app/Libs/Pay/Merchants/UnionPay.php

+ 2 - 0
app/Libs/Pay/Merchants/UnionPay.php

@@ -97,6 +97,8 @@ class UnionPay implements PayMerchantInterface
     public static function notify(Request $request, callable $callback)
     {
         $data = $request->all();
+        \Log::info('union_pay.notify: ');
+        \Log::info($data);
         if ($data['status'] === 'TRADE_SUCCESS') {
             $trade_no = $data['merOrderId'];
             if ($trade_no) {