diff --git a/app/common/repositories/store/order/StoreRefundOrderRepository.php b/app/common/repositories/store/order/StoreRefundOrderRepository.php index 66a8ff81..61405aa4 100755 --- a/app/common/repositories/store/order/StoreRefundOrderRepository.php +++ b/app/common/repositories/store/order/StoreRefundOrderRepository.php @@ -327,7 +327,7 @@ class StoreRefundOrderRepository extends BaseRepository $totalPostage = 0; $refundProduct = []; $refund_order_id = 0; - $$consumptionTotal = 0; + $consumptionTotal = 0; foreach ($products as $k => $product) { $productRefundPrice = $productRefundPrices[$product['order_product_id']] ?? []; if ($product['extension_one'] > 0)