commit 53382f93d33f372cdae7b89ba51d67fdb48cdc80
parent 2e3a25d1afc40d9cb0cc241dd5febc715cb19d3e
Author: Florian Dold <dold@taler.net>
Date: Tue, 28 Jul 2026 19:56:13 +0200
new EC: WALLET_PURCHASE_NOT_FOUND
The wallet has to tell "no purchase for this order in this wallet" apart from
an internal failure when a scanned refund URI names an unknown order.
Issue: https://bugs.taler.net/n/10692
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
@@ -3331,6 +3331,11 @@ Name: WALLET_PAY_MERCHANT_INSUFFICIENT_BALANCE
Description: The wallet's balance for paying a merchant is insufficient.
HttpStatus: 0
+Value: 7051
+Name: WALLET_PURCHASE_NOT_FOUND
+Description: The wallet does not have a purchase for the requested order.
+HttpStatus: 0
+
# 8000 - 8499: Reserved for Anastasis
Value: 8000