aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Blättler <blatc2@bfh.ch>2024-04-18 13:40:20 +0200
committerChristian Blättler <blatc2@bfh.ch>2024-04-18 13:40:20 +0200
commit61556908520df557832b04bb5e1ee91c708aeef4 (patch)
treede0c9041eb9de137cbc5066d4d2851a613c76f55
parent1b9ecb0ed527e1f93ce893691e30143589ca14a4 (diff)
downloadgana-master.tar.gz
gana-master.zip
Add merchant error codeHEADmaster
-rw-r--r--gnu-taler-error-codes/registry.rec5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index b54c4af..31ede32 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1883,6 +1883,11 @@ Name: MERCHANT_PRIVATE_POST_ORDERS_ID_REFUND_NOT_ALLOWED_BY_CONTRACT
1883Description: The refund delay was set to 0 and thus no refunds are ever allowed for this order. 1883Description: The refund delay was set to 0 and thus no refunds are ever allowed for this order.
1884HttpStatus: 403 1884HttpStatus: 403
1885 1885
1886Value: 2533
1887Name: MERCHANT_PRIVATE_POST_ORDERS_TOKEN_FAMILY_SLUG_UNKNOWN
1888Description: The token family slug provided in this order could not be found in the merchant database.
1889HttpStatus: 404
1890
1886 1891
1887 1892
1888# 2550-2599: transfer operations 1893# 2550-2599: transfer operations