mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-10 06:33:34 +00:00
Use patch instead of update in doUpdateCustomer, update is broken (#366)
This commit is contained in:
@ -1753,7 +1753,7 @@ def doUpdateCustomer():
|
||||
else:
|
||||
print u'ERROR: %s is not a valid argument for "gam update customer"' % myarg
|
||||
sys.exit(2)
|
||||
callGAPI(cd.customers(), u'update', customerKey=GC_Values[GC_CUSTOMER_ID], body=body)
|
||||
callGAPI(cd.customers(), u'patch', customerKey=GC_Values[GC_CUSTOMER_ID], body=body)
|
||||
print u'Updated customer'
|
||||
|
||||
def doDelDomain():
|
||||
|
Reference in New Issue
Block a user