diff options
| author | Ioan Bizău <github@ibz.me> | 2023-08-15 17:02:54 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-15 11:02:54 -0300 |
| commit | 88ee873c9e4824125d3f2e38d16c39ccf73ddf16 (patch) | |
| tree | f2e403f23e041507971061382d92350001c9edbf | |
| parent | 04051ffcbc36964ecaf44f390e7d1f17e61edb15 (diff) | |
Rename countries to regions. (#465)
| -rw-r--r-- | 15.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -55,7 +55,7 @@ A merchant can publish these events: | |||
| 55 | "id": <String, UUID of the shipping zone, generated by the merchant>, | 55 | "id": <String, UUID of the shipping zone, generated by the merchant>, |
| 56 | "name": <String (optional), zone name>, | 56 | "name": <String (optional), zone name>, |
| 57 | "cost": <float, base cost for shipping. The currency is defined at the stall level>, | 57 | "cost": <float, base cost for shipping. The currency is defined at the stall level>, |
| 58 | "countries": [<String, countries included in this zone>], | 58 | "regions": [<String, regions included in this zone>], |
| 59 | } | 59 | } |
| 60 | ] | 60 | ] |
| 61 | } | 61 | } |