[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: -reorder
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: -reorder |
Date: |
Wed, 21 Jul 2021 19:49:36 +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 25c840a -reorder
25c840a is described below
commit 25c840abcd5acee4d9e93e853954568e2e2ae796
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jul 21 19:49:34 2021 +0200
-reorder
---
core/api-merchant.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index ee61412..a6cb94d 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -3026,12 +3026,12 @@ It has the following structure:
.. ts:def:: Merchant
interface Merchant {
- // Label for a location with the business address of the merchant.
- address?: Location;
-
// The merchant's legal name of business.
name: string;
+ // Label for a location with the business address of the merchant.
+ address?: Location;
+
// 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;
--
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: -reorder,
gnunet <=