mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-08 21:53:36 +00:00
One more bug fix (#426)
* Fix bug, update ducumantation * Clean up error messages * Exit on error, fix bug * One more bug fix
This commit is contained in:
@ -7398,7 +7398,7 @@ def _getResoldSubscriptionAttr(arg, customerId):
|
||||
body[u'purchaseOrderId'] = arg[i+1]
|
||||
elif myarg in [u'seats']:
|
||||
body[u'seats'][u'numberOfSeats'] = arg[i+1]
|
||||
if len(arg) > i + 1 and arg[i+2].isdigit():
|
||||
if len(arg) > i + 2 and arg[i+2].isdigit():
|
||||
body[u'seats'][u'maximumNumberOfSeats'] = arg[i+2]
|
||||
i += 1
|
||||
elif myarg in [u'sku', u'skuid']:
|
||||
|
Reference in New Issue
Block a user