Add cash rounding note

This commit is contained in:
Skylar Ittner 2025-10-10 20:17:37 -06:00
parent 098e7f7f21
commit f281ed24bc

View File

@ -384,7 +384,7 @@ export class ReceiptPayment {
case "ach": case "ach":
return "ACH Debit"; return "ACH Debit";
case "rounding": case "rounding":
return "Cash Rounding"; return "Cash Rounding"; // Used in penniless countries to balance a cash-only transaction
default: default:
return this.type; return this.type;
} }