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
When I try to subscribe user with payments, it says Stripe is not an object. I'm guessing it's because it's before Meteor.startup is ready - how do I do this correctly?
Also, can you explain how to make the "payment" button? Traditionally it's with:
<form><script .... /script></form>
but I tried that with Meteor and your package installed and it didn't work (I wasn't quite expecting it to), help on how to hook up the button and payment forms?
When I try to subscribe user with payments, it says Stripe is not an object. I'm guessing it's because it's before Meteor.startup is ready - how do I do this correctly?
The text was updated successfully, but these errors were encountered: