File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
resources/views/epay_webhook Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 198
198
</div >
199
199
@endif
200
200
201
- <form action =" {{ route (' epaywebhook .post' ) } }" method =" post" class =" form mainForm" >
201
+ <form action =" {{ route (' epay_webhook_tester .post' ) } }" method =" post" class =" form mainForm" >
202
202
@csrf
203
203
<div class =" form__field" >
204
204
<input type =" text" name =" invoice_id" class =" form__input" placeholder =" Invoice ID"
Original file line number Diff line number Diff line change 5
5
6
6
Route::middleware (['web ' ])->group (function () {
7
7
Route::get ('/epay-webhook-tester ' , [EpayWebhookController::class, 'test ' ]);
8
- Route::post ('/epay-webhook-tester ' , [EpayWebhookController::class, 'test_store ' ])->name ('epaywebhook .post ' );
8
+ Route::post ('/epay-webhook-tester ' , [EpayWebhookController::class, 'test_store ' ])->name ('epay_webhook_tester .post ' );
9
9
});
You can’t perform that action at this time.
0 commit comments