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

Prevent loading of Stripe dependencies on all pages #43

Open MendelYev opened 8 years ago

MendelYev commented 8 years ago

stripe.js and checkout.js are loaded in all pages since they are imported in the header. Instead, you could use :

These are well explained there : http://www.meteorsnippets.com/blog/add-external-scripts-in-meteor

But this pull request will probably break the client tests...

okpatil4u commented 8 years ago

Are you going to update this one ?

elie222 commented 8 years ago

+1, updating this?