gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: documentation for merchant site, em


From: gnunet
Subject: [taler-docs] branch master updated: documentation for merchant site, email and logo
Date: Fri, 20 May 2022 17:08:02 +0200

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

sebasjm pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 92cc88d  documentation for merchant site, email and logo
92cc88d is described below

commit 92cc88d484b6f3615dcc074abd0c0eef7c4ac944
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Fri May 20 12:07:54 2022 -0300

    documentation for merchant site, email and logo
---
 core/api-merchant.rst | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 801da3d..d8611c2 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -897,6 +897,15 @@ Setting up instances
       // Merchant name corresponding to this instance.
       name: string;
 
+      // Merchant email for customer contact.
+      email?: string;
+
+      // Merchant public website.
+      website?: string;
+
+      // Merchant logo.
+      logo?: ImageDataUrl;
+
       // Authentication settings for this instance
       auth: InstanceAuthConfigurationMessage;
 
@@ -1001,6 +1010,15 @@ Setting up instances
       // Merchant name corresponding to this instance.
       name: string;
 
+      // Merchant email for customer contact.
+      email?: string;
+
+      // Merchant public website.
+      website?: string;
+
+      // Merchant logo.
+      logo?: ImageDataUrl;
+
       // The merchant's physical address (to be put into contracts).
       address: Location;
 
@@ -1066,6 +1084,12 @@ Inspecting instances
       // Merchant name corresponding to this instance.
       name: string;
 
+      // Merchant public website.
+      website?: string;
+
+      // Merchant logo.
+      logo?: ImageDataUrl;
+
       // Merchant instance this response is about ($INSTANCE).
       id: string;
 
@@ -1106,6 +1130,15 @@ Inspecting instances
       // Merchant name corresponding to this instance.
       name: string;
 
+      // Merchant email for customer contact.
+      email?: string;
+
+      // Merchant public website.
+      website?: string;
+
+      // Merchant logo.
+      logo?: ImageDataUrl;
+
       // Public key of the merchant/instance, in Crockford Base32 encoding.
       merchant_pub: EddsaPublicKey;
 
@@ -3138,6 +3171,15 @@ It has the following structure:
     // The merchant's legal name of business.
     name: string;
 
+    // Label for a location with the business address of the merchant.
+    email?: string;
+
+    // Label for a location with the business address of the merchant.
+    website?: string;
+
+    // An optional base64-encoded product image.
+    logo?: ImageDataUrl;
+
     // Label for a location with the business address of the merchant.
     address?: Location;
 

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