upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/15.md
diff options
context:
space:
mode:
authorIoan Bizău <github@ibz.me>2023-08-15 17:02:54 +0300
committerGitHub <noreply@github.com>2023-08-15 11:02:54 -0300
commit88ee873c9e4824125d3f2e38d16c39ccf73ddf16 (patch)
treef2e403f23e041507971061382d92350001c9edbf /15.md
parent04051ffcbc36964ecaf44f390e7d1f17e61edb15 (diff)
Rename countries to regions. (#465)
Diffstat (limited to '15.md')
-rw-r--r--15.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/15.md b/15.md
index 5e3164e..01ef05b 100644
--- a/15.md
+++ b/15.md
@@ -55,7 +55,7 @@ A merchant can publish these events:
55 "id": <String, UUID of the shipping zone, generated by the merchant>, 55 "id": <String, UUID of the shipping zone, generated by the merchant>,
56 "name": <String (optional), zone name>, 56 "name": <String (optional), zone name>,
57 "cost": <float, base cost for shipping. The currency is defined at the stall level>, 57 "cost": <float, base cost for shipping. The currency is defined at the stall level>,
58 "countries": [<String, countries included in this zone>], 58 "regions": [<String, regions included in this zone>],
59 } 59 }
60 ] 60 ]
61} 61}