feat : order
This commit is contained in:
@@ -23,6 +23,7 @@ class CheckCartService extends BaseOrderService
|
||||
public function handle(): array
|
||||
{
|
||||
$this->siteId = (int)$this->request->input('site_id');
|
||||
$this->orderType = (int)$this->request->input('order_type');
|
||||
|
||||
$this->check();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user