Skip to content

23.11.0

Compare
Choose a tag to compare
@wooj-stripe wooj-stripe released this 17 Jul 18:40
· 1426 commits to master since this release
23.11.0
45663b8

23.11.0 2023-07-17

CustomerSheet

  • [Changed] Breaking interface change for CustomerSheetResult. CustomerSheetResult.canceled now has a nullable associated value signifying that there is no selected payment method. Please use both .canceled(StripeOptionSelection?) and .selected(PaymentOptionSelection?) to update your UI to show the latest selected payment method.