Rename countries to regions. (#465)

This commit is contained in:
Ioan Bizău 2023-08-15 17:02:54 +03:00 committed by GitHub
parent 04051ffcbc
commit 88ee873c9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
15.md
View File

@ -55,7 +55,7 @@ A merchant can publish these events:
"id": <String, UUID of the shipping zone, generated by the merchant>,
"name": <String (optional), zone name>,
"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>],
}
]
}