#Daniel M.

1 messages · Page 1 of 1 (latest)

crisp zincBOT
viscid plume
#

Some payment methods require return_url, so there's no way to avoid it when it's required

fading shadow
#
    const { error } = await stripe.confirmPayment({
      elements,
      confirmParams: {
        return_url: window.location.href
      }
    });

ok so this function is definetly refreshing the page and there is no "preventdefault" like you have it for forms or so?

viscid plume