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')
|
debug(f'self orgid user')
|
||||||
return True
|
return True
|
||||||
balance = 0.00
|
balance = 0.00
|
||||||
tpac = await get_user_tpac(lu.userid)
|
tpac = await get_user_tpac(userid)
|
||||||
if tpac:
|
if tpac:
|
||||||
balance = await get_tpac_balance(tpac, userid)
|
balance = await get_tpac_balance(tpac, userid)
|
||||||
else:
|
else:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user