Error: Meteor code must always run within a Fiber

后端 未结 2 919
终归单人心
终归单人心 2020-12-10 11:35

I am using stripe for payments in my app, I want to create a receipt document in my own database after a succesful transaction

My code:

Meteor.method         


        
2条回答
  •  攒了一身酷
    2020-12-10 12:03

    You might want to take a look at the docs for http://docs.meteor.com/#/full/meteor_wrapasync.

提交回复
热议问题