Cocker Setup
This commit is contained in:
parent
8fdaa0ba1d
commit
8c11130b5d
191 changed files with 8152 additions and 18186 deletions
|
|
@ -19,6 +19,4 @@ Route::group(['middleware' => ['checkout']], function () {
|
|||
Route::get('/transaction/status/{status?}/{reference?}', 'Web\CheckoutController@transactionStatus')->name('checkout.transaction_status');
|
||||
Route::post('/transaction/status/{status?}/{reference?}', 'Web\CheckoutController@transactionStatusPost')->name('checkout.transaction_status_post');
|
||||
Route::get('/transaction/approved/{transactionId}/{reference}', 'Web\CheckoutController@transactionApproved')->name('checkout.transaction_approved');
|
||||
|
||||
// Catch-all Route für rechtliche Seiten wie /versandkosten, /zahlungsarten etc.
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue