wip checkout
This commit is contained in:
@@ -9,7 +9,7 @@ dyn = DynamoDBPersistenceLayer(COURSE_TABLE, dynamodb_client)
|
||||
|
||||
|
||||
@router.get('/<org_id>/custom-pricing')
|
||||
def get_custom_pricing(org_id: str):
|
||||
def custom_pricing(org_id: str):
|
||||
return dyn.collection.query(
|
||||
PartitionKey(f'CUSTOM_PRICING#ORG#{org_id}'),
|
||||
limit=150,
|
||||
|
||||
Reference in New Issue
Block a user