mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
Rename countries to regions. (#465)
This commit is contained in:
parent
04051ffcbc
commit
88ee873c9e
2
15.md
2
15.md
|
@ -55,7 +55,7 @@ A merchant can publish these events:
|
||||||
"id": <String, UUID of the shipping zone, generated by the merchant>,
|
"id": <String, UUID of the shipping zone, generated by the merchant>,
|
||||||
"name": <String (optional), zone name>,
|
"name": <String (optional), zone name>,
|
||||||
"cost": <float, base cost for shipping. The currency is defined at the stall level>,
|
"cost": <float, base cost for shipping. The currency is defined at the stall level>,
|
||||||
"countries": [<String, countries included in this zone>],
|
"regions": [<String, regions included in this zone>],
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user