medusajs / gatsby-starter-medusa

A production-ready Gatsby starter for Medusa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Load time before Payment option becomes available

wouter-dev opened this issue · comments

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

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 😄