thephpleague / omnipay-paypal

PayPal driver for the Omnipay PHP payment processing library
MIT License
295 stars 174 forks source link

Error when switching into live mode. #243

Closed VinceSanityyy closed 3 years ago

VinceSanityyy commented 3 years ago

When i set this to false$this->gateway->setTestMode(false) it gets me this error message:

Authentication failed due to invalid authentication credentials or a missing Authorization header.

Sandbox mode is okay only the live throws exception.

I am using Laravel 6.x

VinceSanityyy commented 3 years ago

Sorry, I just found out that you need to create an live app in paypal dashboard. Thanks :)