Created
April 20, 2013 05:47
-
-
Save jcleblanc/5424904 to your computer and use it in GitHub Desktop.
PayPal Node.js REST SDK configuration object
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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