mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-09 14:13:35 +00:00
Fix bug, update ducumantation (#423)
This commit is contained in:
@ -7353,7 +7353,7 @@ def doUpdateResoldSubscription():
|
||||
kwargs[u'body'][u'purchaseOrderId'] = sys.argv[i+1]
|
||||
i += 2
|
||||
elif planarg in [u'dealcode', u'deal']:
|
||||
kwargs[u'body'][u'dealCode']
|
||||
kwargs[u'body'][u'dealCode'] = sys.argv[i+1]
|
||||
i += 2
|
||||
else:
|
||||
print u'ERROR: %s is not a valid argument to "gam update resoldcustomer plan"' % planarg
|
||||
|
Reference in New Issue
Block a user