braintree / braintree_php

Braintree PHP library
https://developer.paypal.com/braintree/docs/start/overview
MIT License
544 stars 225 forks source link

Braintree\Exception\SSLCertificate : SSL certificate problem: unable to get local issuer certificate #229

Closed notihnio closed 6 years ago

notihnio commented 6 years ago

General information

Issue description

When i call \Braintree_PaymentMethodNonce::create($creditCardToken);

I receive

Braintree\Exception\SSLCertificate : SSL certificate problem: unable to get local issuer certificate

crookedneighbor commented 6 years ago

I am unable to reproduce this.

$result = Braintree_PaymentMethodNonce::create($creditCardToken);
print_r($result->paymentMethodNonce->nonce);

I don't think this is an issue with the SDK. Please contact our support team so we can better troubleshoot your integration.