Commit 048223ca by Administrator

Merge branch 'dtx_pay' into 'master'

Dtx pay

See merge request !7
2 parents f29dba34 4b368057
Showing with 3 additions and 0 deletions
...@@ -144,6 +144,9 @@ class WxNotify extends NotifyStrategy ...@@ -144,6 +144,9 @@ class WxNotify extends NotifyStrategy
'trade_state' => strtolower($data['return_code']), 'trade_state' => strtolower($data['return_code']),
'channel' => Config::WX_CHARGE, 'channel' => Config::WX_CHARGE,
]; ];
if (!empty($data['coupon_fee'])) {
$retData['coupon_fee'] = $data['coupon_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!