diff --git a/app/controllers/state_file/questions/return_status_controller.rb b/app/controllers/state_file/questions/return_status_controller.rb index 860dda79b8..1ae746df5f 100644 --- a/app/controllers/state_file/questions/return_status_controller.rb +++ b/app/controllers/state_file/questions/return_status_controller.rb @@ -12,7 +12,8 @@ def edit @department_of_taxation = StateFile::StateInformationService.department_of_taxation(current_state_code) @department_of_taxation_initials = @department_of_taxation.split(" ").map(&:first).join.upcase @tax_refund_url = StateFile::StateInformationService.tax_refund_url(current_state_code) - @tax_payment_url = StateFile::StateInformationService.tax_payment_url(current_state_code) + @tax_payment_info_text = StateFile::StateInformationService.tax_payment_info_text(current_state_code) + @tax_payment_info_url = StateFile::StateInformationService.tax_payment_info_url(current_state_code) @voucher_form_name = StateFile::StateInformationService.voucher_form_name(current_state_code) @mail_voucher_address = StateFile::StateInformationService.mail_voucher_address(current_state_code) @voucher_path = StateFile::StateInformationService.voucher_path(current_state_code) diff --git a/app/services/state_file/state_information_service.rb b/app/services/state_file/state_information_service.rb index e7dfecd079..e507dd07dd 100644 --- a/app/services/state_file/state_information_service.rb +++ b/app/services/state_file/state_information_service.rb @@ -19,7 +19,7 @@ class StateInformationService :submission_type, :survey_link, :tax_payment_info_url, - :tax_payment_url, + :tax_payment_info_text, :tax_refund_url, :timezone, :vita_link_en, @@ -76,8 +76,8 @@ def state_intake_class_names submission_builder_class: SubmissionBuilder::Ty2022::States::Az::AzReturnXml, survey_link: "https://codeforamerica.co1.qualtrics.com/jfe/form/SV_0v0BnYNRoLIqzhY", submission_type: "Form140", + tax_payment_info_text: "https://azdor.gov/make-payment-online", tax_payment_info_url: "https://azdor.gov/making-payments-late-payments-and-filing-extensions", - tax_payment_url: "https://azdor.gov/make-payment-online", tax_refund_url: "https://aztaxes.gov/home/checkrefund", department_of_taxation: "Arizona Department of Revenue", timezone: 'America/Phoenix', @@ -105,8 +105,8 @@ def state_intake_class_names submission_type: "Form40", submission_builder_class: SubmissionBuilder::Ty2024::States::Id::IdReturnXml, survey_link: "https://codeforamerica.co1.qualtrics.com/jfe/form/SV_0URdKLyW7K53rZc", + tax_payment_info_text: "https://tax.idaho.gov/e-pay/", tax_payment_info_url: "https://tax.idaho.gov/online-services/e-pay/", - tax_payment_url: "https://tax.idaho.gov/e-pay/", tax_refund_url: "https://tax.idaho.gov/taxes/income-tax/individual-income/refund/", department_of_taxation: "Idaho State Tax Commission", timezone: 'America/Boise', @@ -135,8 +135,8 @@ def state_intake_class_names submission_type: "MD502", submission_builder_class: SubmissionBuilder::Ty2024::States::Md::MdReturnXml, survey_link: "https://codeforamerica.co1.qualtrics.com/jfe/form/SV_24BAmNMNrpkhLwy", + tax_payment_info_text: "Marylandtaxes.gov", tax_payment_info_url: "https://www.marylandtaxes.gov/individual/individual-payments.php", - tax_payment_url: "Marylandtaxes.gov", tax_refund_url: "https://interactive.marylandtaxes.gov/INDIV/refundstatus/home.aspx", department_of_taxation: "Comptroller of Maryland", timezone: 'America/New_York', @@ -164,10 +164,10 @@ def state_intake_class_names submission_type: "FormNCD400", submission_builder_class: SubmissionBuilder::Ty2024::States::Nc::NcReturnXml, survey_link: "https://codeforamerica.co1.qualtrics.com/jfe/form/SV_1MM0vBfZ5N2OMLA", + tax_payment_info_text: "NCDOR.gov", tax_payment_info_url: "https://www.ncdor.gov/file-pay/pay-individual-income-tax", - tax_payment_url: "https://www.ncdor.gov/file-pay/pay-individual-income-tax", tax_refund_url: "https://eservices.dor.nc.gov/wheresmyrefund/SelectionServlet", - department_of_taxation: "North Carolina Department of Revenue", + department_of_taxation: "N.C. Department of Revenue", timezone: 'America/New_York', vita_link_en: "https://airtable.com/appqG5OGbTLBiQ408/pagJPN5iPinERGb3Q/form", vita_link_es: "https://airtable.com/appqG5OGbTLBiQ408/pagS982AjKEml809R/form", @@ -194,8 +194,8 @@ def state_intake_class_names pay_taxes_link: "https://www1.state.nj.us/TYTR_RevTaxPortal/jsp/IndTaxLoginJsp.jsp", survey_link: "https://codeforamerica.co1.qualtrics.com/jfe/form/SV_82CJgtfW0HFEPIi", submission_type: "Resident", + tax_payment_info_text: "https://www1.state.nj.us/TYTR_RevTaxPortal/jsp/IndTaxLoginJsp.jsp", tax_payment_info_url: "https://www.state.nj.us/treasury/taxation/payments-notices.shtml", - tax_payment_url: "https://www1.state.nj.us/TYTR_RevTaxPortal/jsp/IndTaxLoginJsp.jsp", tax_refund_url: "https://www20.state.nj.us/TYTR_TGI_INQ/jsp/prompt.jsp", department_of_taxation: "New Jersey Division of Taxation", timezone: 'America/New_York', @@ -224,8 +224,8 @@ def state_intake_class_names software_id_key: "sin", submission_builder_class: SubmissionBuilder::Ty2022::States::Ny::NyReturnXml, survey_link: "https://codeforamerica.co1.qualtrics.com/jfe/form/SV_3pXUfy2c3SScmgu", + tax_payment_info_text: "Tax.NY.gov", tax_payment_info_url: "https://www.tax.ny.gov/pay/ind/pay-income-tax-online.htm", - tax_payment_url: "Tax.NY.gov", tax_refund_url: "https://www.tax.ny.gov/pit/file/refund.htm", department_of_taxation: "", timezone: 'America/New_York', diff --git a/app/views/state_file/questions/eligible/_az_credits_unsupported.html.erb b/app/views/state_file/questions/eligible/_az_credits_unsupported.html.erb index bfd947b52f..95025942e4 100644 --- a/app/views/state_file/questions/eligible/_az_credits_unsupported.html.erb +++ b/app/views/state_file/questions/eligible/_az_credits_unsupported.html.erb @@ -1,27 +1,33 @@ -
<%= t(".#{current_state_code}.refund_details_html", default: :'.refund_details_html', website_name: @department_of_taxation_initials, tax_refund_url: @tax_refund_url) %>
<% elsif refund_or_owed_amount.negative? %> -<%= t('.direct_debit_html', tax_payment_url: @tax_payment_url) %>
+<%= t('.direct_debit_html', tax_payment_info_text: @tax_payment_info_text, tax_payment_info_url: @tax_payment_info_url) %>
<% end %>