Skip to content

Commit

Permalink
97625 Debt Team FSR missing housing expenses
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaldrk committed Nov 27, 2024
1 parent 6deb4e8 commit 8f1791d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def create
end

def transform_and_submit
binding.pry
output = full_transform_service.transform
render json: service.submit_financial_status_report(output.to_h)
end
Expand Down Expand Up @@ -192,6 +193,7 @@ def full_transform_form
:'view:streamlined_waiver',
:'view:streamlined_waiver_asset_update',
:'view:review_page_navigation_toggle',
:'view:show_updated_expense_pages',
questions: %i[
has_repayments has_credit_card_bills has_recreational_vehicle
has_vehicle has_real_estate spouse_has_benefits is_married
Expand Down Expand Up @@ -317,6 +319,7 @@ def full_transform_form
]
],
expenses: [
:monthly_housing_expenses,
expense_records: %i[name amount],
credit_card_bills: %i[
purpose creditor_name original_amount unpaid_balance
Expand Down

0 comments on commit 8f1791d

Please sign in to comment.