From 7959d35f3fe39bbcd38e2d40955a4985f653e02f Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 14 May 2020 10:19:50 -0400 Subject: [PATCH] Fix listing of G Suite Essentials SKU --- src/gam/var.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/gam/var.py b/src/gam/var.py index 28ff5f98..880c36a3 100644 --- a/src/gam/var.py +++ b/src/gam/var.py @@ -1,4 +1,5 @@ """Variables common across modules""" +# pylint: disable=too-many-lines import os import ssl import string @@ -128,8 +129,11 @@ SKUS = { 'displayName': 'G Suite Enterprise Archived' }, '1010060001': { - 'product': 'Google-Apps', - 'aliases': ['d4e', 'driveenterprise', 'drive4enterprise'], + 'product': '101006', + 'aliases': [ + 'gsuiteessentials', 'essentials', 'd4e', 'driveenterprise', + 'drive4enterprise' + ], 'displayName': 'G Suite Essentials' }, 'Google-Drive-storage-20GB': {