You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your guzzleOptions didn't work, i set on order create guzzleOptions: ['verify' => false], i debugged and
buildGuzzleClient doesn't have configs with verify => false becauze guzzle default is true
And i get this error: cURL error 60: SSL certificate problem: unable to get local issuer certificate for https://demo-accounts.vivapayments.com/connect/token
I set manually in guzzle to false and work....
Laravel: 10
Guzzle: 7.8
Your guzzleOptions didn't work, i set on order create guzzleOptions: ['verify' => false], i debugged and
buildGuzzleClient doesn't have configs with verify => false becauze guzzle default is true
And i get this error:
cURL error 60: SSL certificate problem: unable to get local issuer certificate for https://demo-accounts.vivapayments.com/connect/token
I set manually in guzzle to false and work....
This is example:
The text was updated successfully, but these errors were encountered: