commit 1eeb8943f3f24e83184c792f6280cbc2bc61fc36
parent 0f514411416692cd6a893e2857d53c7e444a3415
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Wed, 17 Mar 2021 04:54:46 -0400
mark up ‘TAX_RECORD_EXPIRATION’ (two instances)
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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:**