window undefined #61
-
I'm trying to call get FormData, but apparently the cardPaymentBrickController is undefined
|
Beta Was this translation helpful? Give feedback.
Answered by
AleFossati
Jun 29, 2023
Replies: 1 comment
-
Hello @jpsoarxs, I can see that you are using Payment Brick, so instead of using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
andreagostinho-meli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @jpsoarxs, I can see that you are using Payment Brick, so instead of using
window.cardPaymentBrickController
, you should be usingwindow.paymentBrickController
. Let me know if that works for you.