ng-easycommerce 0.0.553 → 0.0.555

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,7 @@
1
+ # version 0.0.555
2
+ - bugfix decidir cybersource
3
+ # version 0.0.554
4
+ - prueba decidir cybersource
1
5
  # version 0.0.553
2
6
  - control login para finalizar compra en b2b
3
7
  # version 0.0.552
@@ -20,7 +20,7 @@
20
20
  let my_awesome_script = document.createElement('script');
21
21
  my_awesome_script.setAttribute('defer', 'defer')
22
22
  my_awesome_script.setAttribute('src',
23
- modoHead && 'https://live.decidir.com/static/v2.6.4/decidir.js'
23
+ 'https://live.decidir.com/static/v2.6.4/decidir.js'
24
24
  );
25
25
  document.head.appendChild(my_awesome_script);
26
26
 
@@ -298,7 +298,7 @@
298
298
 
299
299
  modo ? (modo == 'prod' ? modo = false : modo = true): (modo = window.location.host.includes('easycommerce'))
300
300
 
301
- const decidir = new Decidir(modo && modo ? urlSandbox : urlProduccion, cybersource);
301
+ const decidir = new Decidir(modo && modo ? urlSandbox : urlProduccion);
302
302
  decidir.setPublishableKey(publicApiKey);
303
303
  decidir.setTimeout(5000);
304
304
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-easycommerce",
3
- "version": "0.0.553",
3
+ "version": "0.0.555",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^9.0.0",
6
6
  "@angular/core": "^9.0.0",