Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ldy
/
payment
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 048223ca
authored
May 08, 2023
by
Administrator
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dtx_pay' into 'master'
Dtx pay See merge request !7
2 parents
f29dba34
4b368057
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
src/Notify/WxNotify.php
src/Notify/WxNotify.php
View file @
048223c
...
...
@@ -144,6 +144,9 @@ class WxNotify extends NotifyStrategy
'trade_state'
=>
strtolower
(
$data
[
'return_code'
]),
'channel'
=>
Config
::
WX_CHARGE
,
];
if
(
!
empty
(
$data
[
'coupon_fee'
]))
{
$retData
[
'coupon_fee'
]
=
$data
[
'coupon_fee'
];
}
if
(
!
empty
(
$data
[
'sub_appid'
]))
{
$retData
[
'sub_appid'
]
=
$data
[
'sub_appid'
];
}
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment