Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Dano,

    I found this bug myself yesterday. I’ve got a fix for it but I’m also adding a whole range of new features that’s aren’t quite ready yet.

    But you can fix it yourself.

    In the file quick-paypal-payments.php look for the line:

    if (($auto['enable'] && $values['email'] && $auto['whenconfirm'] == 'aftersubmission') || $send['confirmmessage'])

    All you need to do is change it to:

    if ($auto['enable'] && $values['email'] && $auto['whenconfirm'] == 'aftersubmission')

    That will fix it for you.

    Thread Starter Dano_500

    (@dano_500)

    That is perfect, thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Auto respond – doesn't work after IPN’ is closed to new replies.