fix on payment by cb
This commit is contained in:
@@ -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';
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user