Skip to content

Commit 4e23be8

Browse files
authored
removes duplicate method (#34)
1 parent 4ca3803 commit 4e23be8

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

method/resources/Account.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -549,9 +549,3 @@ def get_payoff(self, _id: str, pyf_id: str) -> AccountPayoff:
549549

550550
def create_payoff(self, _id: str) -> AccountPayoff:
551551
return super(AccountResource, self)._create_with_sub_path('{_id}/payoffs'.format(_id=_id), {})
552-
553-
def withdraw_consent(self, _id: str) -> Account:
554-
return super(AccountResource, self)._create_with_sub_path(
555-
'{_id}/consent'.format(_id=_id),
556-
{'type': 'withdraw', 'reason': 'holder_withdrew_consent'}
557-
)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='method-python',
5-
version='0.0.43',
5+
version='0.0.44',
66
description='Python library for the Method API',
77
long_description='Python library for the Method API',
88
long_description_content_type='text/x-rst',

0 commit comments

Comments
 (0)