Skip to content

Commit 0bfa7bf

Browse files
ENGCOM-5461: magento/graphql-ce# Editorial. Fix countries name in the CountryCodeEnum #780
- Merge Pull Request magento/graphql-ce#780 from magento/graphql-ce:editorial-CountryCodeEnum - Merged commits: 1. e9a3a09
2 parents d7b928a + e9a3a09 commit 0bfa7bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/CustomerGraphQl/etc/schema.graphqls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ enum CountryCodeEnum @doc(description: "The list of countries codes") {
185185
CC @doc(description: "Cocos (Keeling) Islands")
186186
CO @doc(description: "Colombia")
187187
KM @doc(description: "Comoros")
188-
CG @doc(description: "Congo -Brazzaville")
189-
CD @doc(description: "Congo - Kinshasa")
188+
CG @doc(description: "Congo-Brazzaville")
189+
CD @doc(description: "Congo-Kinshasa")
190190
CK @doc(description: "Cook Islands")
191191
CR @doc(description: "Costa Rica")
192192
CI @doc(description: "Côte d’Ivoire")

0 commit comments

Comments
 (0)