feat : refund
This commit is contained in:
@@ -37,7 +37,7 @@ class CancelOrderService extends BaseService
|
||||
public function handle(): array
|
||||
{
|
||||
$orderId = (int)$this->request->input('order_id');
|
||||
$type = (int)$this->request->input('type');
|
||||
$type = (int)$this->request->input('order_type');
|
||||
|
||||
$orderInfo = $this->orderModel->getInfoById($orderId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user