nip-15 typo + micro-fix

Fix for one typo and micro-improvement for a property description
This commit is contained in:
Luis Miguel 2023-04-14 10:47:36 +02:00 committed by fiatjaf_
parent ab93992948
commit ebf94668db

6
15.md
View File

@ -137,13 +137,13 @@ The below json goes in content of [NIP04](https://github.com/nostr-protocol/nips
"message": "<String (optional), message for merchant>, "message": "<String (optional), message for merchant>,
"contact": { "contact": {
"nostr": <32-bytes hex of a pubkey>, "nostr": <32-bytes hex of a pubkey>,
"phone": <String (optional), if the customer whats to be contacted by phone>, "phone": <String (optional), if the customer wants to be contacted by phone>,
"email": <String (optional), if the customer whats to be contacted by email>, "email": <String (optional), if the customer wants to be contacted by email>,
}, },
"items": [ "items": [
{ {
"product_id": <String, UUID of the product>, "product_id": <String, UUID of the product>,
"quantity": <int, how many products have been ordered> "quantity": <int, how many products the customer is ordering>
} }
], ],
"shipping_id": <String, UUID of the shipping zone> "shipping_id": <String, UUID of the shipping zone>