Closed Andrea951112 closed 1 month ago
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
yes, is present in the options object, but is missing the personalization in the PaymentElement object
js.PaymentElementOptions elementOptions() { return js.PaymentElementOptions(layout: widget.layout); }
yes you are correct I added it to the options. Will be available next release
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