Skip to content

Commit

Permalink
adds 2025 pediatric dental configuration (#4218)
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumar9 authored Aug 6, 2024
1 parent 80d35e8 commit 81144d3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ registry:
item: <%= ENV['ATLEAST_ONE_SILVER_PLAN_DONOT_COVER_PEDIATRIC_DENTAL_COST_2023_IS_ENABLED'] || false %>
- key: :"2024"
item: <%= ENV['ATLEAST_ONE_SILVER_PLAN_DONOT_COVER_PEDIATRIC_DENTAL_COST_2024_IS_ENABLED'] || false %>
- key: :"2025"
item: <%= ENV['ATLEAST_ONE_SILVER_PLAN_DONOT_COVER_PEDIATRIC_DENTAL_COST_2025_IS_ENABLED'] || false %>
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ registry:
item: <%= ENV['ATLEAST_ONE_SILVER_PLAN_DONOT_COVER_PEDIATRIC_DENTAL_COST_2023_IS_ENABLED'] || false %>
- key: :"2024"
item: <%= ENV['ATLEAST_ONE_SILVER_PLAN_DONOT_COVER_PEDIATRIC_DENTAL_COST_2024_IS_ENABLED'] || false %>
- key: :"2025"
item: <%= ENV['ATLEAST_ONE_SILVER_PLAN_DONOT_COVER_PEDIATRIC_DENTAL_COST_2025_IS_ENABLED'] || false %>
2 changes: 2 additions & 0 deletions system/config/templates/features/products/products.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ registry:
item: <%= ENV['ATLEAST_ONE_SILVER_PLAN_DONOT_COVER_PEDIATRIC_DENTAL_COST_2023_IS_ENABLED'] || false %>
- key: :"2024"
item: <%= ENV['ATLEAST_ONE_SILVER_PLAN_DONOT_COVER_PEDIATRIC_DENTAL_COST_2024_IS_ENABLED'] || false %>
- key: :"2025"
item: <%= ENV['ATLEAST_ONE_SILVER_PLAN_DONOT_COVER_PEDIATRIC_DENTAL_COST_2025_IS_ENABLED'] || false %>

0 comments on commit 81144d3

Please sign in to comment.