#optout-upe-accordian

1 messages · Page 1 of 1 (latest)

summer scrollBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

past olive
summer scrollBOT
#

optout-upe-accordian

high dock
#

yeah I saw those but i am using react sdk

#

should options be the same?

past olive
high dock
#

const options = {
mode: 'setup',
currency: 'eur',
payment_method_types: [
"paypal", "card"
],
layout: {
type: 'accordion'
}
};
I am using these options currently but it's not using the accordion layout type

past olive
#

how are you passing it to the elements component?

high dock
#

oh I got I think

#

was passing to Elements instead of PaymentElement

#

now it's good

#

thank you for the help