diff options
| author | Luis Miguel <ktecho@ktecho.com> | 2023-04-14 10:47:36 +0200 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2023-04-14 09:18:42 -0300 |
| commit | ebf94668dbafe7fd2f52a77aabbd1f35bdf86bb6 (patch) | |
| tree | 0801e5e424732278930553d6245e1bc3f280100f /15.md | |
| parent | ab93992948d1f3b8c05ef268ddc85d9f667424fa (diff) | |
nip-15 typo + micro-fix
Fix for one typo and micro-improvement for a property description
Diffstat (limited to '15.md')
| -rw-r--r-- | 15.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -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> |