Notify transfer owners when files enter grace period.
Deploy Ladill Transfer / deploy (push) Successful in 1m0s
Deploy Ladill Transfer / deploy (push) Successful in 1m0s
Send grace-entered and countdown emails to owners alongside recipient grace milestones so unpaid transfers get clear wallet top-up reminders before deletion. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -103,7 +103,9 @@ class TransferBillingService
|
||||
'expires_at' => $graceEndsAt,
|
||||
]);
|
||||
|
||||
app(TransferRecipientMailService::class)->notifyRecipient($transfer->fresh(), 'grace');
|
||||
$transfer = $transfer->fresh(['user', 'files', 'qrCode']);
|
||||
app(TransferRecipientMailService::class)->notifyRecipient($transfer, 'grace');
|
||||
app(TransferOwnerMailService::class)->notifyGraceEntered($transfer);
|
||||
}
|
||||
|
||||
public function processDueRenewals(): array
|
||||
|
||||
Reference in New Issue
Block a user