Private
Public Access
forked from FOSS/AutoShop-Djimbo-Simple
fix(api): handle None merchant_id in lolzteam initialization
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user