Skip to content

Commit 9fc707e

Browse files
added previously missing template params (#21159)
1 parent 648b3c1 commit 9fc707e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/settings.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1493,9 +1493,9 @@ vanotify:
14931493
form_10_10d_email: <%= ENV['vanotify__services__ivc_champva__template_id__form_10_10d_email'] %>
14941494
form_10_10d_failure_email: <%= ENV['vanotify__services__ivc_champva__template_id__form_10_10d_failure_email'] %>
14951495
form_10_7959a_email: <%= ENV['vanotify__services__ivc_champva__template_id__form_10_7959a_email'] %>
1496-
form_10_7959a_failure_email: form_10_7959a_failure_email
1496+
form_10_7959a_failure_email: <%= ENV['vanotify__services__ivc_champva__template_id__form_10_7959a_failure_email'] %>
14971497
form_10_7959c_email: <%= ENV['vanotify__services__ivc_champva__template_id__form_10_7959c_email'] %>
1498-
form_10_7959c_failure_email: form_10_7959c_failure_email
1498+
form_10_7959c_failure_email: <%= ENV['vanotify__services__ivc_champva__template_id__form_10_7959c_failure_email'] %>
14991499
form_10_7959f_1_email: <%= ENV['vanotify__services__ivc_champva__template_id__form_10_7959f_1_email'] %>
15001500
form_10_7959f_1_failure_email: <%= ENV['vanotify__services__ivc_champva__template_id__form_10_7959f_1_failure_email'] %>
15011501
form_10_7959f_2_email: <%= ENV['vanotify__services__ivc_champva__template_id__form_10_7959f_2_email'] %>

0 commit comments

Comments
 (0)