Skip to content

Commit

Permalink
checkbook current date variable name (#4348)
Browse files Browse the repository at this point in the history
update date variable name sent to checkbook
  • Loading branch information
kristinmerbach authored and bbodine1 committed Aug 28, 2024
1 parent 17f7db7 commit 1afb265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/services/checkbook_services/plan_comparision.rb
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def construct_body_ivl

def extra_ivl_body
fields = {
"coverageStartDate": @hbx_enrollment.effective_on&.strftime("%m-%d-%Y")
"enrollmentDate": @hbx_enrollment.effective_on&.strftime("%m/%d/%Y")
}
current_plan = build_current_plan(@hbx_enrollment)
fields[:currentPlan] = current_plan if current_plan.present?
Expand Down

0 comments on commit 1afb265

Please sign in to comment.