Skip to content

Commit

Permalink
Rename countries to regions. (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibz committed Aug 15, 2023
1 parent 04051ff commit 88ee873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 15.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>],
}
]
}
Expand Down

0 comments on commit 88ee873

Please sign in to comment.