#zleb
1 messages · Page 1 of 1 (latest)
When do you mean by 'opening payment using elements'? What specifically are you doing, what code are you calling?
I called SetupIntent and initialized elements with this
elements = stripe.elements({ appearance: appearance, clientSecret: intent.client_secret });
Any indication in the console from where that error is thrown? Code is minified so basically obfuscated in your screenshot
Error is implying that somewhere .includes method is called on an array shaped variable that is actually undefined
Whether or not that is from Stripe.js or not remains to be determined. Anywhere I can reproduce this?
Also, can you try another browser and/or incognito/private window