Skip to content

0.23.0 - 2023-01-09

Compare
Choose a tag to compare
@charliecruzan-stripe charliecruzan-stripe released this 09 Jan 21:42
· 189 commits to master since this release

Breaking changes

  • createPlatformPayPaymentMethod no longer returns a token object. #1236
    • If your integration depends on Stripe's Tokens API, please use createPlatformPayToken, which accepts identical arguments.

Fixes

  • Fixed an issue with createPlatformPayPaymentMethod on iOS where a "Canceled" error could be returned in production. #1236
  • Fixed an issue where the PlatformPayButton with type={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.