finish seat
This commit is contained in:
@@ -61,7 +61,7 @@ Org = TypedDict('Org', {'org_id': str, 'name': str})
|
||||
|
||||
CreatedBy = TypedDict('CreatedBy', {'id': str, 'name': str})
|
||||
|
||||
Seat = TypedDict('Seat', {'id': str, 'sk': str})
|
||||
Seat = TypedDict('Seat', {'order_id': str})
|
||||
|
||||
DeduplicationWindow = TypedDict('DeduplicationWindow', {'offset_days': int})
|
||||
|
||||
@@ -189,6 +189,7 @@ def enroll(
|
||||
item={
|
||||
'id': enrollment.id,
|
||||
'sk': 'METADATA#SUBSCRIPTION_COVERED',
|
||||
'billing_day': subscription['billing_day'],
|
||||
'created_at': now_,
|
||||
}
|
||||
| subscription,
|
||||
|
||||
Reference in New Issue
Block a user