feat : refund
This commit is contained in:
@@ -44,6 +44,11 @@ abstract class BaseRefundOrderService
|
||||
*/
|
||||
public int $type;
|
||||
|
||||
/**
|
||||
* @var int
|
||||
*/
|
||||
public int $adminId = 0;
|
||||
|
||||
/**
|
||||
* @var array
|
||||
*/
|
||||
@@ -213,6 +218,7 @@ abstract class BaseRefundOrderService
|
||||
$this->refundInfo = new RefundOrder();
|
||||
|
||||
$this->refundInfo->user_id = $this->orderInfo->user_id;
|
||||
$this->refundInfo->action_admin_id = $this->adminId;
|
||||
$this->refundInfo->order_type = OrderCode::ORDER_TYPE_GOOD;
|
||||
$this->refundInfo->order_id = $this->orderId;
|
||||
$this->refundInfo->pay_id = $this->payInfo->id;
|
||||
|
||||
Reference in New Issue
Block a user