commit f8898b0af2aef0b015bed8d2aaf5db7d34c4bb70
parent bb15137909c05334c6c168ac176ea32ab2ced3a8
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 2 Jan 2025 12:24:10 +0100
-more ECs
Diffstat:
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
@@ -1173,6 +1173,15 @@ Name: EXCHANGE_MANAGEMENT_AML_OFFICERS_MORE_RECENT_PRESENT
Description: A more recent decision about the AML officer status is known to the exchange.
HttpStatus: 409
+Value: 1832
+Name: EXCHANGE_MANAGEMENT_CONFLICTING_DENOMINATION_META_DATA
+Description: The exchange already has this denomination key configured, but with different meta data. This should not be possible, contact the developers for support.
+HttpStatus: 409
+
+Value: 1833
+Name: EXCHANGE_MANAGEMENT_CONFLICTING_SIGNKEY_META_DATA
+Description: The exchange already has this signing key configured, but with different meta data. This should not be possible, contact the developers for support.
+HttpStatus: 409
diff --git a/gnu-taler-kyc-attributes/registry.rec b/gnu-taler-kyc-attributes/registry.rec
@@ -61,9 +61,9 @@ Format: text/plain
## Business company information
-# CHECK: vollständiger name des unternehmens
+# CHECK: vollständiger name des unternehmens
Identifier: BUSINESS_DISPLAY_NAME
-Description: NAme of the company or business.
+Description: Name of the company or business.
Format: text/plain
# CHECK: rechtsform
@@ -202,4 +202,3 @@ Comment: the value should be 'true' or 'false'
Identifier: ACCEPTED_TERMS_OF_SERVICE
Description: Name of the version of the terms of service accepted by the customer.
Format: text/plain
-