Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix android payment sheet shapes not rendering correct when using double type #1933

Commits on Sep 19, 2024

  1. bugfix: android shapes fixed by using int values instead of double

    'double' value type was creating issues with Android's rendering when tried to change payment sheet appearance. Using integer values is fixing this issue. That is of course a breaking change and needs to be discussed carefully.
    
    Also added missing 'borderRadius' support for "PaymentSheetPrimaryButtonShape" class as this is already supported by both of the sdk's as well as in the stripe-react-native implementation.
    Seckin Volkan Akbayir committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d8f8ccc View commit details
    Browse the repository at this point in the history
  2. chore: updated stripe_platform_interface version and respective chang…

    …elog
    Seckin Volkan Akbayir committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    66ad0f1 View commit details
    Browse the repository at this point in the history