fix on payment by cb

This commit is contained in:
ludo
2024-01-04 15:43:02 +01:00
parent 8a463e7b9e
commit 03027cde01
14 changed files with 170 additions and 151 deletions

View File

@@ -1,3 +0,0 @@
<?php
Route::resource('OrderPayments', 'OrderPaymentController');

View File

@@ -21,6 +21,5 @@ Route::prefix('')->namespace('Shop')->name('Shop.')->group(function () {
include_once __DIR__.'/Offers.php';
include_once __DIR__.'/Orders.php';
include_once __DIR__.'/Orders.php';
include_once __DIR__.'/OrderPayments.php';
include_once __DIR__.'/Searches.php';
});