@zoxllc/shopify-checkout-extensions 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -164,8 +164,7 @@ export class CampaignFactory {
|
|
|
164
164
|
case 'CountryCodeQualifier':
|
|
165
165
|
return new CountryCodeQualifier(
|
|
166
166
|
args[0] as QualifierMatchType,
|
|
167
|
-
args[1] as
|
|
168
|
-
args[2] as string[]
|
|
167
|
+
args[1] as string[]
|
|
169
168
|
);
|
|
170
169
|
case 'SaleItemSelector':
|
|
171
170
|
return new SaleItemSelector(
|