update block

This commit is contained in:
2026-01-19 13:36:37 -03:00
parent 6b472110e2
commit 3fd7c77469
16 changed files with 421 additions and 133 deletions

View File

@@ -171,7 +171,7 @@ def enroll_now(enrollment: Enrollment, context: Context):
)
transact.condition(
key=KeyPair(
pk='SUBSCRIPTION#FREEZE',
pk='SUBSCRIPTION#FROZEN',
sk=f'ORG#{org.id}',
),
cond_expr='attribute_not_exists(sk)',
@@ -288,7 +288,7 @@ def enroll_later(enrollment: Enrollment, context: Context):
)
transact.condition(
key=KeyPair(
pk='SUBSCRIPTION#FREEZE',
pk='SUBSCRIPTION#FROZEN',
sk=f'ORG#{org.id}',
),
cond_expr='attribute_not_exists(sk)',