medusajs / gatsby-starter-medusa

A production-ready Gatsby starter for Medusa
MIT License
80 stars 51 forks source link

Load time before Payment option becomes available #16

Closed wouter-dev closed 2 years ago

wouter-dev commented 2 years ago

It takes a very long time (seconds) before the Stripe payment provider becomes available, is there a way to solve this?

kasperkristensen commented 2 years ago

Hi @wouter-dev, it's true that Stripe sometimes takes a second to load. If you think this is too slow, then one thing you could do is to already render it before the final step, and make it non interactable until all the previous steps are completed 😄