fix withdrawal operation API path
This commit is contained in:
parent
a4f1127e0a
commit
472307a607
@ -142,7 +142,7 @@ export async function getBankWithdrawalInfo(
|
|||||||
throw Error(`can't parse URL ${talerWithdrawUri}`);
|
throw Error(`can't parse URL ${talerWithdrawUri}`);
|
||||||
}
|
}
|
||||||
const reqUrl = new URL(
|
const reqUrl = new URL(
|
||||||
`api/withdraw-operations/${uriResult.withdrawalOperationId}`,
|
`api/withdraw-operation/${uriResult.withdrawalOperationId}`,
|
||||||
uriResult.bankIntegrationApiBaseUrl,
|
uriResult.bankIntegrationApiBaseUrl,
|
||||||
);
|
);
|
||||||
const resp = await ws.http.get(reqUrl.href);
|
const resp = await ws.http.get(reqUrl.href);
|
||||||
|
Loading…
Reference in New Issue
Block a user