safa Posted June 3, 2013 Share Posted June 3, 2013 hi; i developing new payment module. bank turn one value from http post method , paymnet is success or fail $ApprovedCode =$_POST['ApprovedCode']; echo $ApprovedCode ; but prestashop not accept post method. this value always is emtpy $ApprovedCode. prestashop old version is accept other page post method but prestashop 1.5.3.1 not accept. ssl enabled Can anyone please help. regards Link to comment Share on other sites More sharing options...
razaro Posted June 3, 2013 Share Posted June 3, 2013 You should use echo Tools::getValue('ApprovedCode'); and also check in request if that value is set in first place. 1 Link to comment Share on other sites More sharing options...
Recommended Posts