withdraw fee

This commit is contained in:
itsdeka
2022-11-09 14:15:36 +01:00
parent fd5484cd75
commit 9b9f9e0689

View File

@@ -42,7 +42,8 @@ class Withdraw:
method = raw_withdraw[WithdrawModel.METHOD]
wallet = raw_withdraw[WithdrawModel.WALLET]
amount = raw_withdraw[WithdrawModel.AMOUNT]
return Withdraw(w_id, method, wallet, amount)
fee = raw_withdraw[WithdrawModel.FEE]
return Withdraw(w_id, method, wallet, amount, fee)
def __str__(self):
"""