Skip to content

Commit

Permalink
Merge pull request #3328 from DFE-Digital/fe-due-increase
Browse files Browse the repository at this point in the history
[CAPT-1868] Increase FE provider verification by 1 week
  • Loading branch information
asmega authored Oct 18, 2024
2 parents ef18d66 + dae6f76 commit 37fca96
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/models/policies/further_education_payments.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def notify_reply_to_id
end

def verification_due_date_for_claim(claim)
(claim.created_at + 2.weeks).to_date
(claim.created_at + 3.weeks).to_date
end

def verification_chase_due_date_for_claim(claim)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
claimant_name: "Edna Krabappel",
claim_reference: "AB123456",
claim_submission_date: "1 August 2024",
verification_due_date: "15 August 2024",
verification_due_date: "22 August 2024",
verification_url: Journeys::FurtherEducationPayments::Provider::SlugSequence.verify_claim_url(claim)
)
)
Expand Down Expand Up @@ -156,7 +156,7 @@
claimant_name: "Edna Krabappel",
claim_reference: "AB123456",
claim_submission_date: "1 August 2024",
verification_due_date: "15 August 2024",
verification_due_date: "22 August 2024",
verification_url: Journeys::FurtherEducationPayments::Provider::SlugSequence.verify_claim_url(claim)
)
)
Expand Down Expand Up @@ -229,7 +229,7 @@
claimant_name: "Edna Krabappel",
claim_reference: "AB123456",
claim_submission_date: "1 August 2024",
verification_due_date: "15 August 2024",
verification_due_date: "22 August 2024",
verification_url: Journeys::FurtherEducationPayments::Provider::SlugSequence.verify_claim_url(claim)
)
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
claimant_name: [answers.first_name, answers.surname].join(" "),
claim_reference: claim.reference,
claim_submission_date: "1 October 2024",
verification_due_date: "15 October 2024",
verification_due_date: "22 October 2024",
verification_url: Journeys::FurtherEducationPayments::Provider::SlugSequence.verify_claim_url(claim)
)
)
Expand Down

0 comments on commit 37fca96

Please sign in to comment.