0.25.0 - 2023-02-27
charliecruzan-stripe
released this
27 Feb 18:03
·
166 commits
to master
since this release
New Features
- Added the
supportsTapToPay
option tocanAddCardToWallet
. #1308
Fixes
- Fixed an issue on iOS where
canAddCardToWallet
would always return adetails.status
ofUNSUPPORTED_DEVICE
on iPads. #1305 - Fixed an issue on iOS where
canAddCardToWallet
would always return a{canAddCard: false}
if the card in question had been provsioned on the current device, but had not yet been provisioned on a paired Watch. #1305 - Fixed an issue on iOS where the deprecated
onDidSetShippingMethod
&onDidSetShippingContact
events wouldn't be triggered if you were using theuseApplePay
hook without using theApplePayButton
component. #1298 - Fixed an issue on Android where
canAddCardToWallet
could result in a null pointer exception on devices without NFC compatibility. #1308
Please see the changelog for additional details.