Skip to content

Commit

Permalink
ENGCOM-5461: magento/graphql-ce# Editorial. Fix countries name in the…
Browse files Browse the repository at this point in the history
… CountryCodeEnum #780
  • Loading branch information
naydav authored Jul 29, 2019
2 parents 4db13c8 + 0bfa7bf commit 214ca10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/code/Magento/CustomerGraphQl/etc/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ enum CountryCodeEnum @doc(description: "The list of countries codes") {
CC @doc(description: "Cocos (Keeling) Islands")
CO @doc(description: "Colombia")
KM @doc(description: "Comoros")
CG @doc(description: "Congo -Brazzaville")
CD @doc(description: "Congo - Kinshasa")
CG @doc(description: "Congo-Brazzaville")
CD @doc(description: "Congo-Kinshasa")
CK @doc(description: "Cook Islands")
CR @doc(description: "Costa Rica")
CI @doc(description: "Côte d’Ivoire")
Expand Down

0 comments on commit 214ca10

Please sign in to comment.