commit fa2259bd6824b2c739130218ca4316fb79addfbe parent d831c7f72a5030e20efb4ada7babc103ccd01fab Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 2 May 2023 23:20:59 +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 @@ -1726,6 +1726,11 @@ Name: MERCHANT_PRIVATE_POST_ORDERS_REFUND_DEADLINE_IN_PAST Description: The request is invalid: a refund deadline was given, but it is in the past. HttpStatus: 400 +Value: 2509 +Name: MERCHANT_PRIVATE_POST_ORDERS_NO_EXCHANGES_FOR_WIRE_METHOD +Description: The backend does not trust any exchange that would allow funds to be wired to any bank account of this instance using the selected wire method. Note that right now, we do not support the use of exchange bank accounts with mandatory currency conversion. +HttpStatus: 409 + Value: 2510 Name: MERCHANT_PRIVATE_PATCH_ORDERS_ID_FORGET_PATH_SYNTAX_INCORRECT Description: One of the paths to forget is malformed.