Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit d7f04d8

Browse files
author
plondon
committed
fix(PIT): payments account endpoint
1 parent df6346b commit d7f04d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/blockchain-wallet-v4/src/network/api/profile

packages/blockchain-wallet-v4/src/network/api/profile/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default ({
6161
const getPaymentsAccountPit = currency => {
6262
return authorizedPut({
6363
url: nabuUrl,
64-
endPoint: '/payments/account/pit',
64+
endPoint: '/payments/accounts/linked',
6565
contentType: 'application/json',
6666
data: {
6767
currency

0 commit comments

Comments
 (0)