commit ebf382af2095dc813b4bd15615e84938d0c3651a
parent 01a34b17bf37e4c4bbe59e47cbc480f31e85ffb0
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 29 Dec 2024 23:18:47 +0100
always use full payto URIs
Diffstat:
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/merchant-tools/benchmark-cs.conf b/src/merchant-tools/benchmark-cs.conf
@@ -4,7 +4,7 @@
[exchange-account-test]
# What is the bank account (with the "Taler Bank" demo system)? Must end with "/".
-PAYTO_URI = "payto://x-taler-bank/localhost/Exchange"
+PAYTO_URI = "payto://x-taler-bank/localhost/Exchange?receiver-name=Exchange"
# Authentication information for basic authentication
ENABLE_DEBIT = YES
ENABLE_CREDIT = YES
diff --git a/src/merchant-tools/benchmark-rsa.conf b/src/merchant-tools/benchmark-rsa.conf
@@ -4,7 +4,7 @@
[exchange-account-test]
# What is the bank account (with the "Taler Bank" demo system)? Must end with "/".
-PAYTO_URI = "payto://x-taler-bank/localhost/Exchange"
+PAYTO_URI = "payto://x-taler-bank/localhost/Exchange?receiver-name=Exchange"
# Authentication information for basic authentication
ENABLE_DEBIT = YES
ENABLE_CREDIT = YES
diff --git a/src/testing/test_key_rotation.conf b/src/testing/test_key_rotation.conf
@@ -76,7 +76,7 @@ MAX_DEBT = TESTKUDOS:50.0
MAX_DEBT_BANK = TESTKUDOS:100000.0
HTTP_PORT = 8082
SUGGESTED_EXCHANGE = http://localhost:8081/
-SUGGESTED_EXCHANGE_PAYTO = payto://x-taler-bank/localhost/2
+SUGGESTED_EXCHANGE_PAYTO = payto://x-taler-bank/localhost/2?receiver-name=Exchange
ALLOW_REGISTRATIONS = YES
SERVE = tcp
@@ -85,7 +85,7 @@ IDLE_RESERVE_EXPIRATION_TIME = 4 weeks
LEGAL_RESERVE_EXPIRATION_TIME = 7 years
[exchange-account-1]
-PAYTO_URI = payto://x-taler-bank/localhost/Exchange
+PAYTO_URI = payto://x-taler-bank/localhost/Exchange?receiver-name=Exchange
enable_debit = yes
enable_credit = yes