Skip to content

stripe-android v10.3.0

Compare
Choose a tag to compare
@mshafrir-stripe mshafrir-stripe released this 16 Aug 14:19
· 6491 commits to master since this release
  • #1327 Deprecate SourceCallback and TokenCallback
    • Use ApiResultCallback<Source> and ApiResultCallback<Token> respectively
  • #1332 Create StripeParamsModel interface for Stripe API param classes
  • #1334 Remove StripeModel#toMap()
  • #1340 Upgrade Android Gradle Plugin to 3.5.0-rc03
  • #1342 Update Builds Tools to 29.0.2
  • #1347 Mark Stripe.setStripeAccount() as deprecated
    • Use new Stripe(context, "publishable_key", "stripe_account_id") instead
  • #1376 Add shouldPrefetchEphemeralKey arg to CustomerSession.initCustomerSession()
  • #1378 Add last_payment_error field to PaymentIntent model
  • #1379 Add last_setup_error field to SetupIntent model
  • #1388 Update Stripe 3DS2 library to v1.1.7
    • Fix issue in PaymentAuthConfig.Stripe3ds2UiCustomization.Builder() and PaymentAuthConfig.Stripe3ds2UiCustomization.Builder.createWithAppTheme() that was resulting in incorrect color customization on 3DS2 challenge screen
    • Improve accessibility of select options on 3DS2 challenge screen by setting minimum height to 48dp

See the changelog for more details.