summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--api-exchange.rst1
-rw-r--r--api-merchant.rst2
2 files changed, 2 insertions, 1 deletions
diff --git a/api-exchange.rst b/api-exchange.rst
index b9d75dd1..1e828a4d 100644
--- a/api-exchange.rst
+++ b/api-exchange.rst
@@ -946,6 +946,7 @@ typically also view the balance.)
The wire transfer identifier is unknown to the exchange.
.. _TrackTransferResponse:
+ .. _tsref-type-TrackTransferResponse:
.. code-block:: tsref
interface TrackTransferResponse {
diff --git a/api-merchant.rst b/api-merchant.rst
index 967107ee..b44d52ca 100644
--- a/api-merchant.rst
+++ b/api-merchant.rst
@@ -235,7 +235,7 @@ The following API are made available by the merchant's `backend` to the merchant
:status 200 OK:
The wire transfer is known to the exchange, details about it follow in the body.
- The body of the response is a :ref:`TrackTransactionResponse <TrackTransferResponse>`. Note that
+ The body of the response is a :ref:`TrackTransferResponse <TrackTransferResponse>`. Note that
the similarity to the response given by the exchange for a /track/transfer
is completely intended.