Skip to content

Commit 093fa23

Browse files
committed
fix: audit result corrections
1 parent 51b00c0 commit 093fa23

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/canton_mcp_server/canton_billing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -893,6 +893,7 @@ def _extract_charge_manager(contract_id: str, _payload: dict, _created_at: str)
893893

894894
# No ChargeManager exists, create one using submit-and-wait-for-transaction
895895
logger.info("Creating new ChargeManager contract...")
896+
template_id = f"{BILLING_PACKAGE_ID}:MCP.Billing:ChargeManager"
896897

897898
create_data = await _make_ledger_request(
898899
"POST",

0 commit comments

Comments
 (0)