Commit 4b368057 by 丁铜欣

支付新增优惠标记

1 parent c7f2190e
Showing with 0 additions and 3 deletions
...@@ -147,9 +147,6 @@ class WxNotify extends NotifyStrategy ...@@ -147,9 +147,6 @@ class WxNotify extends NotifyStrategy
if (!empty($data['coupon_fee'])) { if (!empty($data['coupon_fee'])) {
$retData['coupon_fee'] = $data['coupon_fee']; $retData['coupon_fee'] = $data['coupon_fee'];
} }
if (!empty($data['settlement_total_fee'])) {
$retData['settlement_total_fee'] = $data['settlement_total_fee'];
}
if (!empty($data['sub_appid'])) { if (!empty($data['sub_appid'])) {
$retData['sub_appid'] = $data['sub_appid']; $retData['sub_appid'] = $data['sub_appid'];
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!