refactor(api_lolzteam): simplify merchant_id initialization logic

This commit is contained in:
2026-07-16 13:29:33 +05:00
parent fb80c9fcd8
commit 0d34ac8f1c
2 changed files with 4 additions and 11 deletions
+1
View File
@@ -272,6 +272,7 @@ async def payments_lolzteam_get(message: Message, bot: Bot, state: FSM, arSessio
update=message,
skipping_error=True,
token=get_token,
merchant_id=None,
)
).check()