修复 回调错误
This commit is contained in:
parent
bcbf6bc423
commit
ecb5246393
@ -76,7 +76,7 @@ public function show(Request $request, Balance $balance)
|
||||
}
|
||||
|
||||
try {
|
||||
$result = AlipayFactory::payment()->page()->pay("支付", $balance->order_id, $balance->amount, route('balances.pay.show', ['balance' => $balance->order_id]));
|
||||
$result = AlipayFactory::payment()->page()->pay("支付", $balance->order_id, $balance->amount, route('balances.notify'));
|
||||
|
||||
$responseChecker = new ResponseChecker();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user