gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: more TEAH fixes


From: gnunet
Subject: [taler-merchant] branch master updated: more TEAH fixes
Date: Sat, 18 Jan 2020 13:43:09 +0100

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 a1922de  more TEAH fixes
a1922de is described below

commit a1922deaf0368ec4dc86b79f22900cdb261cff48
Author: Florian Dold <address@hidden>
AuthorDate: Sat Jan 18 13:43:06 2020 +0100

    more TEAH fixes
---
 src/lib/merchant_api_refund_increase.c | 2 +-
 src/lib/merchant_api_tip_authorize.c   | 2 +-
 src/lib/merchant_api_tip_pickup.c      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/lib/merchant_api_refund_increase.c 
b/src/lib/merchant_api_refund_increase.c
index 4503c87..7464502 100644
--- a/src/lib/merchant_api_refund_increase.c
+++ b/src/lib/merchant_api_refund_increase.c
@@ -42,7 +42,7 @@ struct TALER_MERCHANT_RefundIncreaseOperation
   /**
    * Minor context that holds body and headers.
    */
-  struct TEAH_PostContext post_ctx;
+  struct TALER_CURL_PostContext post_ctx;
 
   /**
    * The CURL context to connect to the backend
diff --git a/src/lib/merchant_api_tip_authorize.c 
b/src/lib/merchant_api_tip_authorize.c
index e1b21da..7ed4f5a 100644
--- a/src/lib/merchant_api_tip_authorize.c
+++ b/src/lib/merchant_api_tip_authorize.c
@@ -66,7 +66,7 @@ struct TALER_MERCHANT_TipAuthorizeOperation
   /**
    * Minor context that holds body and headers.
    */
-  struct TEAH_PostContext post_ctx;
+  struct TALER_CURL_PostContext post_ctx;
 };
 
 
diff --git a/src/lib/merchant_api_tip_pickup.c 
b/src/lib/merchant_api_tip_pickup.c
index 9473a8a..683c7d0 100644
--- a/src/lib/merchant_api_tip_pickup.c
+++ b/src/lib/merchant_api_tip_pickup.c
@@ -46,7 +46,7 @@ struct TALER_MERCHANT_TipPickupOperation
   /**
    * Minor context that holds body and headers.
    */
-  struct TEAH_PostContext post_ctx;
+  struct TALER_CURL_PostContext post_ctx;
 
   /**
    * Handle for the request.

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



reply via email to

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