cordova-plugin-netcontroll-integration 1.0.151 → 1.0.152

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,5 +1,5 @@
1
- Versao 1.0.151
1
+ Versao 1.0.152
2
2
 
3
3
  Funções internas de integração XMenu / NetControll
4
4
 
5
- - Ajuste cancelamento de transação Cielo
5
+ - Ajuste Rede GPOS700
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cordova-plugin-netcontroll-integration",
3
- "version": "1.0.151",
3
+ "version": "1.0.152",
4
4
  "description": "Plugin cordova de integracao para uso interno (NetControll/ XMenu)",
5
5
  "cordova": {
6
6
  "id": "cordova-plugin-netcontroll-integration",
package/plugin.xml CHANGED
@@ -1,5 +1,5 @@
1
1
  <?xml version='1.0' encoding='utf-8'?>
2
- <plugin id="cordova-plugin-netcontroll-integration" version="1.0.151"
2
+ <plugin id="cordova-plugin-netcontroll-integration" version="1.0.152"
3
3
  xmlns="http://apache.org/cordova/ns/plugins/1.0"
4
4
  xmlns:android="http://schemas.android.com/apk/res/android">
5
5
 
@@ -3,7 +3,6 @@ var exec = require('cordova/exec');
3
3
  //Printer Functions
4
4
 
5
5
  exports.AbreConexaoImpressora = function (params, success, error) {
6
- debugger;
7
6
  exec(success, error, 'NetControllCordovaPluginsIntegration', 'Elgin.ElginSmartPay.AbreConexaoImpressora', [params]);
8
7
  }
9
8