Libraries refactor and add some sinks #4
|
@ -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)
|
rtrn = self.agora._api_call(api_method=f"contact_release/{contact_id}", http_method="POST", query_values=payload)
|
||||||
|
|
||||||
# Check if we can withdraw funds
|
# Check if we can withdraw funds
|
||||||
# TODO: write test for withdraw_funds before re-enabling
|
self.withdraw_funds()
|
||||||
# self.withdraw_funds()
|
|
||||||
|
|
||||||
return rtrn
|
return rtrn
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue