We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b00c0 commit 093fa23Copy full SHA for 093fa23
1 file changed
src/canton_mcp_server/canton_billing.py
@@ -893,6 +893,7 @@ def _extract_charge_manager(contract_id: str, _payload: dict, _created_at: str)
893
894
# No ChargeManager exists, create one using submit-and-wait-for-transaction
895
logger.info("Creating new ChargeManager contract...")
896
+ template_id = f"{BILLING_PACKAGE_ID}:MCP.Billing:ChargeManager"
897
898
create_data = await _make_ledger_request(
899
"POST",
0 commit comments