Home › Forums › Stripe Payments Plugin › ERROR WITH STRIPE › Reply To: ERROR WITH STRIPE
May 1, 2020 at 6:15 pm
#2898
tiad8724
Participant
UPDATE
FIXED BY ADDING THIS CODE to CurlClient.php
go to plugin on your wordpress using your hosting cpanel
includes/stripe/lib/HttpClient/CurlClient.php
change code
from
protected $enablePersistentConnections = true;
to
protected $enablePersistentConnections = false;
hope this help anyone facing this issue