buggix
This commit is contained in:
parent
bcff4e1169
commit
0723395119
@ -46,7 +46,7 @@ async def checkCustomerBalance(llmid, userid, userorgid, catelogid=None):
|
||||
debug(f'self orgid user')
|
||||
return True
|
||||
balance = 0.00
|
||||
tpac = await get_user_tpac(lu.userid)
|
||||
tpac = await get_user_tpac(userid)
|
||||
if tpac:
|
||||
balance = await get_tpac_balance(tpac, userid)
|
||||
else:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user