UNPKG

beerbay-math

Version:

53 lines (52 loc) 960 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SHIPPING_COUNTRIES = void 0; var SHIPPING_COUNTRIES = [{ "id": 1, "name": "Spain", "free_shipping": 95, "max_shipping": 24, "shipping": { "tramo1": 4.95, "tramo2": 4.95, "tramo3": 7.95 }, "limites_tramo": { "tramo1": [1, 6], "tramo2": [7, 12], "tramo3": [13, 24] } }, { "id": 2, "name": "Italy", "free_shipping": 175, "max_shipping": 24, "shipping": { "tramo1": 11.95, "tramo2": 15.95, "tramo3": 25.95 }, "limites_tramo": { "tramo1": [1, 6], "tramo2": [7, 12], "tramo3": [13, 24] } }, { "id": 3, "name": "Norway", "free_shipping": 400, "max_shipping": 24, "shipping": { "tramo1": 49.95, "tramo2": 59.95, "tramo3": 69.95 }, "limites_tramo": { "tramo1": [1, 6], "tramo2": [7, 12], "tramo3": [13, 24] } }]; exports.SHIPPING_COUNTRIES = SHIPPING_COUNTRIES;