diff --git a/app/Services/AfterSaleService.php b/app/Services/AfterSaleService.php index 03f2a922..08bf4a16 100644 --- a/app/Services/AfterSaleService.php +++ b/app/Services/AfterSaleService.php @@ -52,6 +52,7 @@ class AfterSaleService 'order_id' => $orderProduct->order_id, 'amount' => $amount, 'state' => AfterSale::STATE_VERIFY, + 'sales_value' => $orderProduct->sales_value, ])); $orderProduct->update([