#jarrett
1 messages · Page 1 of 1 (latest)
Unfortunately we don't have sample code for that at the moment. It would mostly be making sure you have function calls that give you back a preset json that looks like the Stripe response that you would get for the call
this is a full browser test though
We typically recommend against automated browser testing with Stripe.js, those will often run in to trouble because of our security measures against bots attempting to pay for things
Yes even with test keys. I definitely get that it is not ideal for end to end browser testing but unfortunately at the moment we do not support it so mocking is what we reccommend
ok