|
@@ -255,7 +255,7 @@ class OrderService
|
|
|
'out_trade_no' => $orderId,
|
|
|
];
|
|
|
try{
|
|
|
- dump(config('payment.wxpay');
|
|
|
+ dump(config('payment.wxpay'));
|
|
|
$result = Pay::wechat(config('payment.wxpay'))->find($orderId);
|
|
|
}catch (\Exception $e){
|
|
|
dump($e->getMessage());
|