summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-02-20 16:03:14 +0100
committerChristian Grothoff <christian@grothoff.org>2023-02-20 16:03:14 +0100
commit6b8969a04d97a8dadb2495a434b10b1333e303f6 (patch)
tree1b9d995b55b9326f758c3f1e75644f8ecc9412c9 /core/api-merchant.rst
parente26178d09d1cea5a56530b3d2033aaeeadc593c3 (diff)
downloaddocs-6b8969a04d97a8dadb2495a434b10b1333e303f6.tar.gz
docs-6b8969a04d97a8dadb2495a434b10b1333e303f6.tar.bz2
docs-6b8969a04d97a8dadb2495a434b10b1333e303f6.zip
fix warnings
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 1ff0df22..493de49a 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -3000,7 +3000,7 @@ while the template provides all of the other contract details.
The typical user-experience with templatates is that the user first scans a QR
code or clicks on a taler://-URI which contains a ``pay-template`` (see `LSD
-0006 <https://lsd.gnunet.org/lsd0006/>`). The URI specifies which values the
+0006 <https://lsd.gnunet.org/lsd0006/>`__). The URI specifies which values the
user should supply, currently either nothing, the amount, the order summary or
both. The URI may also specify defaults or partial defaults for those
values. After the user has supplied those values, the wallet will use the
@@ -3156,7 +3156,7 @@ Inspecting template
templates_list: TemplateEntry[];
}
- The `TemplatesEntry` object describes a template. It has the following structure:
+ The `TemplateEntry` object describes a template. It has the following structure:
.. ts:def:: TemplateEntry
@@ -3369,11 +3369,11 @@ Inspecting webhook
}
- The WebhookEntry object describes a webhook. It has the following structure:
+ The `WebhookEntry` object describes a webhook. It has the following structure:
- .. ts:def:: WebhookSummaryResponse
+ .. ts:def:: WebhookEntry
- interface Webhook {
+ interface WebhookEntry {
// Webhook identifier, as found in the webhook.
webhook_id: string;