mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
nip-15 typo + micro-fix
Fix for one typo and micro-improvement for a property description
This commit is contained in:
parent
ab93992948
commit
ebf94668db
6
15.md
6
15.md
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user