I'm using the latest Stripe meteorite package and trying to do a simple Stripe Checkout implementation. However, I keep getting "Uncaught TypeError: Cannot read property 'key' of undefined". It seems like StripeCheckout isn't defined even though I can inspect it in Chrome Dev Tools. Here's the gist.
Stripe recently updated Checkout. I have updated the copies in this package to the latest version. Please try again with v1.5.0 and let me know how it goes.
I'm using the latest Stripe meteorite package and trying to do a simple Stripe Checkout implementation. However, I keep getting "Uncaught TypeError: Cannot read property 'key' of undefined". It seems like StripeCheckout isn't defined even though I can inspect it in Chrome Dev Tools. Here's the gist.