add payment section

This commit is contained in:
2026-01-19 20:16:57 -03:00
parent ed58e26e7e
commit 6732e07dfa
13 changed files with 222 additions and 58 deletions

View File

@@ -328,7 +328,7 @@ def _get_due_days(
return dyn.collection.get_item(
KeyPair(
pk=str(org_id),
sk=SortKey('METADATA#PAYMENT_POLICY', path_spec='due_days'),
sk=SortKey('METADATA#BILLING', path_spec='due_days'),
),
raise_on_error=False,
default=default,