abl-constants
Advanced tools
Comparing version 0.3.11 to 0.3.12
{ | ||
"name": "abl-constants", | ||
"version": "0.3.11", | ||
"version": "0.3.12", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "title": "ABL - constants", |
@@ -70,4 +70,14 @@ "use strict"; | ||
name: "adjustment", | ||
type: "fee", | ||
type: "adjustment", | ||
amount: 30 * 100 | ||
}, | ||
coupon: { | ||
name: "100OFF", | ||
type: "coupon", | ||
amount: -30 * 100 | ||
}, | ||
discount: { | ||
name: "flat", | ||
type: "discount", | ||
amount: -30 * 100 | ||
} | ||
@@ -74,0 +84,0 @@ }; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28489
1083