gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] 97/277: integrate POST /tranfers handler


From: gnunet
Subject: [taler-merchant] 97/277: integrate POST /tranfers handler
Date: Sun, 05 Jul 2020 20:50:10 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository merchant.

commit 1d41f0e425309d3f7e223f3ea7d3675105110019
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed May 6 22:17:15 2020 +0200

    integrate POST /tranfers handler
---
 src/backend/taler-merchant-httpd.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/backend/taler-merchant-httpd.c 
b/src/backend/taler-merchant-httpd.c
index 4744347..131699e 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -45,6 +45,7 @@
 #include "taler-merchant-httpd_private-post-products-ID-lock.h"
 #include "taler-merchant-httpd_private-post-orders.h"
 #include "taler-merchant-httpd_private-post-orders-ID-refund.h"
+#include "taler-merchant-httpd_private-post-transfers.h"
 #include "taler-merchant-httpd_post-orders-ID-abort.h"
 #include "taler-merchant-httpd_post-orders-ID-claim.h"
 #include "taler-merchant-httpd_post-orders-ID-pay.h"
@@ -829,6 +830,12 @@ url_handler (void *cls,
       .have_id_segment = true,
       .handler = &TMH_private_post_orders_ID_refund
     },
+    /* POST /transfers: */
+    {
+      .url_prefix = "/transfers",
+      .method = MHD_HTTP_METHOD_POST,
+      .handler = &TMH_private_post_transfers
+    },
     {
       NULL
     }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]