#frostinesnowy
1 messages · Page 1 of 1 (latest)
Maybe something is missing. Which form specifically?
Actually I just use the default code provided by stripe. My payment methods have card and fpx
and the card details and fpx form not coming out once I change the key into live key
let me give you the link that where I get the code
Sure, do you see anything on browser console
I just saw a pay button
if I use the live key
The whole form will came out only if I use secret key
Yes please open browser console to see if you have any error there
Uncaught IntegrationError: Live Stripe.js integrations must use HTTPS. For more information: https://stripe.com/docs/security/guide#tls
at e.value (v3/:1:443809)
at new e (v3/:1:404772)
at kc (v3/:1:445090)
at checkout.js:2:16
Here's the message I get from console
hi?
Yeah you need HTTPS certainly
Your site probably is running on HTTP
Only Test mode permits that
php -S 127.0.0.1:4242 --docroot=public
how to make it run at https
the localhost server
It's a PHP question:) And you would want to research for that, ie. "How to run PHP at HTTPS". It requires some settings
alright thanks btw you solved my problem