Skip to content

Commit

Permalink
修复支付宝APP支付BUG
Browse files Browse the repository at this point in the history
  • Loading branch information
lgdzz committed Aug 29, 2019
1 parent 25bec7b commit 89ee9cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lgdz/payment",
"version": "1.3",
"version": "1.4",
"description": "聚合支付",
"type": "library",
"license": "MIT",
Expand Down
1 change: 0 additions & 1 deletion src/driver/alipay/Pay.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ private function app(Charge $charge)
$this->method = 'alipay.trade.app.pay';
return $this->body([
'other' => function (&$data) use ($charge) {
$data['return_url'] = $charge->getPayDataByName('return_url', '');
$data['notify_url'] = $charge->getPayDataByName('notify_url', '');
},
'content' => function (&$data) use ($charge) {
Expand Down

0 comments on commit 89ee9cd

Please sign in to comment.