#vasant-dhatrak_api

1 messages ยท Page 1 of 1 (latest)

quaint eagleBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1337039557794730119

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

unique mirage
#

i am trying some alternatives but not work

formal yoke
#

๐Ÿ‘‹ happy to help

unique mirage
#

yes i follow the same page and try

formal yoke
#

do you have your code hosted on an accessible URL?

unique mirage
#

actually i am integrate with website

#

go to this website

#

place order

#

you will see at end

formal yoke
#

the website cannot be reached

#

it seems that there are some restrictions to your network for inbound and outbound requests

formal yoke
#

and maybe that's why stripe.js is not loading

unique mirage
#

see the issue?

formal yoke
#

and you're executing your

const stripe = Stripe(....)

without being deferred

#

it's normal that it won't work

unique mirage
#

i also tried adding in head but same issue

formal yoke
#

the resource hasn't been loaded yet

#

you need to add the defer to your script tag

#
<script type="text/javascript" defer>
const stripe = Stripe(....)```