Closed adamvr closed 4 years ago
It would be nice if we could directly use the functions from this lib in a meteoric way, i.e. var charge = Stripe.charges.create()
var charge = Stripe.charges.create()
You can do this with Meteor.wrapAsync():
http://stackoverflow.com/questions/26226583/meteor-proper-use-of-meteor-wrapasync-on-server http://stackoverflow.com/questions/26322617/meteor-wrapasync-dont-return-value
Yes, but it would be nice not to.
@adamvr Did you see this package? (stripe-sync) https://atmospherejs.com/copleykj/stripe-sync
It would be nice if we could directly use the functions from this lib in a meteoric way, i.e.
var charge = Stripe.charges.create()