wehostem Posted December 15, 2006 Share Posted December 15, 2006 Anyone else having issues with paypal posting back to your site and your site won't automate anything? (auto approve, mark paid, etc..) I am using a paypal account that is also using another script to sell software I have. That site is passing the IPN directly. In my paypal account I have it set to send back to WHMCS callback directory paypal.php file. What else can it be? 0 Quote Link to comment Share on other sites More sharing options...
wehostem Posted December 15, 2006 Author Share Posted December 15, 2006 Ok I figured out what it was. In my whmcs admin under the "configuration / general configuration" The company name I had was - We Host'em Turns out when I removed the apostrophe from the name - We Hostem The paypal payments being made by customers would work. Just a heads up to anyone. May want to use something like this on the paypal form submit built in whmcs: $replace_char = array("+", "'", "-"); $company = str_replace($replace_char, "", $company); So that way the data going out to paypal doesn't have anything they will strip. I heard the + or - sign could damage the IPN also. 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.