cordova-plugin-netcontroll-integration 1.0.150 → 1.0.151
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 +2 -2
- package/package.json +1 -1
- package/plugin.xml +1 -1
- package/src/android/Cielo/CieloLioLocal.java +2 -2
package/README.md
CHANGED
package/package.json
CHANGED
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.
|
|
2
|
+
<plugin id="cordova-plugin-netcontroll-integration" version="1.0.151"
|
|
3
3
|
xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
|
4
4
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
5
5
|
|
|
@@ -620,12 +620,12 @@ public class CieloLioLocal {
|
|
|
620
620
|
|
|
621
621
|
@Override
|
|
622
622
|
public void onCancel() {
|
|
623
|
-
callbackContext.
|
|
623
|
+
callbackContext.error("cancelPayment - onCancel");
|
|
624
624
|
}
|
|
625
625
|
|
|
626
626
|
@Override
|
|
627
627
|
public void onError(PaymentError paymentError) {
|
|
628
|
-
callbackContext.
|
|
628
|
+
callbackContext.error("cancelPayment - onError");
|
|
629
629
|
}
|
|
630
630
|
});
|
|
631
631
|
}
|