Closed va2ron1 closed 3 years ago
Do you have any documentation or links indicating difference between these two?
Maybe add it to README?
Maybe rename to createOptions?
Yes, there's one in the Stripe API Documentation.
Basically the first is the options for the Elements instance in which you can set custom fonts or set a fixed language. And the second, in this case, are the options for the card element (style, classes, value, ...).
Navigating on the web a found this that can be helpful for future additions or implementations:
Note: I will rename it to createOptions, I didn't think it this way.
Can we get this merged and released? This is a huge piece of necessary functionality.
I forgot about this and have been swamped. @selected-pixel-jameson if you will validate and provide some valuable feedback, I will attempt to escalate review and merge
This has been merged
@selected-pixel-jameson this was not huge missing functionality, look at the files changed. It was just docs and a data typing
Ah I found #49
A new prop named elementsOptions has been added of type ElementsCreateOptions. Note: The bundles files don't have the changes.