Commit eb646ad0 authored by christ's avatar christ

refund

parent f0742cee
...@@ -1233,7 +1233,7 @@ class OrderConfirmUtil { ...@@ -1233,7 +1233,7 @@ class OrderConfirmUtil {
} }
} }
} }
$storeGoodsList['gcPrices'] = isset($storeGcCouponPriceArray); $storeGoodsList['gcPrices'] = isset($storeGcCouponPriceArray)?$storeGcCouponPriceArray:array();
$storeGoodsList['goodsCommonPrices'] = $storeGoodsCommonCouponPriceArray; $storeGoodsList['goodsCommonPrices'] = $storeGoodsCommonCouponPriceArray;
$storeGoodsList['storeCouponPrice'] = $storeCouponPrice; $storeGoodsList['storeCouponPrice'] = $storeCouponPrice;
$reliefAmount = $cartService->getOneCouponReliefAmount($coupon,$storeGoodsList); $reliefAmount = $cartService->getOneCouponReliefAmount($coupon,$storeGoodsList);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment