-
-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stripe checkout fails when using a stored credit card number #16
Comments
@milesegan are you using Stripe v2 or v3? With which Solidus version? |
@kennyadsl We're using Solidus 2.9.1 with stripe v3. |
I think I found the issue. Using v3, card checks are always executed, even when an existing card is selected. We should enable that JS, only when a user wants to add a new card. I plan to work on this during next week. |
That's great. Thanks for looking into this! |
Opened #17, which should fix the issue. |
We're using this gem to implement stripe checkout and it works fine the first time the user places an order. But on subsequent checkouts it fails if the user selects the "Use an existing card on file" option on the payments page. It looks to me like the gem expects the user to enter a credit card every time but maybe I'm misreading the code. We get this JS error in the console:
The text was updated successfully, but these errors were encountered: