dstroot / skeleton

Node Express MongoDB Bootstrap Passport... all rolled up into juicy goodness
skeleton-app.jit.su
MIT License
369 stars 47 forks source link

PayPal integration #33

Closed pepcha closed 9 years ago

pepcha commented 9 years ago

Hi Dan I am new to nodejs and your project is helping me to get started It would be great if you can help me to integrate PayPal to accept recurring subscription payments There are 3 different subscription services in the project. Some starting point and an approach of how to do will greatly help me I am trying to find something on Google but can't seem to get hold of anything

Thanks Lavanya

rijvirajib commented 9 years ago

Hello, there is a fantastic example of how Paypal's API can be used at https://github.com/dstroot/skeleton/blob/59443a89183c9ab30431149020370c5d6e291505/controllers/api.js#L162 .

pepcha commented 9 years ago

Thanks Rajiv