aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-harness/src/index.ts')
-rw-r--r--packages/taler-harness/src/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-harness/src/index.ts b/packages/taler-harness/src/index.ts
index 561d70c4f..ea3d18438 100644
--- a/packages/taler-harness/src/index.ts
+++ b/packages/taler-harness/src/index.ts
@@ -800,7 +800,7 @@ deploymentCli
username: accountLogin,
is_public: !!args.provisionBankAccount.public,
is_taler_exchange: !!args.provisionBankAccount.exchange,
- internal_payto_uri: args.provisionBankAccount.internalPayto,
+ payto_uri: args.provisionBankAccount.internalPayto,
};
const resp = await httpLib.fetch(url.href, {
method: "POST",