fixes
This commit is contained in:
@@ -9,6 +9,7 @@ use App\Repositories\Core\User\ShopCart;
|
||||
use App\Repositories\Shop\Customers;
|
||||
use App\Repositories\Shop\Deliveries;
|
||||
use App\Repositories\Shop\Orders;
|
||||
use App\Repositories\Shop\OrderMails;
|
||||
use App\Repositories\Shop\Paybox;
|
||||
use App\Repositories\Shop\Baskets;
|
||||
use App\Repositories\Shop\SaleChannels;
|
||||
@@ -62,6 +63,7 @@ class OrderController extends Controller
|
||||
} else {
|
||||
return redirect()->route('Shop.Orders.confirmed');
|
||||
}
|
||||
OrderMails::sendOrderConfirmed($order->id);
|
||||
} else {
|
||||
return view('Shop.Orders.order');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user