stripe-android v20.27.3
Payments
- [CHANGED] The return type for several methods in
Stripe
has changed fromT?
(nullable) toT
to better reflect possible behavior. These methods continue to be throwing and should be wrapped in atry/catch
block. - [FIXED]6977 Fixed an issue where
Stripe.retrievePossibleBrands()
returned incorrect results.