feat : order
This commit is contained in:
@@ -149,7 +149,7 @@ abstract class BaseOrderService extends BaseService
|
||||
|
||||
$this->getGoodInfo($kitchenId);
|
||||
|
||||
$this->buildCartData(json_decode($this->request->input('cart'), true));
|
||||
$this->buildCartData($this->request->input('cart'));
|
||||
|
||||
$this->checkGood();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user