Surcouf Posted November 13, 2013 Share Posted November 13, 2013 Hi ! I'm trying to integrate add gateway. All is almost working but I got an error due to a break lin in my url's form. $url = $url_payment. "?data=" .$data. "&sign=" .$signature; var_dump($url_payment,$data,$signature,$url); I got a break line after this sequence "==?" Here my var_dump string(51) "https://www.payplug.fr/p/b/0HEz00VREeOVpSIACiKh1Q==" string(100) "YW1vdW50PTEwLjAwJmN1cnJlbmN5PUVVUiZvcmRlcj0xMTA1JmN1c3RvbV9kYXRhcz1IUVdFQistK0ZhY3R1cmUrMTEwNQ%3D%3D" string(372) "Ehf6WJTf6CG%2FRCLrobRn8yKHb%2FOlMFLzPKm%2BCQcqUGB2PDOzGnzG1C4WUSFtNlZwiA%2FsEFBhE82uKAA47d6FuDBhiocbA4%2BWGdpvDMgyG60xcAHwebKGxYWwWnj7CGZWhPnSlkOUZEMTqmqg10xFNPlqaQFpPLuyyIbTJZfgTA0MrKARh39gLxW45TltgG8r66s%2BldFx7jftLp%2FbIveQ7AhMABmhrKF54uqCItYUUXhCQY%2B2nwB7sFVc%2BlTVvr5krDh6YLcgaWUj9rzyqicsACd5P8UUFr7V43oUsTVpizqqJ6rXqf4468mEbloeLU6q1%2FwCkdLCc%2FbQ6fiANJ%2BQhA%3D%3D" string(535) "https://www.payplug.fr/p/b/0HEz00VREeOVpSIACiKh1Q==? data=YW1vdW50PTEwLjAwJmN1cnJlbmN5PUVVUiZvcmRlcj0xMTA1JmN1c3RvbV9kYXRhcz1IUVdFQistK0ZhY3R1cmUrMTEwNQ%3D%3D&sign=Ehf6WJTf6CG%2FRCLrobRn8yKHb%2FOlMFLzPKm%2BCQcqUGB2PDOzGnzG1C4WUSFtNlZwiA%2FsEFBhE82uKAA47d6FuDBhiocbA4%2BWGdpvDMgyG60xcAHwebKGxYWwWnj7CGZWhPnSlkOUZEMTqmqg10xFNPlqaQFpPLuyyIbTJZfgTA0MrKARh39gLxW45TltgG8r66s%2BldFx7jftLp%2FbIveQ7AhMABmhrKF54uqCItYUUXhCQY%2B2nwB7sFVc%2BlTVvr5krDh6YLcgaWUj9rzyqicsACd5P8UUFr7V43oUsTVpizqqJ6rXqf4468mEbloeLU6q1%2FwCkdLCc%2FbQ6fiANJ%2BQhA%3D%3D" Big thanks in advance for any help ! 0 Quote Link to comment Share on other sites More sharing options...
Surcouf Posted November 13, 2013 Author Share Posted November 13, 2013 My problem have been solved by replacing submit form by a link (<a></a>). 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.