commit c38aedacd07047a5dc4b5a644964be5e6eccf9e3
parent 25b65d00715d2640877a5006bb7ba5db01f89474
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Thu, 11 Feb 2021 19:00:30 -0500
mark up field names ‘contract_terms’, ‘refunded’, ‘refunded_amount’
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/taler-merchant-api-tutorial.rst b/taler-merchant-api-tutorial.rst
@@ -289,12 +289,12 @@ If the ``order_status`` field in the response is ``paid``, you will not
get a ``payment_redirect_url`` and instead information about the
payment status, including:
-- contract_terms: The full contract terms of the order.
+- ``contract_terms``: The full contract terms of the order.
-- refunded: ``true`` if a (possibly partial) refund was granted for
+- ``refunded``: ``true`` if a (possibly partial) refund was granted for
this purchase.
-- refunded_amount: Amount that was refunded
+- ``refunded_amount``: Amount that was refunded
Once the frontend has confirmed that the payment was successful, it
usually needs to trigger the business logic for the merchant to fulfill