Skip to content

Commit

Permalink
Currency misspelled in graphql attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
XxXgeoXxX committed Mar 13, 2019
1 parent bfea663 commit 6ebdde1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/DirectoryGraphQl/etc/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type Currency {
default_display_currecy_code: String @deprecated(reason: "Symbol was missed. Use `default_display_currency_code`.")
default_display_currency_code: String
default_display_currecy_symbol: String @deprecated(reason: "Symbol was missed. Use `default_display_currency_symbol`.")
default_display_currency_symbol
default_display_currency_symbol: String
available_currency_codes: [String]
exchange_rates: [ExchangeRate]
}
Expand Down

0 comments on commit 6ebdde1

Please sign in to comment.