gorden 8 месяцев назад
Родитель
Сommit
aca8337271
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/admin/service/order/OrderService.php

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

@@ -258,7 +258,7 @@ class OrderService
             $config = config('payment.wxpay');
             unset($config['notify_url']);
             dump(Pay::wechat($config));
-            $result = Pay::wechat($config)->find($order);
+            $result = Pay::wechat($config)->find($orderId,'pos');
         }catch (\Exception $e){
             dump($e->getMessage());
         }