fix(api): handle None merchant_id in lolzteam initialization

This commit is contained in:
2026-07-16 13:39:37 +05:00
parent 0d34ac8f1c
commit 5e5bab91f2
2 changed files with 16 additions and 13 deletions
+1 -1
View File
@@ -272,7 +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,
merchant_id="None",
)
).check()