#aabhaskarma_code

1 messages ¡ Page 1 of 1 (latest)

solar palmBOT
#

👋 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/1304450569800384655

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

gloomy zephyr
#

hi! I don't see immediately why this would be related to Stripe no

pastel pulsar
#

function handleSubscriptionClick() {
var b = document.querySelector('input[name\x3d"subscription"]:checked').id
, a = "monthly" === b ? "monthlysub" : "annuallysub";
a = parseFloat(document.getElementById(a).textContent.match(/$([0-9]+(.[0-9]{1,2})?)/)[1]);
sessionStorage.setItem("billingCycle", b);
sessionStorage.setItem("subscrValue", a)
}
document.getElementById("payButton").addEventListener("click", handleSubscriptionClick);
document.getElementById("eftButton").addEventListener("click", handleSubscriptionClick);

#

This is the full code

#

payButton and eftButton button from stripe form, that we added

#

I cannot find any trace of it in our source code

#

Except for those button ids

gloomy zephyr
#

I'm completely lost. Do you have complete code and details on how to reproduce this on my end?

#

or details of what "stripe form" this is that you added