Closed ezhevak closed 4 years ago
to remove user credit you need add a new negative refill
example -10,00
Different number of decimal. At User->Credit (10.002 USD) At Billing->Refill (10.10 USD) A can't Refill correct sum. :)
i find a solution. Go to database mbilling and use update sql.
update pkg_user set credit = '0.0000' where id_user = 'userId';
Describe the bug The balance on the user does not change when the Refill is deleted
To Reproduce Steps to reproduce the behavior:
Expected behavior A credit must be 0.00 USD
How i can reset the user balance???