We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f35156b commit 47bced1Copy full SHA for 47bced1
samples/QuickBooks.gs
@@ -24,8 +24,7 @@ function run() {
24
var service = getService();
25
if (service.hasAccess()) {
26
// Get the Company ID to be used in the request.
27
- var companyId = PropertiesService.getUserProperties()
28
- .getProperty('QuickBooks.companyId');
+ var companyId = service.getStorage().getValue('QuickBooks.companyId');
29
// Get Quickbooks Company information to test.
30
var url = 'https://sandbox-quickbooks.api.intuit.com/v3/company/' +
31
companyId + '/companyinfo/' + companyId;
0 commit comments