ng-easycommerce 0.0.570 → 0.0.571

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,5 @@
1
+ # version 0.0.571
2
+ - Update Bancard Version
1
3
  # version 0.0.570
2
4
  - Se actualizaron los mensajes de error para aclarar que los pedidos no se pueden repetir si el carrito no está vacío.
3
5
  - Se modifica cuando un articulo no esta activado pero si su variante. Tambien cuando en endpoint devuelve un 404 Not found redirige a la home.
@@ -13,7 +13,7 @@
13
13
  console.log('Datos cargados desde catastro_data:', catastro_data);
14
14
 
15
15
  let script_tag = document.createElement('script');
16
- script_tag.setAttribute('src', catastro_data.environment + '/checkout/javascript/dist/bancard-checkout-3.0.0.js');
16
+ script_tag.setAttribute('src', catastro_data.environment + '/checkout/javascript/dist/bancard-checkout-4.0.0.js');
17
17
  document.head.appendChild(script_tag);
18
18
 
19
19
  let styles = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-easycommerce",
3
- "version": "0.0.570",
3
+ "version": "0.0.571",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^9.0.0",
6
6
  "@angular/core": "^9.0.0",