I would like the user to be redirected to an external credit card gateway. Of course, I have to CALL some information about the user through this gate, but I don’t know how exactly I can do this.
I know that I can do this by creating an html form with hidden or read-only fields and clicking the submit button. But this solution is not perfect, since all form data can be easily modified using, for example, Firebug. I think you cannot do this using $ this → _ redirect (...). But maybe there is another solution?
Thanks so much for any advice or suggestions.
source
share