-
Notifications
You must be signed in to change notification settings - Fork 319
Error with Card Split-field Form #146
Comments
Getting the same error here. |
rolling back to 1.2.x might solve the issue. in release 1.3 there is a change allowing to provide a custom instance of Stripe to Stripe provider: which, in case of not providing it, leads to |
we are using can it be related to a new prop |
Hi! Sorry for the confusion. We’re rolling back 1.3.0 right now, and will investigate these issues. |
@yegortokmakov your issue sounds different from the expiry issue. What properties are you passing to StripeProvider? Does your integration work in 1.2.X? |
Rolling back to 1.2.0 fixed this issue for me. |
1.3.0 is now unpublished, and a fresh install should get you 1.2.1. We’re working on rolling 1.3.1 with the bug fixes ASAP. Sorry for the inconvenience. |
This should be fixed now in v1.3.1. Again, sorry for the inconvenience. |
I've got an error when I'm using the card split-field form on the JSFiddle demo.
error: {type: "invalid_request_error", message: "Missing required param: card[exp_month].",…} message: "Missing required param: card[exp_month]." param: "card[exp_month]" type:"invalid_request_error"
The text was updated successfully, but these errors were encountered: