gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: Static QR code


From: gnunet
Subject: [taler-docs] branch master updated: Static QR code
Date: Fri, 11 Nov 2022 10:26:03 +0100

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

priscilla-huang pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new fa8eb9f  Static QR code
fa8eb9f is described below

commit fa8eb9fecd1158561a664f5d0dfd89402ab17615
Author: priscilla <priscilla.huang@efrei.net>
AuthorDate: Fri Nov 11 04:25:35 2022 -0500

    Static QR code
---
 core/api-merchant.rst | 25 +++++++++++++++----------
 1 file changed, 15 insertions(+), 10 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 1a0caef..6b654c0 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -2979,17 +2979,23 @@ Create the static QR code
 ------------------
 
 .. http:post:: [/instances/$INSTANCE]/public/staticQRcode
-   Create a static QR code.
-   If the merchant repeat, it will create another static QR code.
-   This is generally without danger but merchant may want to eventually delete 
the unused
-   static QR code to avoid clutter
 
-
-   **Request:**
+  Create a static QR code.
+  If the merchant repeat, it will create another static QR code.
+  This is generally without danger but merchant may want to eventually delete 
the unused
+  static QR code to avoid clutter.
 
 
    **Response:**
 
+   :http:statuscode:`200 Ok`:
+     The QR code has been successfully created.
+
+   :http:statuscode:`404 Not found`:
+     The merchant is unknown.
+
+   :http:statuscode:`409 Conflict`:
+     A QR code already exists for this store.
 
 
 
@@ -2997,8 +3003,9 @@ Scaning the static QR code
 ------------------
 
 .. http:get:: [/instances/$INSTANCE]/public/QRcode/$QRcode_ID
-   Scan the QR code to be redirected to an internet page.
-   In this internet page, customers need to enter a price and send the money.
+
+  Scan the QR code to be redirected to an internet page.
+  In this internet page, customers need to enter a price and send the money.
 
    **Response:**
  
@@ -3010,8 +3017,6 @@ Scaning the static QR code
 
 
 
-
-
 ------------------
 The Contract Terms
 ------------------

-- 
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]