Skip to content

Commit

Permalink
fix(configurations): settings.search
Browse files Browse the repository at this point in the history
pluralize products as client implementation
  • Loading branch information
alghanor committed May 14, 2020
1 parent 419dac0 commit f9a48ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/v1/configurations/items/settings.js
Expand Up @@ -377,7 +377,7 @@ module.exports = {
type: 'object',
additionalProperties: false,
properties: {
product: {
products: {
type: 'object',
additionalProperties: false,
properties: {
Expand Down

0 comments on commit f9a48ae

Please sign in to comment.