Discussions
I am having problems with the return url after 3DS, it is encoding the URL parameters
over 3 years ago by Crisito Advincula Jr.
For example when I try to put this to the return URL after 3ds confirmation "https://yoursite.com/index.php?param1=3¶m2=1" The return URL transforms it to
"https://yoursite.com/index.php?param1=3¶m2=1" . This is breaking my site controllers as everything is handled in index. Is there a way around this?