remove debit payments

This commit is contained in:
2026-04-08 07:57:39 -06:00
parent f2932d80c8
commit 39f4b6bd8a
5 changed files with 4 additions and 7 deletions

View File

@@ -242,9 +242,6 @@ public class SaleService {
}
String normalized = paymentMethod.trim();
if (normalized.equalsIgnoreCase("Debit")) {
return "Card";
}
if (normalized.equalsIgnoreCase("Cash")) {
return "Cash";
}