Skip to content

Instantly share code, notes, and snippets.

@jcleblanc
Created April 20, 2013 05:47
Show Gist options
  • Save jcleblanc/5424904 to your computer and use it in GitHub Desktop.
Save jcleblanc/5424904 to your computer and use it in GitHub Desktop.
PayPal Node.js REST SDK configuration object
var paypal_sdk = require('paypal-rest-sdk');
var config_options = {
'host': 'api.sandbox.paypal.com',
'port': '',
'client_id': 'EBWKjlELKMYqRNQ6sYvFo64FtaRLRR5BdHEESmha49TM',
'client_secret': 'EO422dn3gQLgDbuwqTjzrFgFtaRLRR5BdHEESmha49TM'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment