From c0fedb8d45c41fb283fec714b48278e6661d51be Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 25 Jun 2020 10:40:47 +0200 Subject: add missing EC code --- gnu-taler-error-codes/registry.rec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'gnu-taler-error-codes') diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index 30f6670..4e65815 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -1435,7 +1435,7 @@ HttpStatus: 0 Value: 2601 Name: REFUND_ORDER_ID_UNKNOWN Description: The frontend gave an unknown order id to issue the refund to. -HttpStatus: 0 +HttpStatus: 404 Value: 2602 Name: REFUND_INCONSISTENT_AMOUNT @@ -1450,7 +1450,7 @@ HttpStatus: 0 Value: 2604 Name: REFUND_MERCHANT_DB_COMMIT_ERROR Description: The backend encountered an error while trying to retrieve the payment data from database. Likely to be an internal error. -HttpStatus: 0 +HttpStatus: 500 Value: 2605 Name: PAY_DB_STORE_PAYMENTS_ERROR @@ -1467,6 +1467,11 @@ Name: REFUND_LOOKUP_NO_REFUND Description: The merchant backend is not available of any applicable refund(s) for this order. HttpStatus: 404 +Value: 2608 +Name: REFUND_ORDER_ID_UNPAID +Description: The frontend gave an unpaid order id to issue the refund to. +HttpStatus: 409 + Value: 2650 Name: RESERVES_POST_UNSUPPORTED_WIRE_METHOD Description: The requested wire method is not supported by the exchange. -- cgit v1.2.3