summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_pay.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-01 18:01:08 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-01 18:01:08 +0100
commitbb6163e9eda287af4947e0fd7e1f66a4e9809814 (patch)
tree9e71d72f61a979348158901f040c1f75d5817c30 /src/backend/taler-merchant-httpd_pay.c
parentf020eef279b80054aa7cdfedc5482ef3f7e83051 (diff)
downloadmerchant-bb6163e9eda287af4947e0fd7e1f66a4e9809814.tar.gz
merchant-bb6163e9eda287af4947e0fd7e1f66a4e9809814.tar.bz2
merchant-bb6163e9eda287af4947e0fd7e1f66a4e9809814.zip
bugfixes
Diffstat (limited to 'src/backend/taler-merchant-httpd_pay.c')
-rw-r--r--src/backend/taler-merchant-httpd_pay.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/backend/taler-merchant-httpd_pay.c b/src/backend/taler-merchant-httpd_pay.c
index de00e87c..1e1ac4c6 100644
--- a/src/backend/taler-merchant-httpd_pay.c
+++ b/src/backend/taler-merchant-httpd_pay.c
@@ -2271,9 +2271,7 @@ MH_handler_pay (struct TMH_RequestHandler *rh,
root,
pc);
json_decref (root);
- if (GNUNET_SYSERR == res)
- return MHD_NO;
- return MHD_YES;
+ return res;
}