gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch master updated: remove deprecated h


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: remove deprecated headers
Date: Mon, 26 Aug 2019 00:07:59 +0200

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

dold pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 7a15471  remove deprecated headers
7a15471 is described below

commit 7a15471662045d18606ea60f37a5818c0781582f
Author: Florian Dold <address@hidden>
AuthorDate: Mon Aug 26 00:07:53 2019 +0200

    remove deprecated headers
---
 src/backend/taler-merchant-httpd_trigger-pay.c | 30 --------------------------
 1 file changed, 30 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_trigger-pay.c 
b/src/backend/taler-merchant-httpd_trigger-pay.c
index 7390750..96ee48d 100644
--- a/src/backend/taler-merchant-httpd_trigger-pay.c
+++ b/src/backend/taler-merchant-httpd_trigger-pay.c
@@ -92,10 +92,6 @@ MH_handler_trigger_pay (struct TMH_RequestHandler *rh,
                        response,
                        "Taler-Contract-Url");
   add_header_from_arg (connection,
-                       "h_contract_terms",
-                       response,
-                       "Taler-Contract-Hash");
-  add_header_from_arg (connection,
                        "tip_token",
                        response,
                        "Taler-Tip");
@@ -107,32 +103,6 @@ MH_handler_trigger_pay (struct TMH_RequestHandler *rh,
                        "resource_url",
                        response,
                        "Taler-Resource-Url");
-  /* FIXME: the X- variants should go away in the future, for now
-     preserved for backwards-compatibility only! */
-  add_header_from_arg (connection,
-                       "session_id",
-                       response,
-                       "X-Taler-Session-Id");
-  add_header_from_arg (connection,
-                       "contract_url",
-                       response,
-                       "X-Taler-Contract-Url");
-  add_header_from_arg (connection,
-                       "h_contract_terms",
-                       response,
-                       "X-Taler-Contract-Hash");
-  add_header_from_arg (connection,
-                       "tip_token",
-                       response,
-                       "X-Taler-Tip");
-  add_header_from_arg (connection,
-                       "refund_url",
-                       response,
-                       "X-Taler-Refund-Url");
-  add_header_from_arg (connection,
-                       "resource_url",
-                       response,
-                       "X-Taler-Resource-Url");
 
   MHD_queue_response (connection,
                       MHD_HTTP_PAYMENT_REQUIRED,

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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