|
@@ -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());
|
|
|
}
|