Re-enable withdrawing upon fund release

This commit is contained in:
2022-02-22 20:16:36 +00:00
parent d8c3d32bf7
commit f19fc1fb47

View File

@@ -580,8 +580,7 @@ class Agora(object):
rtrn = self.agora._api_call(api_method=f"contact_release/{contact_id}", http_method="POST", query_values=payload)
# Check if we can withdraw funds
# TODO: write test for withdraw_funds before re-enabling
# self.withdraw_funds()
self.withdraw_funds()
return rtrn