|
|
@@ -715,11 +715,6 @@ class OrderService extends BaseService
|
|
|
if ($order->onlinePay == dict::getDict('onlinePay', 'yes') || $payWay == dict::getDict('payWay', 'balancePay')) {
|
|
|
ShopClass::customKdAddBalance($shop, $realPrice, $order, $capitalType);
|
|
|
}
|
|
|
- if (isset($order->discountType) && $order->discountType == dict::getDict('discountType', 'usePtCoupon')) {
|
|
|
- //客户使用优惠券增加的余额
|
|
|
- $theCapital = dict::getDict('capitalType', 'usePtCoupon', 'id');
|
|
|
- ShopClass::customKdUseCouponAddBalance($shop, $order, $theCapital);
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
//更新订单基础状态和支付状态
|