taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit cf0263e94e105813ced5921ffef8a4eb99306f7d
parent 045dbe034155947a3b2a1c25ae9f298589de43b4
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Thu, 11 Feb 2021 18:22:25 -0500

mark up field names ‘amount’, ‘summary’, ‘fulfillment_url’

Diffstat:
Mtaler-merchant-api-tutorial.rst | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/taler-merchant-api-tutorial.rst b/taler-merchant-api-tutorial.rst @@ -193,15 +193,15 @@ field: .. index:: summary .. index:: fulfillment URL -- amount: The amount to be paid, as a string in the format +- ``amount``: The amount to be paid, as a string in the format ``CURRENCY:DECIMAL_VALUE``, for example ``EUR:10`` for 10 Euros or ``KUDOS:1.5`` for 1.5 KUDOS. -- summary: A human-readable summary for what the payment is about. The +- ``summary``: A human-readable summary for what the payment is about. The summary should be short enough to fit into titles, though no hard limit is enforced. -- fulfillment_url: A URL that will be displayed once the payment is +- ``fulfillment_url``: A URL that will be displayed once the payment is completed. For digital goods, this should be a page that displays the product that was purchased. On successful payment, the wallet automatically appends the ``order_id`` as a query parameter, as well