rashgang Posted April 13, 2013 Share Posted April 13, 2013 i have used paypal class file which somebody says its not safe to use this class file in payment sites. please advise on this. i have doubts regarding the paypal ipn and i have 2 files 1) paypal.class.php 2) paypal.php i am using it in localserver should i add return url in my developer paypal account. i didnt add the return url but its working fine with the below url ex: https://localhost/paypal.php?success i am getting all the response here i have attached files please check it paypal-1.3.0.zip Quote Link to comment https://forums.phpfreaks.com/topic/276909-how-to-integrate-paypal-using-paypal-class-file/ Share on other sites More sharing options...
jcbones Posted April 13, 2013 Share Posted April 13, 2013 An address to localhost, will always point to the machine that calls it, as it is "local". If you are going to use any file that has credentials in it, then you must secure the folder that holds it. Either storing it above public access, and/or DENY ALL access to it via .htaccess. Other than that, I do not know of any security concerns with the paypal classes, or API, IPN, etc. Not saying there aren't any, but I am not aware of them. Quote Link to comment https://forums.phpfreaks.com/topic/276909-how-to-integrate-paypal-using-paypal-class-file/#findComment-1424606 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.