summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_refund.c
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-19 18:02:12 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-19 18:02:12 +0200
commit870ca3f8ec04d1d4c5be3a25bd72c9ee6bc5e3d5 (patch)
tree484f96a724bcdbdefee10ffa3ec09b28e0275cae /src/backend/taler-merchant-httpd_refund.c
parent5a8bf79270869dd4828b00b293e4161246335795 (diff)
downloadmerchant-870ca3f8ec04d1d4c5be3a25bd72c9ee6bc5e3d5.tar.gz
merchant-870ca3f8ec04d1d4c5be3a25bd72c9ee6bc5e3d5.tar.bz2
merchant-870ca3f8ec04d1d4c5be3a25bd72c9ee6bc5e3d5.zip
get /refund increase requested from the tests
Diffstat (limited to 'src/backend/taler-merchant-httpd_refund.c')
-rw-r--r--src/backend/taler-merchant-httpd_refund.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/taler-merchant-httpd_refund.c b/src/backend/taler-merchant-httpd_refund.c
index e731cf50..2149df1b 100644
--- a/src/backend/taler-merchant-httpd_refund.c
+++ b/src/backend/taler-merchant-httpd_refund.c
@@ -235,12 +235,11 @@ MH_handler_refund_increase (struct TMH_RequestHandler *rh,
* Just a "200 OK" should be fine here, as the frontend has all
* the information needed to generate the right response.
*/
- return MHD_YES;
json_decref (contract_terms);
json_decref (root);
GNUNET_JSON_parse_free (spec);
- return res;
+ return MHD_YES;
}