summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-23 15:28:51 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-23 15:28:51 +0200
commit5c775f398da0e7cf224d62597224e4a80245efad (patch)
tree7d37f2077d25935c0e2686543ceeca40015c6f45 /core
parentcc81fb2cf6d9b2e7ee9a91d606f548d25a53c221 (diff)
downloaddocs-5c775f398da0e7cf224d62597224e4a80245efad.tar.gz
docs-5c775f398da0e7cf224d62597224e4a80245efad.tar.bz2
docs-5c775f398da0e7cf224d62597224e4a80245efad.zip
fix recursion
Diffstat (limited to 'core')
-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 35dc2ff7..047a646b 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:**
@@ -1674,7 +1674,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
@@ -1687,7 +1687,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.