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

cordova problem with external stripe js #38

Closed NazarK closed 9 years ago

NazarK commented 9 years ago

For this to work in recent cordova versions you need to add to mobile-config.js

App.accessRule("https://*.stripe.com/*")

readme should be extended I guess.

tyler-johnson commented 9 years ago

Readme has been updated, thanks.