commit d9a88075017e0c7e37fb577d4220a0f86cabe581
parent 22151d4eb46d8be21778ebb7008c04f925615019
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 29 Dec 2024 23:19:04 +0100
always use full payto URIs
Diffstat:
5 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/configure.ac b/configure.ac
@@ -20,7 +20,7 @@
# Process this file with autoconf to produce a configure script.
#
AC_PREREQ([2.69])
-AC_INIT([Anastasis GTK],[0.6.0],[bug-anastasis@gnu.org],[anastasis-gtk])
+AC_INIT([Anastasis GTK],[0.6.1],[bug-anastasis@gnu.org],[anastasis-gtk])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([subdir-objects 1.9 tar-pax])
AC_CONFIG_HEADERS([anastasis_gtk_config.h])
diff --git a/po/anastasis-gtk.pot b/po/anastasis-gtk.pot
@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: anastasis-gtk 0.6.0\n"
+"Project-Id-Version: anastasis-gtk 0.6.1\n"
"Report-Msgid-Bugs-To: bug-anastasis@gnu.org\n"
-"POT-Creation-Date: 2024-12-15 16:50+0100\n"
+"POT-Creation-Date: 2024-12-16 18:16+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/po/de.po b/po/de.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: anastasis-gtk unknown\n"
"Report-Msgid-Bugs-To: bug-anastasis@gnu.org\n"
-"POT-Creation-Date: 2024-12-15 16:50+0100\n"
+"POT-Creation-Date: 2024-12-16 18:16+0100\n"
"PO-Revision-Date: 2024-08-03 16:07+0000\n"
"Last-Translator: Ettore Atalan <atalanttore@googlemail.com>\n"
"Language-Team: German <https://weblate.taler.net/projects/anastasis/"
diff --git a/src/testing/test_anastasis_reducer_4_free.conf b/src/testing/test_anastasis_reducer_4_free.conf
@@ -58,7 +58,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 = http
@@ -67,7 +67,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
diff --git a/src/testing/test_reducer.conf b/src/testing/test_reducer.conf
@@ -87,7 +87,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 = http
@@ -96,7 +96,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