merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit a1922deaf0368ec4dc86b79f22900cdb261cff48
parent f74245f11b8c7dd7ca28053e80ead1cd7340389d
Author: Florian Dold <florian.dold@gmail.com>
Date:   Sat, 18 Jan 2020 13:43:06 +0100

more TEAH fixes

Diffstat:
Msrc/lib/merchant_api_refund_increase.c | 2+-
Msrc/lib/merchant_api_tip_authorize.c | 2+-
Msrc/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 @@ -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 @@ -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 @@ -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.