commit 058e631d82afa4556330dec460b3b682ce5d3bdf parent 2559b0acd478fff87cba66f111137a1bb3715052 Author: Iván Ávalos <avalos@disroot.org> Date: Thu, 16 Jan 2025 17:31:20 +0100 add MERCHANT_GET_ORDERS_ID_INVALID_CONTRACT_VERSION 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 @@ -1672,6 +1672,11 @@ Name: MERCHANT_GET_ORDERS_ID_INVALID_CONTRACT_HASH Description: The contract terms hash used to authenticate the client is invalid for this order. HttpStatus: 403 +Value: 2107 +Name: MERCHANT_GET_ORDERS_ID_INVALID_CONTRACT_VERSION +Description: The contract terms version is not invalid. +HttpStatus: 403 + # 2150-2199: post orders ID pay endpoint Value: 2150