ng-easycommerce 0.0.589 → 0.0.591

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 CHANGED
@@ -1,3 +1,6 @@
1
+ # version 0.0.590 - 591
2
+ - Ajustes para formulario de registro sin terminos y condiciones.
3
+ - Ajuste funcion protegida en filters para rango de precio.
1
4
  # version 0.0.589
2
5
  - En `cart.service.ts`, dentro del método `addRepeatOrderToCart`, se agregaron validaciones para manejar la respuesta del backend al repetir un pedido.
3
6
  - Se implementó la verificación de crédito y pedidos pendientes para usuarios con cuenta corriente.
@@ -13813,7 +13813,7 @@
13813
13813
  contactDocumentType: ['', []],
13814
13814
  contactDocumentNumber: ['', []],
13815
13815
  subscribedToNewsletter: [false],
13816
- terms: [true, forms.Validators.required],
13816
+ terms: [true, forms.Validators.requiredTrue],
13817
13817
  });
13818
13818
  this.authService.getCountriesData().then(function (res) {
13819
13819
  _this.countriesSubject.next(res);