There was an error while loading. Please reload this page.
1 parent c1d3878 commit f35156bCopy full SHA for f35156b
samples/QuickBooks.gs
@@ -83,7 +83,7 @@ function authCallback(request) {
83
var authorized = service.handleCallback(request);
84
if (authorized) {
85
// Save the Company ID in the service's storage.
86
- service.getStorage().setValue('QuickBooks.companyId',
+ service.getStorage().setValue('QuickBooks.companyId',
87
request.parameter.realmId);
88
return HtmlService.createHtmlOutput('Success!');
89
} else {
0 commit comments