diff options
| -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> |