tyler-johnson / stripe-meteor

A Meteor package containing Stripe.js, Node-Stripe, and Stripe Checkout.
https://atmospherejs.com/mrgalaxy/stripe
150 stars 44 forks source link

Cannot read property key of undefined #14

Closed ghost closed 10 years ago

ghost commented 10 years ago

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.

tyler-johnson commented 10 years ago

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.

ghost commented 10 years ago

That did it. Thanks!