feat : coupon
This commit is contained in:
@@ -49,10 +49,12 @@ class OrderListService extends BaseService
|
||||
|
||||
/**
|
||||
* @return array
|
||||
* @throws ContainerExceptionInterface
|
||||
* @throws NotFoundExceptionInterface
|
||||
*/
|
||||
public function handle(): array
|
||||
{
|
||||
$limit = $this->request->input('limit', 20);
|
||||
$limit = (int)$this->request->input('limit', 20);
|
||||
|
||||
$orderList = $this->orderModel
|
||||
->where('user_id', $this->userId)
|
||||
|
||||
Reference in New Issue
Block a user