Fix bug, update ducumantation (#423)

This commit is contained in:
Ross Scroggs
2017-02-07 08:01:59 -08:00
committed by Jay Lee
parent 998f4c6dff
commit 61868d5fde
2 changed files with 25 additions and 3 deletions

View File

@ -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