[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant] branch master updated: always use full payto URIs
From: |
gnunet |
Subject: |
[taler-merchant] branch master updated: always use full payto URIs |
Date: |
Sun, 29 Dec 2024 23:18:51 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository merchant.
The following commit(s) were added to refs/heads/master by this push:
new ebf382af always use full payto URIs
ebf382af is described below
commit ebf382af2095dc813b4bd15615e84938d0c3651a
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Dec 29 23:18:47 2024 +0100
always use full payto URIs
---
src/merchant-tools/benchmark-cs.conf | 2 +-
src/merchant-tools/benchmark-rsa.conf | 2 +-
src/testing/test_key_rotation.conf | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/merchant-tools/benchmark-cs.conf
b/src/merchant-tools/benchmark-cs.conf
index 82a97b7e..cdd6749a 100644
--- 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
index 6ace6478..0f33252f 100644
--- 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
index 4b93ff90..48fee276 100644
--- 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
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-merchant] branch master updated: always use full payto URIs,
gnunet <=