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/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# version 0.0.643
|
|
2
|
+
- `detail-checkout-block`: se corrigió la lógica para mostrar "impuestos" o "impuestos nacionales" en el checkout según la configuración del canal.
|
|
1
3
|
# version 0.0.642
|
|
2
4
|
- `sidebar` evitar spam al actualizar cantidades de items del pedido
|
|
3
5
|
# version 0.0.641
|
|
@@ -14779,7 +14779,7 @@
|
|
|
14779
14779
|
};
|
|
14780
14780
|
DetailCheckoutBlockEcComponent.prototype.getTypeLabel = function (type) {
|
|
14781
14781
|
if (type === 'taxes') {
|
|
14782
|
-
return this.showTaxLegend ? 'taxes' : '
|
|
14782
|
+
return this.showTaxLegend ? 'national-taxes' : 'taxes';
|
|
14783
14783
|
}
|
|
14784
14784
|
return type;
|
|
14785
14785
|
};
|