Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OnePoem
/
OnePoem-Server
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
李帅
2022-03-28 00:03:54 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
34d360471707e7205d75294d552df8037611f91a
34d36047
1 parent
98e96205
1.细节修改
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
app/Payment/PaypalPayment.php
app/Payment/PaypalPayment.php
View file @
34d3604
...
...
@@ -80,13 +80,13 @@ class PaypalPayment implements PaymentInterface
array
(
0
=>
array
(
'description'
=>
'Parlando 3 Month Vip'
,
// 购买说明
'custom_id'
=>
'osnxxxxxx123'
,
//API 调用者提供的外部 ID 可以理解为order_id osnxxxxxx
'description'
=>
$order
->
description
,
// 购买说明
'custom_id'
=>
$order
->
order_sn
,
//API 调用者提供的外部 ID 可以理解为order_id osnxxxxxx
'soft_descriptor'
=>
'PayPal Parlando Vip'
,
// 出现在付款人卡对帐单上的对帐单描述符的动态文本 最大长度:22.
'amount'
=>
array
(
'currency_code'
=>
'USD'
,
// CNY
'value'
=>
'220.00'
,
//
'value'
=>
$order
->
pay_amount
,
//
),
),
),
...
...
Please
register
or
login
to post a comment