summaryrefslogtreecommitdiff
path: root/src/include/taler_merchant_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_merchant_service.h')
-rw-r--r--src/include/taler_merchant_service.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h
index 1e62f4ed..7c51d1c0 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -2196,14 +2196,14 @@ struct TALER_MERCHANT_TrackTransferDetail
* @param details array with details about the combined transactions
*/
typedef void
-(*TALER_MERCHANT_TrackTransferCallback) (
+(*TALER_MERCHANT_PostTransfersCallback) (
void *cls,
const struct TALER_MERCHANT_HttpResponse *hr,
struct GNUNET_TIME_Absolute execution_time,
const struct TALER_Amount *total_amount,
const struct TALER_Amount *wire_fee,
unsigned int details_length,
- const struct TALER_MERCHANT_TrackTransferDetails details[]);
+ const struct TALER_MERCHANT_TrackTransferDetail details[]);
/**
@@ -2229,7 +2229,7 @@ TALER_MERCHANT_transfers_post (
const struct TALER_WireTransferIdentifierRawP *wtid,
const char *payto_uri,
const char *exchange_url,
- TALER_MERCHANT_TrackTransferCallback cb,
+ TALER_MERCHANT_PostTransfersCallback cb,
void *cls);
@@ -2345,7 +2345,7 @@ typedef void
* @return a handle for this request
*/
struct TALER_MERCHANT_GetTransfersHandle *
-TALER_MERCHANT_transfers_post (
+TALER_MERCHANT_transfers_get (
struct GNUNET_CURL_Context *ctx,
const char *backend_url,
const char *payto_uri,