add enroll later and now
This commit is contained in:
@@ -12,5 +12,5 @@ dyn = DynamoDBPersistenceLayer(COURSE_TABLE, dynamodb_client)
|
||||
def get_custom_pricing(org_id: str):
|
||||
return dyn.collection.query(
|
||||
PartitionKey(f'CUSTOM_PRICING#ORG#{org_id}'),
|
||||
limit=100,
|
||||
limit=150,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user