gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] 03/15: fix some syntax issues


From: gnunet
Subject: [taler-docs] 03/15: fix some syntax issues
Date: Wed, 11 Jan 2023 17:27:35 +0100

This is an automated email from the git hooks/post-receive script.

oec pushed a commit to branch master
in repository docs.

commit aac32217084215621a374f737dec5796838e1133
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jan 6 22:50:36 2023 +0100

    fix some syntax issues
---
 core/api-merchant.rst      | 37 ++++++++++++-------------------------
 design-documents/index.rst |  1 +
 2 files changed, 13 insertions(+), 25 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index db0563e..f686b30 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -3097,34 +3097,27 @@ Inspecting template
   :http:statuscode:`404 Not found`:
      The backend has does not know about the instance.
 
-
   .. ts:def:: TemplateSummaryResponse
 
     interface TemplateSummaryResponse {
 
-     // List of templates that are present in our backend.
-     templates_list: TemplateEntry[];
-  }
-
-
+      // List of templates that are present in our backend.
+      templates_list: TemplateEntry[];
+    }
 
   The `TemplatesEntry` object describes a template. It has the following 
structure:
 
-
-
   .. ts:def:: TemplateEntry
 
     interface TemplateEntry {
 
-     // Template identifier, as found in the template.
-     template_id: string;
-
-     // Human-readable description for the template.
-     template_description: string;
-
-  }
+      // Template identifier, as found in the template.
+      template_id: string;
 
+      // Human-readable description for the template.
+      template_description: string;
 
+    }
 
 .. http:get:: [/instances/$INSTANCE]/private/templates/$TEMPLATE_ID
 
@@ -3206,21 +3199,15 @@ Using template
 
       // The amount entered by the customer.
       amount?: Amount;
-  }
-
+    }
 
   .. ts:def:: UsingTemplateResponse
 
     interface UsingTemplateResponse {
 
-       // After enter the request. The user will be pay with a taler URL.
-       taler_url: string;
-   }
-
-
-
-
-
+      // After enter the request. The user will be pay with a taler URL.
+      taler_url: string;
+    }
 
 
 --------
diff --git a/design-documents/index.rst b/design-documents/index.rst
index 2305bbe..4afb728 100644
--- a/design-documents/index.rst
+++ b/design-documents/index.rst
@@ -41,4 +41,5 @@ and protocol.
   030-offline-payments
   031-invoicing
   032-brandt-vickrey-auctions
+  033-database
   999-template

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]