Hi all,
I have implemented a plugin for 3-D secure payment. I would like to redirect user from this plugin to Confirm View (in Nop.Web.Views.Checkout folder) with CheckoutConfirmModel instance in case of exception.
How should I call ReturnView method ? What is the proper view name of Confirm view ?
I can use RedirectToRoute method but I would like to pass model as parameter.
e.g.
ReturnView("~/Checkout/Confirm",model) -- error
ReturnView("~/Confirm",model) -- error