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-05-31 23:18:57 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
df9502b14fdbbc66d258a1c1503d33869ab71b0f
df9502b1
1 parent
aea50b12
1.打印paypal token
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Payment/PaypalPayment.php
app/Payment/PaypalPayment.php
View file @
df9502b
...
...
@@ -98,7 +98,7 @@ class PaypalPayment implements PaymentInterface
}
public
function
prepare
(
Order
$order
)
{
{
return
$this
->
accessToken
;
// 在PayPal上创建一个订单,它会返回一个订单对象,它有一个订单id
$client
=
new
Client
([
'base_uri'
=>
$this
->
baseUrlSandbox
,
...
...
Please
register
or
login
to post a comment