mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
Fix "gam update customer", customer field not needed.
This commit is contained in:
3
gam.py
3
gam.py
@@ -1259,8 +1259,7 @@ def doGetCustomerInfo():
|
|||||||
def doUpdateCustomer():
|
def doUpdateCustomer():
|
||||||
cd = buildGAPIObject(u'directory')
|
cd = buildGAPIObject(u'directory')
|
||||||
body = {}
|
body = {}
|
||||||
customer = sys.argv[3]
|
i = 3
|
||||||
i = 4
|
|
||||||
while i < len(sys.argv):
|
while i < len(sys.argv):
|
||||||
myarg = sys.argv[i].lower().replace(u'_', u'')
|
myarg = sys.argv[i].lower().replace(u'_', u'')
|
||||||
if myarg == u'alternateemail':
|
if myarg == u'alternateemail':
|
||||||
|
|||||||
Reference in New Issue
Block a user