upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorktecho <ktecho@ktecho.com>2023-08-10 16:17:45 +0200
committerktecho <ktecho@ktecho.com>2023-08-10 16:17:45 +0200
commitb7faf8a4fec78d3504989117944b77a893a56d32 (patch)
tree36d23646a6fe73704895706659c9136a36fe0432
parente5a6c2c698bcfca4d9d135343fabf8846214314a (diff)
Fix copy/paste
-rw-r--r--15.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/15.md b/15.md
index bd0f0db..2601559 100644
--- a/15.md
+++ b/15.md
@@ -95,7 +95,7 @@ Fields that are not self-explanatory:
95 "shipping": [ 95 "shipping": [
96 { 96 {
97 "id": <String, UUID of the shipping zone. Must match one of the zones defined for the stall>, 97 "id": <String, UUID of the shipping zone. Must match one of the zones defined for the stall>,
98 "cost": <float, base cost for shipping. The currency is defined at the stall level>, 98 "cost": <float, extra cost for shipping. The currency is defined at the stall level>,
99 } 99 }
100 ] 100 ]
101} 101}
@@ -109,7 +109,7 @@ Fields that are not self-explanatory:
109 _Open_: better to move `spec` in the `tags` section of the event? 109 _Open_: better to move `spec` in the `tags` section of the event?
110 110
111- `shipping`: 111- `shipping`:
112 - an _optional_ array of costs to be used per shipping zone, only for products that require special shipping costs to be added to the base shipping cost defined in the stall 112 - an _optional_ array of extra costs to be used per shipping zone, only for products that require special shipping costs to be added to the base shipping cost defined in the stall
113 - the `id` should match the id of the shipping zone, as defined in the `shipping` field of the stall 113 - the `id` should match the id of the shipping zone, as defined in the `shipping` field of the stall
114 - to calculate the total cost of shipping for an order, the user will choose a shipping option during checkout, and then the client must consider this costs: 114 - to calculate the total cost of shipping for an order, the user will choose a shipping option during checkout, and then the client must consider this costs:
115 - the `base cost from the stall` for the chosen shipping option 115 - the `base cost from the stall` for the chosen shipping option