feat: place order
This commit is contained in:
@@ -20,7 +20,7 @@ class PlaceOrderService extends BaseOrderService
|
|||||||
* @throws ContainerExceptionInterface
|
* @throws ContainerExceptionInterface
|
||||||
* @throws NotFoundExceptionInterface
|
* @throws NotFoundExceptionInterface
|
||||||
*/
|
*/
|
||||||
public function handle()
|
public function handle(): array
|
||||||
{
|
{
|
||||||
$this->siteId = (int)$this->request->input('site_id');
|
$this->siteId = (int)$this->request->input('site_id');
|
||||||
$this->couponId = (int)$this->request->input('coupon_id',0);
|
$this->couponId = (int)$this->request->input('coupon_id',0);
|
||||||
|
|||||||
Reference in New Issue
Block a user