From 25c840abcd5acee4d9e93e853954568e2e2ae796 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 21 Jul 2021 19:49:34 +0200 Subject: -reorder --- core/api-merchant.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core') diff --git a/core/api-merchant.rst b/core/api-merchant.rst index ee614122..a6cb94de 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; -- cgit v1.2.3