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 9dee0e1 commit bfea663
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/code/Magento/DirectoryGraphQl/etc/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ type Query {
type Currency {
base_currency_code: String
base_currency_symbol: String
default_display_currecy_code: String @deprecated(reason: "Symbol was missed. Use `default_display_currency_code`.")
default_display_currency_code: String
default_display_currency_symbol: String
default_display_currecy_symbol: String @deprecated(reason: "Symbol was missed. Use `default_display_currency_symbol`.")
default_display_currency_symbol
available_currency_codes: [String]
exchange_rates: [ExchangeRate]
}
Expand Down

0 comments on commit bfea663

Please sign in to comment.