aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness/src/integrationtests/test-wallettesting.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-10-06 14:42:32 +0200
committerFlorian Dold <florian@dold.me>2023-10-06 14:42:32 +0200
commit97d7be7503168f4f3bbd05905d32aa76ca1636b2 (patch)
treece4e794716b8635f3d871e9e09fb71737d8def96 /packages/taler-harness/src/integrationtests/test-wallettesting.ts
parent851b2da39c3297ede3d267f3d2534cac213261c1 (diff)
rename to corebank API
Diffstat (limited to 'packages/taler-harness/src/integrationtests/test-wallettesting.ts')
-rw-r--r--packages/taler-harness/src/integrationtests/test-wallettesting.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/taler-harness/src/integrationtests/test-wallettesting.ts b/packages/taler-harness/src/integrationtests/test-wallettesting.ts
index 6d58ae1f2..e5191aa5b 100644
--- a/packages/taler-harness/src/integrationtests/test-wallettesting.ts
+++ b/packages/taler-harness/src/integrationtests/test-wallettesting.ts
@@ -120,7 +120,7 @@ export async function runWallettestingTest(t: GlobalTestState) {
await wallet.client.call(WalletApiOperation.RunIntegrationTest, {
amountToSpend: "TESTKUDOS:5",
amountToWithdraw: "TESTKUDOS:10",
- bankAccessApiBaseUrl: bank.bankAccessApiBaseUrl,
+ corebankApiBaseUrl: bank.corebankApiBaseUrl,
exchangeBaseUrl: exchange.baseUrl,
merchantAuthToken: merchantAuthToken,
merchantBaseUrl: merchant.makeInstanceBaseUrl(),
@@ -143,7 +143,7 @@ export async function runWallettestingTest(t: GlobalTestState) {
await wallet.client.call(WalletApiOperation.WithdrawTestBalance, {
amount: "TESTKUDOS:10",
- bankAccessApiBaseUrl: bank.bankAccessApiBaseUrl,
+ corebankApiBaseUrl: bank.corebankApiBaseUrl,
exchangeBaseUrl: exchange.baseUrl,
});
@@ -168,7 +168,7 @@ export async function runWallettestingTest(t: GlobalTestState) {
await wallet.client.call(WalletApiOperation.WithdrawTestBalance, {
amount: "TESTKUDOS:10",
- bankAccessApiBaseUrl: bank.bankAccessApiBaseUrl,
+ corebankApiBaseUrl: bank.corebankApiBaseUrl,
exchangeBaseUrl: exchange.baseUrl,
});