[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: -make optional
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: -make optional |
Date: |
Wed, 21 Jul 2021 19:49:11 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository docs.
The following commit(s) were added to refs/heads/master by this push:
new 7461b47 -make optional
7461b47 is described below
commit 7461b477fe7960140ce1ca81ae3a158a5270c706
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jul 21 19:49:09 2021 +0200
-make optional
---
core/api-merchant.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 4c61c1a..ee61412 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -3027,14 +3027,14 @@ It has the following structure:
interface Merchant {
// Label for a location with the business address of the merchant.
- address: Location;
+ address?: Location;
// The merchant's legal name of business.
name: string;
// Label for a location that denotes the jurisdiction for disputes.
// Some of the typical fields for a location (such as a street address)
may be absent.
- jurisdiction: Location;
+ jurisdiction?: Location;
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: -make optional,
gnunet <=