aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-24 20:25:48 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-24 20:25:48 +0200
commitb274839d365bec7d6d2f98638f02756f4fcdd06c (patch)
tree56ed3c9baedef214567d8639bf39a8a43c65bb0f
parent8166fa3c0f5fd84dedf6e68324d74aecad4981ad (diff)
downloadgana-b274839d365bec7d6d2f98638f02756f4fcdd06c.tar.gz
gana-b274839d365bec7d6d2f98638f02756f4fcdd06c.zip
another EC is needed
-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 6e077d4..fe3d324 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1172,6 +1172,11 @@ Name: MERCHANT_PRIVATE_PATCH_PRODUCTS_TOTAL_STOCKED_REDUCED
1172Description: The update would have reduced the total amount of product in stock, which is not allowed. 1172Description: The update would have reduced the total amount of product in stock, which is not allowed.
1173HttpStatus: 409 1173HttpStatus: 409
1174 1174
1175Value: 2663
1176Name: MERCHANT_PRIVATE_PATCH_PRODUCTS_TOTAL_SOLD_REDUCED
1177Description: The update would have reduced the total amount of product sold, which is not allowed.
1178HttpStatus: 409
1179
1175Value: 2670 1180Value: 2670
1176Name: MERCHANT_PRIVATE_POST_PRODUCTS_LOCK_INSUFFICIENT_STOCKS 1181Name: MERCHANT_PRIVATE_POST_PRODUCTS_LOCK_INSUFFICIENT_STOCKS
1177Description: The lock request is for more products than we have left (unlocked) in stock. 1182Description: The lock request is for more products than we have left (unlocked) in stock.