Skip to content

Commit

Permalink
Merge pull request #5058 from voyego/fix-#5057-marketplace-invitation…
Browse files Browse the repository at this point in the history
…-validation

fix marketplace invitation validation
  • Loading branch information
mikemurray authored Jun 12, 2019
2 parents 1295041 + b46481e commit 77b26ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion imports/plugins/core/orders/lib/extendShopSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { Shop } from "/imports/collections/schemas";
Shop.extend({
orderStatusLabels: {
type: Object,
blackbox: true
blackbox: true,
optional: true
}
});

0 comments on commit 77b26ec

Please sign in to comment.