summaryrefslogtreecommitdiff
path: root/src/include/taler_merchant_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-14 23:02:02 +0200
committerChristian Grothoff <christian@grothoff.org>2020-10-14 23:02:02 +0200
commite98ca0d39480b9cb23f7d0f620d9ca10d9afa7aa (patch)
tree3c44c2f95afab72cb3ff64f7311a74fb26b56135 /src/include/taler_merchant_service.h
parentbf9641e1512338edd48624f23e6be356cf251ef4 (diff)
downloadmerchant-e98ca0d39480b9cb23f7d0f620d9ca10d9afa7aa.tar.gz
merchant-e98ca0d39480b9cb23f7d0f620d9ca10d9afa7aa.tar.bz2
merchant-e98ca0d39480b9cb23f7d0f620d9ca10d9afa7aa.zip
implementing long-polling test commands for wallet get order operation (#6466)
Diffstat (limited to 'src/include/taler_merchant_service.h')
-rw-r--r--src/include/taler_merchant_service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h
index e34226a0..cd16caca 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -1466,7 +1466,7 @@ struct TALER_MERCHANT_OrderWalletGetHandle;
/**
- * Callback to process a GET /orders/$ID request
+ * Callback to process a GET /orders/$ID response
*
* @param cls closure
* @param hr HTTP response details
@@ -1509,7 +1509,7 @@ typedef void
* @param timeout timeout to use in long polling (how long may the server wait to reply
* before generating an unpaid response). Note that this is just provided to
* the server, we as client will block until the response comes back or until
- * #TALER_MERCHANT_order_get_cancel() is called.
+ * #TALER_MERCHANT_wallet_order_get_cancel() is called.
* @param session_id for which session should the payment status be checked. Use
* NULL to disregard sessions.
* @param min_refund long poll for the service to approve a refund exceeding this value;
@@ -1825,7 +1825,7 @@ typedef void
* @param timeout timeout to use in long polling (how long may the server wait to reply
* before generating an unpaid response). Note that this is just provided to
* the server, we as client will block until the response comes back or until
- * #TALER_MERCHANT_order_get_cancel() is called.
+ * #TALER_MERCHANT_merchant_order_get_cancel() is called.
* @param cb callback which will work the response gotten from the backend
* @param cb_cls closure to pass to @a cb
* @return handle for this operation, NULL upon errors