commit ae8bc763a4e93aa295272ca3e1d6c9785cc7562b
parent 8dbd57d61b5b6e02e9472a1d4c90597108b242fc
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 20 Oct 2016 15:11:51 +0200
add 'code' with error code details to merchant backend error responses (#4497)
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_pay.c b/src/backend/taler-merchant-httpd_pay.c
@@ -1179,6 +1179,7 @@ MH_handler_pay (struct TMH_RequestHandler *rh,
pd_str);
return TMH_RESPONSE_reply_bad_request (connection,
+ TALER_EC_PAY_OFFER_EXPIRED,
"The time to pay for this contract has expired.");
}