summaryrefslogtreecommitdiff
path: root/packages/web-util/src/context/merchant-api.ts
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-03-26 16:54:35 -0300
committerSebastian <sebasjm@gmail.com>2024-03-26 16:54:35 -0300
commitb674422840041f8cdba0ad52be17bd0c527ffecb (patch)
treeed58e348933af7429685e3aaff648c926418d1eb /packages/web-util/src/context/merchant-api.ts
parentaa33015b1e83885d07beb1220207f0cecd0dd9dc (diff)
downloadwallet-core-dev/sebasjm/refactor-merchant.tar.gz
wallet-core-dev/sebasjm/refactor-merchant.tar.bz2
wallet-core-dev/sebasjm/refactor-merchant.zip
Diffstat (limited to 'packages/web-util/src/context/merchant-api.ts')
-rw-r--r--packages/web-util/src/context/merchant-api.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/web-util/src/context/merchant-api.ts b/packages/web-util/src/context/merchant-api.ts
index 79c79ee9c..a531a5958 100644
--- a/packages/web-util/src/context/merchant-api.ts
+++ b/packages/web-util/src/context/merchant-api.ts
@@ -183,13 +183,11 @@ function buildMerchantApiClient(
);
const authenticate = new TalerAuthenticationHttpClient(
management.getAuthenticationAPI().href,
- "default",
httpLib,
);
const impersonate = (instanceId: string) =>
new TalerAuthenticationHttpClient(
instance(instanceId).getAuthenticationAPI().href,
- instanceId,
httpLib,
);