aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/backend/taler-merchant-httpd_private-post-orders.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_private-post-orders.c b/src/backend/taler-merchant-httpd_private-post-orders.c
index 4db271ff..9215bc6f 100644
--- a/src/backend/taler-merchant-httpd_private-post-orders.c
+++ b/src/backend/taler-merchant-httpd_private-post-orders.c
@@ -2130,7 +2130,7 @@ set_exchanges (struct OrderContext *oc)
oc,
MHD_HTTP_UNAVAILABLE_FOR_LEGAL_REASONS,
TALER_EC_MERCHANT_PRIVATE_POST_ORDERS_AMOUNT_EXCEEDS_LEGAL_LIMITS,
- oc->add_payment_details.wm->wire_method);
+ TALER_amount2s (&oc->set_exchanges.total_exchange_limit));
return false;
}
if (! oc->set_exchanges.exchange_good)