mirror of
https://github.com/GAM-team/GAM.git
synced 2025-05-12 12:17:20 +00:00
Fix "gam update customer", customer field not needed.
This commit is contained in:
parent
1ae2b960c7
commit
c9b2c1d8d6
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':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user