fix(security): clarify billing log message wording

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-16 12:23:07 +00:00
parent b7a3b301a3
commit 7bd667e271
+1 -1
View File
@@ -168,7 +168,7 @@ async def create_checkout_session(
checkout_session = client.checkout.sessions.create(params=session_params)
logger.info(
"Created Stripe checkout session %s for user plan %s",
"Created Stripe checkout session %s for plan %s",
checkout_session.id,
body.plan_id,
)