We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec59186 commit be903d6Copy full SHA for be903d6
1 file changed
lib/services/AutoPayService.ts
@@ -24,8 +24,10 @@ interface AutoPayResult {
24
* 1. Creating a transaction record (audit trail)
25
* 2. Advancing the bill to its next due date
26
*
27
+ * This service only marks payments as paid locally - no actual payment is made by the system.
28
* This preserves the "Active Payer" philosophy because the user
- * consciously enabled auto-pay—it's a deliberate delegation.
29
+ * consciously enabled auto-pay—it's a deliberate delegation and reducing manual bookkeeping for
30
+ * externally-automated bills.
31
*/
32
export const AutoPayService = {
33
/**
0 commit comments