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.
@@ -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' : 'national-taxes';
14796
+ return this.showTaxLegend ? 'national-taxes' : 'taxes';
14797
14797
  }
14798
14798
  return type;
14799
14799
  };