Skip to content

Commit

Permalink
updated map with new email templates
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelclement committed Nov 25, 2024
1 parent 00850ac commit 1e11472
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1378,8 +1378,11 @@ vanotify:
form_10_7959f_1_email: form_10_7959f_1_email
form_10_7959f_1_failure_email: form_10_7959f_1_failure_email
form_10_7959f_2_email: form_10_7959f_2_email
form_10_7959f_2_failure_email: form_10_7959f_2_failure_email
form_10_7959c_email: form_10_7959c_email
form_10_7959c_failure_email: form_10_7959c_failure_email
form_10_7959a_email: form_10_7959a_email
form_10_7959a_failure_email: form_10_7959a_failure_email
health_apps_1010:
api_key: fake_secret
template_id:
Expand Down
3 changes: 3 additions & 0 deletions modules/ivc_champva/app/services/ivc_champva/email.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ class Email
'10-7959F-1' => Settings.vanotify.services.ivc_champva.template_id.form_10_7959f_1_email,
'10-7959F-1-FAILURE' => Settings.vanotify.services.ivc_champva.template_id.form_10_7959f_1_failure_email,
'10-7959F-2' => Settings.vanotify.services.ivc_champva.template_id.form_10_7959f_2_email,
'10-7959F-2-FAILURE' => Settings.vanotify.services.ivc_champva.template_id.form_10_7959f_2_failure_email,
'10-7959C' => Settings.vanotify.services.ivc_champva.template_id.form_10_7959c_email,
'10-7959C-FAILURE' => Settings.vanotify.services.ivc_champva.template_id.form_10_7959c_failure_email,
'10-7959A' => Settings.vanotify.services.ivc_champva.template_id.form_10_7959a_email
'10-7959A-FAILURE' => Settings.vanotify.services.ivc_champva.template_id.form_10_7959a_failure_email,

Check failure on line 17 in modules/ivc_champva/app/services/ivc_champva/email.rb

View workflow job for this annotation

GitHub Actions / Linting and Security

Lint/Syntax: unexpected token tSTRING (Using Ruby 3.3 parser; configure using `TargetRubyVersion` parameter, under `AllCops`)

Check failure on line 17 in modules/ivc_champva/app/services/ivc_champva/email.rb

View workflow job for this annotation

GitHub Actions / Linting and Security

Lint/Syntax: unexpected token tDOT (Using Ruby 3.3 parser; configure using `TargetRubyVersion` parameter, under `AllCops`)
}.freeze

Check failure on line 18 in modules/ivc_champva/app/services/ivc_champva/email.rb

View workflow job for this annotation

GitHub Actions / Linting and Security

Lint/Syntax: unexpected token tRCURLY (Using Ruby 3.3 parser; configure using `TargetRubyVersion` parameter, under `AllCops`)

def initialize(data)
Expand Down

0 comments on commit 1e11472

Please sign in to comment.