We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c8fe5d commit 49afc7bCopy full SHA for 49afc7b
client/order.js
@@ -3,8 +3,9 @@ const config = require('../config')
3
const url = require('url')
4
const util = require('../util')
5
6
+let stripeHandler
7
if (window.StripeCheckout) {
- window.StripeCheckout.configure({
8
+ stripeHandler = window.StripeCheckout.configure({
9
key: config.stripe,
10
image: config.siteOrigin + '/images/stripe-image.png',
11
locale: 'auto',
0 commit comments