Re-enable withdrawing upon fund release

master
Mark Veidemanis 3 years ago
parent e8a6f55ed1
commit 2e83516b19
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

@ -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…
Cancel
Save