concretecms-community-store / community_store_stripe_checkout

Stripe Checkout payment add-on for Community Store for Concrete CMS
MIT License
1 stars 1 forks source link

Class 'Stripe\Stripe' not found #8

Closed matttydubs closed 4 years ago

matttydubs commented 4 years ago

Upon selecting the payment method on checkout, the console shows a 500 error from /checkout/stripecheckoutcreatesession?... which, when visited shows a Class 'Stripe\Stripe' not found error on line 206

/packages/community_store_stripe_checkout/src/CommunityStore/Payment/Methods/CommunityStoreStripeCheckout/CommunityStoreStripeCheckoutPaymentMethod.php:206

Mesuva commented 4 years ago

Did you install a release copy of the package?

On Sun, 4 Oct 2020, 11:28 pm matttydubs, notifications@github.com wrote:

Upon selecting the payment method on checkout, the console shows a 500 error from /checkout/stripecheckoutcreatesession?... which, when visited shows a Class 'Stripe\Stripe' not found error on line 206

/packages/community_store_stripe_checkout/src/CommunityStore/Payment/Methods/CommunityStoreStripeCheckout/CommunityStoreStripeCheckoutPaymentMethod.php:206

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/concrete5-community-store/community_store_stripe_checkout/issues/8, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIHSMCTT3CUKF3GC2NFHITSJDZKDANCNFSM4SD7PVCA .

matttydubs commented 4 years ago

Ah... No, I just downloaded the master from the root page. All better now, thanks!