- Issue created by @nicolas bouteille
- Merge request !162Issue #3500834 by nicolas bouteille, tomtech: Stripe API Version should be... β (Merged) created by TomTech
- bfa168e1 committed on 2.x
Issue #3500834 by nicolas bouteille, tomtech: Stripe API Version should...
- bfa168e1 committed on 2.x
- πΊπΈUnited States TomTech
API version has been reworked. There is now a getter (
getApiVersion()
) for it, that is used for both the SDK and the js initialization.api_version
has been added to the configuration schema, and can be set.NOTE: While the api_version is now part of the config schema and can be set, it has NOT been added to the gateway UX at this time. Changing API version is an advanced change. Providing an invalid API version will cause exceptions. Even when a valid API version is provided, payloads returned may be different which may cause unexpected behavior, or exceptions. (This MR addresses one such case.)
Automatically closed - issue fixed for 2 weeks with no activity.