Skip to content

Commit 1f7bfeb

Browse files
committed
chore: update comment for bug
1 parent acb72f3 commit 1f7bfeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/modules/payments/payments.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ export const performPaymentPostSubmissionActions = (
242242
performEncryptPostSubmissionActions({
243243
submission,
244244
responses: payment.responses,
245-
emailFields: [], // No email confirmation emails sent for payment forms - same as existing behavior
245+
emailFields: [], // TODO [EMAIL-CONFIRMATION-BUG]: Email confirmation email to email fields does not work for payment forms, this is an existing issue to be fixed.
246246
})
247247
.andThen(() =>
248248
// If successfully sent email confirmations, delete response data from payment document.

0 commit comments

Comments
 (0)