Skip to content

Commit 1bbb620

Browse files
committed
Test Stripe
1 parent 1120bd0 commit 1bbb620

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/payment.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ let stripeHandler
3131
let scriptLoaded = false
3232
const callbackQueue = []
3333

34+
console.log('stripe', process.env.REACT_APP_STRIPE_PUBLIC_KEY)
3435
const scriptDidLoad = () => {
36+
console.log('stripe loaded', process.env.REACT_APP_STRIPE_PUBLIC_KEY)
3537
scriptLoaded = true
3638
stripeHandler = window.StripeCheckout.configure({
3739
key: process.env.REACT_APP_STRIPE_PUBLIC_KEY,

0 commit comments

Comments
 (0)