upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Miguel <ktecho@ktecho.com>2023-04-14 10:47:36 +0200
committerfiatjaf_ <fiatjaf@gmail.com>2023-04-14 09:18:42 -0300
commitebf94668dbafe7fd2f52a77aabbd1f35bdf86bb6 (patch)
tree0801e5e424732278930553d6245e1bc3f280100f
parentab93992948d1f3b8c05ef268ddc85d9f667424fa (diff)
nip-15 typo + micro-fix
Fix for one typo and micro-improvement for a property description
-rw-r--r--15.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/15.md b/15.md
index a3d105d..e8fe4af 100644
--- a/15.md
+++ b/15.md
@@ -137,13 +137,13 @@ The below json goes in content of [NIP04](https://github.com/nostr-protocol/nips
137 "message": "<String (optional), message for merchant>, 137 "message": "<String (optional), message for merchant>,
138 "contact": { 138 "contact": {
139 "nostr": <32-bytes hex of a pubkey>, 139 "nostr": <32-bytes hex of a pubkey>,
140 "phone": <String (optional), if the customer whats to be contacted by phone>, 140 "phone": <String (optional), if the customer wants to be contacted by phone>,
141 "email": <String (optional), if the customer whats to be contacted by email>, 141 "email": <String (optional), if the customer wants to be contacted by email>,
142 }, 142 },
143 "items": [ 143 "items": [
144 { 144 {
145 "product_id": <String, UUID of the product>, 145 "product_id": <String, UUID of the product>,
146 "quantity": <int, how many products have been ordered> 146 "quantity": <int, how many products the customer is ordering>
147 } 147 }
148 ], 148 ],
149 "shipping_id": <String, UUID of the shipping zone> 149 "shipping_id": <String, UUID of the shipping zone>