Skip to content

Commit

Permalink
Remove original VHA FSR email (#12433)
Browse files Browse the repository at this point in the history
* Initial logic to submit batch VHA jobs

* Remove original email send for VHA FSR
  • Loading branch information
Scott James authored Apr 19, 2023
1 parent d21a0af commit 95d60bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/debt_management_center/financial_status_report_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ def submit_vha_fsr(form_submission)
vbs_response = vbs_request.post("#{vbs_settings.base_path}/UploadFSRJsonDocument",
{ jsonDocument: vha_form.to_json })

send_confirmation_email(VHA_CONFIRMATION_TEMPLATE) if vbs_response.success?

{ status: vbs_response.status }
end

Expand Down

0 comments on commit 95d60bd

Please sign in to comment.