Breaking changes
createPlatformPayPaymentMethod
no longer returns atoken
object. #1236- If your integration depends on Stripe's Tokens API, please use
createPlatformPayToken
, which accepts identical arguments.
- If your integration depends on Stripe's Tokens API, please use
Fixes
- Fixed an issue with
createPlatformPayPaymentMethod
on iOS where a "Canceled" error could be returned in production. #1236 - Fixed an issue where the
PlatformPayButton
withtype={PlatformPay.ButtonType.GooglePayMark}
would be unclickable. #1236 - Fixed an issue on Android where
CardField
would render without the necessary padding. 48debb2 - Fixed an issue on iOS where providing a
null
value to certain method parameters would result in a crash. #1252
Please see the changelog for additional details.