fix on payment by cb
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
<?php
|
||||
|
||||
Route::resource('OrderPayments', 'OrderPaymentController');
|
||||
@@ -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