From dbe8dc67f2a56afcf2a042782f390d167f27c946 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 24 May 2017 20:41:28 -0400 Subject: [PATCH] Add G Suite Free/Standard SKU --- src/var.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/var.py b/src/var.py index e3a21e0e..d790cc6f 100644 --- a/src/var.py +++ b/src/var.py @@ -43,6 +43,8 @@ FN_OAUTH2SERVICE_JSON = u'oauth2service.json' FN_OAUTH2_TXT = u'oauth2.txt' MY_CUSTOMER = u'my_customer' SKUS = { + u'Google-Apps': { + u'product': u'Google-Apps', u'aliases': [u'standard', u'free'], u'displayName': u'G Suite Free/Standard'}, u'Google-Apps-For-Business': { u'product': u'Google-Apps', u'aliases': [u'gafb', u'gafw', u'basic', u'gsuitebasic'], u'displayName': u'G Suite Basic'}, u'Google-Apps-For-Government': { @@ -101,6 +103,7 @@ API_VER_MAPPING = { u'reports': u'reports_v1', u'reseller': u'v1', u'siteVerification': u'v1', + u'urlshortener': u'v1', } API_SCOPE_MAPPING = {