#frostinesnowy

1 messages · Page 1 of 1 (latest)

river swanBOT
charred kettle
#

Maybe something is missing. Which form specifically?

sudden ravine
#

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

charred kettle
#

Sure, do you see anything on browser console

sudden ravine
#

I just saw a pay button

#

if I use the live key

#

The whole form will came out only if I use secret key

charred kettle
#

Yes please open browser console to see if you have any error there

sudden ravine
#

Here's the message I get from console

#

hi?

charred kettle
#

Yeah you need HTTPS certainly

#

Your site probably is running on HTTP

#

Only Test mode permits that

sudden ravine
#

php -S 127.0.0.1:4242 --docroot=public

#

how to make it run at https

#

the localhost server

charred kettle
#

It's a PHP question:) And you would want to research for that, ie. "How to run PHP at HTTPS". It requires some settings

sudden ravine
#

alright thanks btw you solved my problem