Skip to content

Commit

Permalink
Update Paypal Production URL (#1713)
Browse files Browse the repository at this point in the history
The production URL was wrong, this is the correct URL and the DNS will
resolve.
  • Loading branch information
glennjacobs authored Apr 29, 2024
1 parent 36a9b6a commit 03ada79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/paypal/src/Paypal.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function getApiUrl()
{
return config('services.paypal.env', 'sandbox') == 'sandbox' ?
'https://api-m.sandbox.paypal.com' :
'https://api-m.live.paypal.com';
'https://api-m.paypal.com';
}

public function getAccessToken()
Expand Down

0 comments on commit 03ada79

Please sign in to comment.