captainn Posted April 9, 2007 Share Posted April 9, 2007 Everything works fine when i am testing it off line in pay pal testing mode. But when i publish it live its not working. Does any one knows how to solve it. I can provide the script if it will help? Some guy told me that I have to get their modules installed at the server root level. I am not sure how to do that? Any help will be more then great! Thanks Link to comment https://forums.phpfreaks.com/topic/46333-pay-pal-dodirectpayment-help/ Share on other sites More sharing options...
techtheatre Posted April 29, 2007 Share Posted April 29, 2007 Please elaborate on what exactly you are trying to do. When testing paypal URLs contain "sandbox" in the address...simply removing this should change it to the production servers. If you are only using "buy now" buttons, then you should not need anything other than an account email address. If you are using IPN, you will have to set up a script to handle the return values, but PayPal provides samples (or Google for some of these). Please post your code if this does not help, as it is unclear exactly what you are trying to do and what the problem is. You should not have to install modules...unless your friend is referring to cUrl, which many people use to post data to PayPal. Most PHP implimentations already have this module enabled, but you cna find out by making a php file wiht the following line in it and then opening it (on the server) with your browser: phpinfo(); Link to comment https://forums.phpfreaks.com/topic/46333-pay-pal-dodirectpayment-help/#findComment-240936 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.