Skip to content

Commit dd17ef8

Browse files
committed
Rollback: strictly speaking, only the /v1/borderless-accounts endpoint is listed as deprecated?
Ref: <https://docs.wise.com/api-docs/api-reference/deprecated>
1 parent 65725b4 commit dd17ef8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pywisetransfer/borderless_account.py

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ def list(self, profile_id: str) -> list[Any]:
2626
accounts: list[Any] = self.service.list(params={"profileId": profile_id})
2727
return munchify(accounts)
2828

29-
@deprecated(message='The borderless-accounts endpoint is deprecated; please use account-details instead')
3029
def statement(
3130
self,
3231
profile_id: str,

0 commit comments

Comments
 (0)