Stripe Addon - 'Stripe\StripeClient' not found [RESOLVED]

Hi all,

Has anyone encountered this issue with the Stripe addon? I am not able to update stripe settings. All the plugins are up to date.

PHP Fatal error: Uncaught Error: Class ‘Stripe\StripeClient’ not found

Thank you so much in advance

This is usually due to another plugin on the site loading an older version of the Stripe library. A conflict test should help identify any such plugin loading an older version.

1 Like

I see. I got it working now. Thanks much for your help!