can someone explain to me how to set up this?
// Require the module and setup our instance of the class var Paypal = require('paypal-recurring'), paypal = new Paypal({ username: "info@example.com", password: "****", signature: "****", } //, "production" // USE WITH CARE! );
I don't know what do you mean by email, password, signature
and where to put Client ID, Secret
can someone explain to me how to set up this?
// Require the module and setup our instance of the class var Paypal = require('paypal-recurring'), paypal = new Paypal({ username: "info@example.com", password: "****", signature: "****", } //, "production" // USE WITH CARE! );
I don't know what do you mean by email, password, signature and where to put Client ID, Secret