Skip to content

Commit

Permalink
ADR-1355 updates back link from past payments (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
JemmaEdwards authored Oct 22, 2024
1 parent 60c669f commit 094da36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/StartPaymentController.scala
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class StartPaymentController @Inject() (
}

def initiateAndRedirectFromPastPayments(index: Int): Action[AnyContent] = identify.async { implicit request =>
val url = appConfig.host + controllers.returns.routes.ViewPastPaymentsController.onPageLoad.url
val url = appConfig.businessTaxAccountUrl
val appaId = request.appaId
val credentialID = request.userId
getPaymentDetails(request.session, index, appaId, url) match {
Expand Down

0 comments on commit 094da36

Please sign in to comment.