kubesail-shipping
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -26,5 +26,5 @@ const countryVat = require('country-vat') | ||
let currency = 'DOLLAR' | ||
if (euMember(countryCode)) currency = 'EURO' | ||
else if (countryCode === 'UK') currency = 'POUND' | ||
let currency = 'USD' | ||
if (euMember(countryCode)) currency = 'EUR' | ||
else if (countryCode === 'UK') currency = 'GBP' | ||
@@ -31,0 +31,0 @@ let shippingCost = 0 |
{ | ||
"name": "kubesail-shipping", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "KubeSail Shipping and Tax Cost logic", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -9,3 +9,3 @@ module.exports = [ | ||
), | ||
price: { USD: 499, GBP: 499, EUR: 499 }, | ||
price: { USD: 49900, GBP: 49900, EUR: 49900 }, | ||
description: [ | ||
@@ -25,3 +25,3 @@ 'Standard PiBox, plus:', | ||
), | ||
price: { USD: 299, GBP: 299, EUR: 299 }, | ||
price: { USD: 29900, GBP: 29900, EUR: 29900 }, | ||
description: [ | ||
@@ -41,3 +41,3 @@ 'Raspberry Pi CM4 w/ 8GB RAM, 8GB eMMC, WiFi', | ||
), | ||
price: { USD: 159, GBP: 159, EUR: 159 }, | ||
price: { USD: 15900, GBP: 15900, EUR: 15900 }, | ||
description: [ | ||
@@ -44,0 +44,0 @@ 'The Standard PiBox, but you provide your own:', |
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
5208