Skip to content

Commit be903d6

Browse files
committed
Amend documentation
1 parent ec59186 commit be903d6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

lib/services/AutoPayService.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ interface AutoPayResult {
2424
* 1. Creating a transaction record (audit trail)
2525
* 2. Advancing the bill to its next due date
2626
*
27+
* This service only marks payments as paid locally - no actual payment is made by the system.
2728
* This preserves the "Active Payer" philosophy because the user
28-
* 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.
2931
*/
3032
export const AutoPayService = {
3133
/**

0 commit comments

Comments
 (0)