ng-easycommerce 0.0.642 → 0.0.643
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/bundles/ng-easycommerce.umd.js +1 -1
- package/bundles/ng-easycommerce.umd.js.map +1 -1
- package/bundles/ng-easycommerce.umd.min.js +1 -1
- package/bundles/ng-easycommerce.umd.min.js.map +1 -1
- package/esm2015/lib/ec-component/checkout-ec/detail-checkout-block-ec/detail-checkout-block-ec.component.js +2 -2
- package/esm5/lib/ec-component/checkout-ec/detail-checkout-block-ec/detail-checkout-block-ec.component.js +2 -2
- package/fesm2015/ng-easycommerce.js +1 -1
- package/fesm2015/ng-easycommerce.js.map +1 -1
- package/fesm5/ng-easycommerce.js +1 -1
- package/fesm5/ng-easycommerce.js.map +1 -1
- package/package.json +1 -1
package/fesm5/ng-easycommerce.js
CHANGED
|
@@ -14793,7 +14793,7 @@ var DetailCheckoutBlockEcComponent = /** @class */ (function (_super) {
|
|
|
14793
14793
|
};
|
|
14794
14794
|
DetailCheckoutBlockEcComponent.prototype.getTypeLabel = function (type) {
|
|
14795
14795
|
if (type === 'taxes') {
|
|
14796
|
-
return this.showTaxLegend ? 'taxes' : '
|
|
14796
|
+
return this.showTaxLegend ? 'national-taxes' : 'taxes';
|
|
14797
14797
|
}
|
|
14798
14798
|
return type;
|
|
14799
14799
|
};
|