0.22.0 - 2022-12-02
charliecruzan-stripe
released this
02 Dec 18:34
·
220 commits
to master
since this release
Breaking changes
New features
- Added the
hasPairedAppleWatch
option tocanAddCardToWallet
. #1219 - Added new functions and a new component to streamline integrating with Apple and Google Pay and add more feature support. See the Migrating to Platform Pay guide for more details. The old Apple and Google Pay APIs are marked as
deprecated
and will be removed in a future release, but are still supported in this version.
Fixes
- Fixed an issue where builds would error with the message
'const' enums are not supported.
see commit - Fixed an issue where the
canAddCardToWallet
method would sometimes wrongly returnfalse
with adetails.status
ofMISSING_CONFIGURATION
in production builds. #1215 - Fixed an issue on Android where, for certain countries, the postal code would not be enabled but would still be required. #1213
- Fixed an issue on iOS where
canAddCardToWallet
would returnfalse
if the card had already been provisioned on a paired device like an Apple Watch, but had not yet been provisioned on the current device, and would also returnfalse
if the card had been provisioned on the current device, but not on a paired Apple Watch. #1219
Please see the changelog for additional details.