-
-
Notifications
You must be signed in to change notification settings - Fork 534
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
paymentMethodOrder in PaymentElement #1862
Comments
this is available in flutter_stripe_web 6.0.0 |
@remonh87 sorry, but i do not see this implementation in flutter_stripe_web 6.0.0, is still not possible to configure the paymentMethodOrder in the PaymentELement. The PaymentElementOptions are created using only the "layout" parameter. |
@remonh87 this implementation is missing in flutter_stripe_web 6.0.0 |
it is here: flutter_stripe/packages/stripe_js/lib/src/api/elements/payment_element_options.dart Line 23 in 716dbdf
|
yes, is present in the options object, but is missing the personalization in the PaymentElement object
|
yes you are correct I added it to the options. Will be available next release |
* chore: upgrade dependencies to 3.24 and fix analyzer issues * fix score violations * fix dependencies * fix #1886 and #1862 by adding missing params to payment element * chore: move android example to new gradle plugin and flutter gradle structure --------- Co-authored-by: Remon <[email protected]>
fixed as part of release 6.1.0 |
It is possible to add the paymentMethodOrder parameter to the PaymentElement object?
here the Stripe docs for this feature https://docs.stripe.com/js/elements_object/create_payment_element#payment_element_create-options-paymentMethodOrder
The text was updated successfully, but these errors were encountered: