#surgical-connect-stripejs

1 messages · Page 1 of 1 (latest)

native jayBOT
winged musk
strong rampart
#

thank you - we're using this function loadStripe:

#

import {loadStripe} from '@stripe/stripe-js';

// Make sure to call loadStripe outside of a component’s render to avoid
// recreating the Stripe object on every render.
const stripePromise = loadStripe('asdfasdf');

#

does loadStripe take a second argument for options? I couldn't find this in documentation

winged musk
#

surgical-connect-stripejs