ng-easycommerce 0.0.546 → 0.0.547

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.547
2
+ - se castea el codigo postal en checkout para que se mande como string
1
3
  # version 0.0.545 y 0.0.546
2
4
  - se pone codigo postal en checkout tipo numerico
3
5
  # version 0.0.544
@@ -7640,6 +7640,7 @@
7640
7640
  // }
7641
7641
  // });
7642
7642
  // }
7643
+ this.checkoutForm.value.postcode.toString(); //pasa de tipo numero a string
7643
7644
  this.emitResult();
7644
7645
  }
7645
7646
  else