diff --git a/src/Services/PayPal.php b/src/Services/PayPal.php index 0a491cc8..acda8a02 100644 --- a/src/Services/PayPal.php +++ b/src/Services/PayPal.php @@ -42,7 +42,7 @@ public function __construct($config = '') protected function setOptions($credentials) { // Setting API Endpoints - $this->config['api_url'] = 'https://api.paypal.com/'; + $this->config['api_url'] = 'https://api.paypal.com'; $this->config['gateway_url'] = 'https://www.paypal.com'; $this->config['ipn_url'] = 'https://ipnpb.paypal.com/cgi-bin/webscr';