summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorpriscilla <priscilla.huang@efrei.net>2022-11-11 07:22:02 -0500
committerpriscilla <priscilla.huang@efrei.net>2022-11-11 07:22:02 -0500
commit7d7c342b11c5ad565e0aaebd76acda5b4f7193b0 (patch)
tree6977792b916d5b9d9f588868a1dd53980e1329c4 /core/api-merchant.rst
parentdc3d0f992037caae566a4a4cbfaa6602b17a0619 (diff)
downloaddocs-7d7c342b11c5ad565e0aaebd76acda5b4f7193b0.tar.gz
docs-7d7c342b11c5ad565e0aaebd76acda5b4f7193b0.tar.bz2
docs-7d7c342b11c5ad565e0aaebd76acda5b4f7193b0.zip
QR code
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst40
1 files changed, 20 insertions, 20 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 31106dfc..b10452b3 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -2986,16 +2986,16 @@ Create statics QR code
static QR code to avoid clutter.
- **Response:**
+ **Response:**
- :http:statuscode:`200 Ok`:
- The QR code has been successfully created.
+ :http:statuscode:`200 Ok`:
+ The QR code has been successfully created.
- :http:statuscode:`404 Not found`:
- The merchant is unknown. So, we cannot create static QR code.
+ :http:statuscode:`404 Not found`:
+ The merchant is unknown. So, we cannot create static QR code.
- :http:statuscode:`409 Conflict`:
- A QR code already exists for this store. There will have a lot of QR code for one store.
+ :http:statuscode:`409 Conflict`:
+ A QR code already exists for this store. There will have a lot of QR code for one store.
Create dynamics QR code
@@ -3008,17 +3008,17 @@ Create dynamics QR code
for every merchant.
- **Response:**
+ **Response:**
- :http:statuscode:`200 Ok`:
- The QR code has been successfully created.
+ :http:statuscode:`200 Ok`:
+ The QR code has been successfully created.
- :http:statuscode:`404 Not found`:
- The merchant is unknown. So, we cannot create dynamic QR code.
+ :http:statuscode:`404 Not found`:
+ The merchant is unknown. So, we cannot create dynamic QR code.
- :http:statuscode:`409 Conflict`:
- A QR code already exists for this store. So, the creation of the QR code is impossible.
- One store have just one dynamic QR code.
+ :http:statuscode:`409 Conflict`:
+ A QR code already exists for this store. So, the creation of the QR code is impossible.
+ One store have just one dynamic QR code.
@@ -3030,13 +3030,13 @@ Scaning the QR code
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:**
+ **Response:**
- :http:statuscode:`200 OK`:
- The QR code directs us successfully to the payment website.
+ :http:statuscode:`200 OK`:
+ The QR code directs us successfully to the payment website.
- :http:statuscode:`404 Not found`:
- The QR code is unknown to the backend.
+ :http:statuscode:`404 Not found`:
+ The QR code is unknown to the backend.