Skip to content

stripe-android v20.27.3

Compare
Choose a tag to compare
@ccen-stripe ccen-stripe released this 24 Jul 19:49
· 2199 commits to master since this release
a402227

Payments

  • [CHANGED] The return type for several methods in Stripe has changed from T? (nullable) to T to better reflect possible behavior. These methods continue to be throwing and should be wrapped in a try/catch block.
  • [FIXED]6977 Fixed an issue where Stripe.retrievePossibleBrands() returned incorrect results.

See the changelog for more details.