node-quickbooks
Version:
node.js client for Intuit's IPP QuickBooks V3 API.
16 lines (14 loc) • 523 B
JavaScript
module.exports = {
consumerKey: '',
consumerSecret: '',
token: '',
tokenSecret: '',
realmId: '',
useSandbox: true,
debug: false,
//
// Set useSandbox to false when moving to production. For info, see the following url:
// https://developer.intuit.com/v2/blog/2014/10/24/intuit-developer-now-offers-quickbooks-sandboxes
testEmail: '', // Use this email address for testing send*Pdf functions
minorversion: '' // Use to set minorversion for request
}