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

it's saying StripeAPI isn't defined #9

Closed faceyspacey closed 11 years ago

faceyspacey commented 11 years ago

W202302-11:56:28.593(-7)? (STDERR) /Users/jamesgillmore/.meteorite/meteors/meteor/meteor/bb6c88ca9e3409ce4d50b796123c62cfb8fc71fd/dev_bundle/lib/node_modules/fibers/future.js:173 W202302-11:56:28.755(-7)? (STDERR) throw(ex); W202302-11:56:28.755(-7)? (STDERR) ^ W202302-11:56:28.756(-7)? (STDERR) ReferenceError: StripeAPI is not defined W202302-11:56:28.756(-7)? (STDERR) at app/server/main.js:1:49

do I need to do something with futures or something?

tyler-johnson commented 11 years ago

This is very similar to #8. As I recommended to him, don't use meteorite (as that version is not up-to-date) and instead use the native meteor package manager with this repo.

faceyspacey commented 11 years ago

but does that mean I can't use meteorite packages like Iron Router?

tyler-johnson commented 11 years ago

You can use meteorite for other packages, just not this one...