mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 09:39:10 +08:00
update: payment
This commit is contained in:
parent
dc6317db97
commit
b9796f462c
@ -25,7 +25,7 @@ class PaymentController extends Controller
|
||||
{
|
||||
$payments = Payment::all();
|
||||
foreach ($payments as $k => $v) {
|
||||
$payments[$k]['notify_url'] = url("/api/v1/guest/payment/notify/{$v->payment}/{$v->id}");
|
||||
$payments[$k]['notify_url'] = url("/api/v1/guest/payment/notify/{$v->payment}/{$v->uuid}");
|
||||
}
|
||||
return response([
|
||||
'data' => $payments
|
||||
|
Loading…
Reference in New Issue
Block a user