remove debit payments
This commit is contained in:
@@ -242,9 +242,6 @@ public class SaleService {
|
||||
}
|
||||
|
||||
String normalized = paymentMethod.trim();
|
||||
if (normalized.equalsIgnoreCase("Debit")) {
|
||||
return "Card";
|
||||
}
|
||||
if (normalized.equalsIgnoreCase("Cash")) {
|
||||
return "Cash";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user