summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 04:54:46 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 04:54:46 -0400
commit1eeb8943f3f24e83184c792f6280cbc2bc61fc36 (patch)
tree5fb23a2d89290279c6d49a0306046574fce67643 /core/api-merchant.rst
parent0f514411416692cd6a893e2857d53c7e444a3415 (diff)
downloaddocs-1eeb8943f3f24e83184c792f6280cbc2bc61fc36.tar.gz
docs-1eeb8943f3f24e83184c792f6280cbc2bc61fc36.tar.bz2
docs-1eeb8943f3f24e83184c792f6280cbc2bc61fc36.zip
mark up ‘TAX_RECORD_EXPIRATION’ (two instances)
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 47e25075..94ab7fd3 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1189,7 +1189,7 @@ Deleting instances
:http:statuscode:`409 Conflict`:
The instance cannot be deleted because it has pending offers, or
the instance cannot be purged because it has successfully processed
- payments that have not passed the TAX_RECORD_EXPIRATION time.
+ payments that have not passed the ``TAX_RECORD_EXPIRATION`` time.
The latter case only applies if ``purge`` was set.
@@ -1968,7 +1968,7 @@ the contract!) to minimize risks from information leakage.
.. http:delete:: [/instances/$INSTANCE]/private/orders/$ORDER_ID
Delete information about an order. Fails if the order was paid in the
- last 10 years (or whatever TAX_RECORD_EXPIRATION is set to) or was
+ last 10 years (or whatever ``TAX_RECORD_EXPIRATION`` is set to) or was
claimed but is unpaid and thus still a valid offer.
**Response:**