capacitor-hugin-gmp3 0.2.6 → 0.2.7

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.
@@ -123,7 +123,7 @@ public class PrinterCoverService extends Service {
123
123
  }
124
124
  String creditPayment = "0";
125
125
  if(totalCreditPayment > 0.0) {
126
- creditPayment = printer.GetEFTAuthorisation(totalCreditPayment, 0, "");
126
+ creditPayment = printer.GetEFTAuthorisation(totalCreditPayment, 1, "");
127
127
  }
128
128
 
129
129
  if(creditPayment.startsWith("0")) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "capacitor-hugin-gmp3",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "Hugin plugin for TCP/IP",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",