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,
|
|
126
|
+
creditPayment = printer.GetEFTAuthorisation(totalCreditPayment, 1, "");
|
|
127
127
|
}
|
|
128
128
|
|
|
129
129
|
if(creditPayment.startsWith("0")) {
|