Libraries refactor and add some sinks #4

Closed
m wants to merge 136 commits from library-refactor into master
1 changed files with 1 additions and 2 deletions
Showing only changes of commit f19fc1fb47 - Show all commits

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