updated variable name

This commit is contained in:
jackiettran
2026-01-12 18:12:17 -05:00
parent 89dd99c263
commit 2ee5571b5b
3 changed files with 7 additions and 7 deletions

View File

@@ -200,7 +200,7 @@ class StripeService {
// Send notification
await emailServices.payment.sendAccountDisconnectedEmail(user.email, {
ownerName: user.firstName || user.name,
ownerName: user.firstName || user.lastName,
hasPendingPayouts: true, // We're in a transfer, so there's at least one
pendingPayoutCount: 1,
});