Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
erubinst committed Dec 27, 2024
1 parent bcd7130 commit 31e0494
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def applied_aptc_amount_for(enrollments_for_month, calender_month, tax_household

def fetch_aptc_tax_credit(enrs_for_month, calendar_month, tax_household = nil)

return formart('%.2f', 0.0) if term_for_np && mid_month_end?(policy_end_on, calendar_month)
return format('%.2f', 0.0) if term_for_np && mid_month_end?(policy_end_on, calendar_month)

applied_aptc = enrs_for_month.map(&:total_premium_adjustment_amount).max
return format('%.2f', (applied_aptc || 0.0)) if tax_household.blank?
Expand Down

0 comments on commit 31e0494

Please sign in to comment.