Index: grails-app/controllers/com/lemans/payment/ApiPaymentProfileController.groovy =================================================================== diff -u -r7df3b4778859ee05301121f752871a573f8b8dd7 -r9331a3b6e0e7b4f22749e9ee99c6deaf03d8c8c4 --- grails-app/controllers/com/lemans/payment/ApiPaymentProfileController.groovy (.../ApiPaymentProfileController.groovy) (revision 7df3b4778859ee05301121f752871a573f8b8dd7) +++ grails-app/controllers/com/lemans/payment/ApiPaymentProfileController.groovy (.../ApiPaymentProfileController.groovy) (revision 9331a3b6e0e7b4f22749e9ee99c6deaf03d8c8c4) @@ -231,7 +231,7 @@ ctx.securityService.loggedInWithDomainAndHasAnyPermissions(16, ['permission_16_accounts.profiles.resend']) }) def postFailedProfileToD365() { - renderPayment("/dm/$params.dm/dealer/$params.dealerCode/payment/profile/$params.customerId") + renderPayment("/dm/$params.dm/dealer/$params.dealerCode/payment/profile/$params.customerId/resend") }