You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
I have tried your example of charging but getting no results on the client: Meteor.call('chargeCard', stripeToken);
I'm only getting undefined returns no matter what I do: returning directly from the chargeCard method, using a function(err, res) on calling chargeCard or wrapping the stripe.charge function call into Meteor.wrapAsync()
So I haven't find any way to find out what happens on the server when calling chargeCard.
Where are my mistakes and what to do?
The text was updated successfully, but these errors were encountered:
Hi there,
I have tried your example of charging but getting no results on the client:
Meteor.call('chargeCard', stripeToken);
I'm only getting
undefined
returns no matter what I do: returning directly from thechargeCard
method, using afunction(err, res)
on callingchargeCard
or wrapping thestripe.charge
function call intoMeteor.wrapAsync()
So I haven't find any way to find out what happens on the server when calling
chargeCard
.Where are my mistakes and what to do?
The text was updated successfully, but these errors were encountered: