Skip to content

Commit

Permalink
Remove out of date comment
Browse files Browse the repository at this point in the history
`OTHER_CLAIMABLE_POLICIES` is only used for matching policies, as of
`b6c6b4275c` this constant is not used when detecting claims that
prevent payments.
  • Loading branch information
rjlynch committed Sep 30, 2024
1 parent d21b0c6 commit 1d48645
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion app/models/policies/early_career_payments.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ module EarlyCareerPayments
POLICY_END_YEAR = AcademicYear.new(2024).freeze

# Used in
# - checking payments with multiple policies: ClaimsPreventingPaymentFinder
# - matching claims with multiple policies: MatchingAttributeFinder
OTHER_CLAIMABLE_POLICIES = [
LevellingUpPremiumPayments,
Expand Down
1 change: 0 additions & 1 deletion app/models/policies/further_education_payments.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ module FurtherEducationPayments
extend self

# Used in
# - checking payments with multiple policies: ClaimsPreventingPaymentFinder
# - matching claims with multiple policies: MatchingAttributeFinder
OTHER_CLAIMABLE_POLICIES = [
EarlyCareerPayments,
Expand Down
1 change: 0 additions & 1 deletion app/models/policies/levelling_up_premium_payments.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ module LevellingUpPremiumPayments
].freeze

# Used in
# - checking payments with multiple policies: ClaimsPreventingPaymentFinder
# - matching claims with multiple policies: MatchingAttributeFinder
OTHER_CLAIMABLE_POLICIES = [
EarlyCareerPayments,
Expand Down
1 change: 0 additions & 1 deletion app/models/policies/student_loans.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ module StudentLoans
ACADEMIC_YEARS_QUALIFIED_TEACHERS_CAN_CLAIM_FOR = 11

# Used in
# - checking payments with multiple policies: ClaimsPreventingPaymentFinder
# - matching claims with multiple policies: MatchingAttributeFinder
OTHER_CLAIMABLE_POLICIES = [
EarlyCareerPayments,
Expand Down

0 comments on commit 1d48645

Please sign in to comment.