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-12-17 23:00:51 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4835ed4678a62c5cdbcb56a530d0b3280dd3a1f8
4835ed46
1 parent
2a78f868
1.打印苹果日志
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Payment/GooglePayment.php
app/Payment/GooglePayment.php
View file @
4835ed4
...
...
@@ -195,7 +195,7 @@ class GooglePayment implements PaymentInterface
$order
->
pay_time
=
Carbon
::
now
();
$order
->
pay_number
=
$resp
->
getOrderId
();
$order
->
pay_type
=
$resp
->
getKind
();
$order
->
callback
=
$string
;
//
$order->callback = $string;
$order
->
save
();
/** 给用户加会员*/
$user
=
UserProfile
::
query
()
->
find
(
$order
->
user_id
);
...
...
Please
register
or
login
to post a comment