upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>