summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/api-merchant.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 86390681..cde9709b 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -800,7 +800,7 @@ Payment processing
interface OrderHistory {
// timestamp-sorted array of all orders matching the query.
// The order of the sorting depends on the sign of ``delta``.
- orders : OrderHistory[];
+ orders : OrderHistoryEntry[];
}
@@ -967,7 +967,7 @@ Payment processing
Note that this request does include the
usual ``h_contract`` argument to authenticate the wallet and
to allow the merchant to verify the signature before checking
- with its own database.
+ with its own database.
**Request:**
@@ -1707,7 +1707,7 @@ Tracking Wire Transfers
deposit_exchange_pub: EddsaPublicKey;
// Signature of the exchange signing the (conflicting) response.
- // Signs over a \struct TALER_DepositConfirmationPS\.
+ // Signs over a ``struct TALER_DepositConfirmationPS``.
deposit_exchange_sig: EddsaSignature;
// Hash of the merchant's bank account the wire transfer went to
@@ -1720,7 +1720,7 @@ Tracking Wire Transfers
// to verify the \exchange_sig\.
deposit_timestamp: Timestamp;
- // At what time the refund possibility expired (needed to verify \exchange_sig\).
+ // At what time the refund possibility expired (needed to verify ``exchange_sig``).
refund_deadline: Timestamp;
// Public key of the coin for which we have conflicting information.