#harshil_58452
1 messages · Page 1 of 1 (latest)
Hi there, are you using any 3rd-party plugin?
Yes I am using below extension.
https://github.com/stripe/stripe-magento2-releases/
are you using the latest version?
Yes
Sorry I think it's 3.5.1 and latest is 3.5.3
But I reviewed the change.log but it's not discover this error in the latest version
I mean not related to this issue in the latest vetsion
And current extension is working also till yesterdat
but suddenly it stopped working from today moring
how are you including the Stripe-PHP library in your project? Are you manually including it with require_once('./stripe-php/init.php');? [0]
If so, did you upload the entire library to your server, including the 'data' folder, which includes the certificates file? [1]
Typically the error: Network error [errno 77]: error setting certificate verify locations: CAfile: CApath: nonemeans that your version of curl cannot find a local certificate store. In this case, Stripe includes one with our library in the data folder and if you're including the library manually you'll want to make sure the data folder included with our PHP library is also uploaded to your server!
Okay so if I run below command then it will fixed the issue ?
composer require stripe/stripe-php
if you use magento then no, I wouldn't do that, I didn't realise you were using that and thought you were building your own API integreation
Id' sugest reaching out to https://support.stripe.com/?contact=true for help with the plugin
Okay.