Jump to content

Paypal Automation issues?


wehostem

Recommended Posts

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated