Skip to content

Commit 6ebdde1

Browse files
committed
Currency misspelled in graphql attributes
1 parent bfea663 commit 6ebdde1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type Currency {
1313
default_display_currecy_code: String @deprecated(reason: "Symbol was missed. Use `default_display_currency_code`.")
1414
default_display_currency_code: String
1515
default_display_currecy_symbol: String @deprecated(reason: "Symbol was missed. Use `default_display_currency_symbol`.")
16-
default_display_currency_symbol
16+
default_display_currency_symbol: String
1717
available_currency_codes: [String]
1818
exchange_rates: [ExchangeRate]
1919
}

0 commit comments

Comments
 (0)