* test subtotals on draft order operations * fetch cart with subtotals when doing draft order operations * write test for updating discounts seeing changes in totals * formatting * udpate test * force taxes * missing select * add import * rm force_taxes
8 lines
324 B
JavaScript
Executable File
8 lines
324 B
JavaScript
Executable File
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports["default"] = void 0;
|
|
var _default = ["BE", "BG", "CZ", "DK", "DE", "EE", "IE", "EL", "ES", "FR", "HR", "IT", "CY", "LV", "LT", "LU", "HU", "MT", "NL", "AT", "PL", "PT", "RO", "SI", "SK", "FI", "SE", "UK"];
|
|
exports["default"] = _default; |