修复platformCoupon
This commit is contained in:
parent
859b25f665
commit
17a9c97eed
@ -139,6 +139,7 @@ class StoreOrderCreateRepository extends StoreOrderRepository
|
|||||||
$fn = [];
|
$fn = [];
|
||||||
$enabledPlatformCoupon = !$order_type;
|
$enabledPlatformCoupon = !$order_type;
|
||||||
$order_total_postage = 0;
|
$order_total_postage = 0;
|
||||||
|
$platformCoupon = [];
|
||||||
|
|
||||||
|
|
||||||
//套餐订单
|
//套餐订单
|
||||||
@ -434,6 +435,7 @@ class StoreOrderCreateRepository extends StoreOrderRepository
|
|||||||
'final_price' => $final_price,
|
'final_price' => $final_price,
|
||||||
'down_price' => $down_price,
|
'down_price' => $down_price,
|
||||||
'coupon_price' => $coupon_price,
|
'coupon_price' => $coupon_price,
|
||||||
|
'platformCoupon' => $platformCoupon,
|
||||||
'svip_coupon_merge' => $svip_coupon_merge,
|
'svip_coupon_merge' => $svip_coupon_merge,
|
||||||
'postage_price' => $postage_price,
|
'postage_price' => $postage_price,
|
||||||
'isTake' => $isTake,
|
'isTake' => $isTake,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user