We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c606ce commit 88ca51dCopy full SHA for 88ca51d
functions/lib/helpers.js
@@ -72,7 +72,7 @@ const getValidDiscountRules = (discountRules, params, itemsForKit) => {
72
return false
73
}
74
if (rule.domain && rule.domain !== params.domain) {
75
- if (!checkOpenPromotion(rule) || params.domain) {
+ if (checkOpenPromotion(rule) || params.domain) {
76
77
78
0 commit comments