Skip to content

Commit 5ba81d5

Browse files
committed
Revert "Rollback: strictly speaking, only the /v1/borderless-accounts endpoint is listed as deprecated?"
This reverts commit dd17ef8.
1 parent 5416f7c commit 5ba81d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pywisetransfer/borderless_account.py

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

31+
@deprecated(message='The borderless-accounts endpoint is deprecated; please use account-details instead')
3132
def statement(
3233
self,
3334
profile_id: str,

0 commit comments

Comments
 (0)