add billing
This commit is contained in:
@@ -25,7 +25,7 @@ def lambda_handler(event: EventBridgeEvent, context: LambdaContext) -> bool:
|
||||
now_ = now()
|
||||
terms = user_layer.get_item(
|
||||
# Post-migration (users): uncomment the following line
|
||||
# KeyPair(new_image['org_id'], 'METADATA#SUBSCRIPTION_TERMS'),
|
||||
# KeyPair(new_image['org_id'], 'METADATA#SUBSCRIPTION'),
|
||||
KeyPair(new_image['org_id'], 'metadata#billing_policy'),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user