Having an issue where the CardElement
Ui component is not visible in the image provided. It should appear above the Order Total: $0 next to the payment method.
https://i.sstatic.net/NCK5z.png
I've attempted various debugging methods without success. I'm still working on resolving this, and any guidance from experienced developers would be greatly appreciated. Below are snippets of my code including Payment.js
, Payment.css
, and App.js
This is Payment.js
[code snippet]
This is Payment.css
[code snippet]
This is App.js
[code snippet]
package.json in the src folder
[code snippet]
Could someone explain why Express isn't compatible with Node v17/18? If I downgrade to Node v16, will it cause issues with other JS code in my project?
Package.json in the function folder
[code snippet]
In tutorial videos, they seem to resolve this quickly, but I'm struggling to debug. Any assistance in identifying the problem would be highly appreciated. Thank you.