commercelayer
Advanced tools
Comparing version 1.1.8 to 1.1.9
{ | ||
"name": "commercelayer", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "The Official Commerce Layer JS library", | ||
@@ -5,0 +5,0 @@ "main": "./src/main.js", |
@@ -5,3 +5,3 @@ const api = require('./api') | ||
exports.init = function() { | ||
document.addEventListener('DOMContentLoaded', function () { | ||
api.getPrices() | ||
@@ -13,2 +13,2 @@ api.getVariants() | ||
api.refreshOrder() | ||
} | ||
}) |
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
61301