commit 6cde3221cafa512b9bb4103e75c25072e495e7e3 parent 53382f93d33f372cdae7b89ba51d67fdb48cdc80 Author: bohdan-potuzhnyi <bohdan.potuzhnyi@gmail.com> Date: Tue, 28 Jul 2026 22:51:43 +0200 new EC Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -2053,6 +2053,11 @@ Name: MERCHANT_POST_ORDERS_ID_PAY_EXCHANGE_LEGALLY_REFUSED Description: Some of the exchanges involved refused the request for reasons related to legitimization. The wallet should try with coins of different exchanges. The merchant should check if they have some legitimization process pending at the exchange. HttpStatus: 451 +Value: 2187 +Name: MERCHANT_POST_ORDERS_ID_PAY_CHOICE_INDEX_MISMATCH +Description: The order was already paid, but completing a different choice than the one given in this request. The client should use the choice the order was actually paid with. +HttpStatus: 409 + # 2200-2224: post orders ID paid endpoint Value: 2200