summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_exchanges.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/taler-merchant-httpd_exchanges.c')
-rw-r--r--src/backend/taler-merchant-httpd_exchanges.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/taler-merchant-httpd_exchanges.c b/src/backend/taler-merchant-httpd_exchanges.c
index e882f557..2c8995ee 100644
--- a/src/backend/taler-merchant-httpd_exchanges.c
+++ b/src/backend/taler-merchant-httpd_exchanges.c
@@ -372,7 +372,7 @@ process_wire_fees (struct Exchange *exchange,
{
/* Hole in the fee structure, not allowed! */
GNUNET_break_op (0);
- return TALER_EC_HOLE_IN_WIRE_FEE_STRUCTURE;
+ return TALER_EC_MERCHANT_GENERIC_HOLE_IN_WIRE_FEE_STRUCTURE;
}
while (NULL != fees)
{
@@ -477,7 +477,7 @@ process_wire_accounts (struct Exchange *exchange,
{
/* malformed payto:// URI returned by exchange */
GNUNET_break_op (0);
- return TALER_EC_PAYTO_MALFORMED;
+ return TALER_EC_GENERIC_PAYTO_URI_MALFORMED;
}
ec = process_wire_fees (exchange,
master_pub,