Closed VinceSanityyy closed 4 years ago
When i set this to false$this->gateway->setTestMode(false) it gets me this error message:
$this->gateway->setTestMode(false)
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
Sorry, I just found out that you need to create an live app in paypal dashboard. Thanks :)
When i set this to false
$this->gateway->setTestMode(false)
it gets me this error message:Sandbox mode is okay only the live throws exception.
I am using Laravel 6.x