When confirming a Third Party Transfer following error occurs: validation.msg.accounttransfer.null.invalid.to.account.details
Steps to reproduce
Start a new Third Party Transfer
fill in details
click "Review details"
click "Transfer now"
Expected Behaviour
Successful transfer
Actual Behaviour
Error "validation.msg.accounttransfer.null.invalid.to.account.details" is returned
Settings:
-Browser used: Google Chrome
Screenshots/GIFs, if any:
What is the problem about:
tpt.component.js uses the wrong controller ("ReviewTransferDialogCtrl"), it should use "ReviewTPTDialogCtrl" that also passes needed query param ?type=tpt to back-end.
Description
When confirming a Third Party Transfer following error occurs: validation.msg.accounttransfer.null.invalid.to.account.details
Steps to reproduce
Expected Behaviour
Successful transfer
Actual Behaviour
Error "validation.msg.accounttransfer.null.invalid.to.account.details" is returned
Settings:
Screenshots/GIFs, if any:
What is the problem about:
tpt.component.js uses the wrong controller ("ReviewTransferDialogCtrl"), it should use "ReviewTPTDialogCtrl" that also passes needed query param ?type=tpt to back-end.
I would like to fix this issue myself.