Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
姜枫
9 years ago
Commit
5ce9c480020ff3dda3d20ee607cb9fba95de59d1
1 parent
c920fd2c
fix bug 432
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/shopping/helpers/pay/alipay.js
apps/shopping/helpers/pay/alipay.js
View file @
5ce9c48
...
...
@@ -26,7 +26,7 @@ const Alipay = {
_input_charset
:
'utf-8'
,
notify_url
:
config
.
pay
.
serviceNotify
+
'payment/alipay_notify'
,
return_url
:
'http:'
+
helpers
.
urlFormat
(
'/shopping/pay/callback/alipay'
),
subject
:
'有货订单号:'
+
order
.
order
Id
,
subject
:
'有货订单号:'
+
order
.
order
Code
,
out_trade_no
:
order
.
orderCode
,
it_b_pay
:
common
.
getPayExpireMin
(
order
.
payExpire
)
+
'm'
,
total_fee
:
order
.
paymentAmount
,
...
...
Please
register
or
login
to post a comment