songdb 5 лет назад
Родитель
Сommit
b7f0d3c129
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      app/Http/Controllers/Wap/Pay/OrdersController.php

+ 2 - 2
app/Http/Controllers/Wap/Pay/OrdersController.php

@@ -1358,8 +1358,8 @@ class OrdersController extends Controller
 
             $trade_result = json_decode($data['trade_result'],true);
             $transaction_id = $trade_result['transaction_id'];
-
-            if ($trade_result['result_code'] == 'success') {
+dd($trade_result);
+            if ($trade_result['result_code'] == 'SUCCESS') {
                 Log::info('wcback_palmpay_notify_sign_success');
                 // 修改表比较多,开启事务
                 DB::beginTransaction();