Quote Originally Posted by yellow1912 View Post
There are a number of things needs to be checked:
1. Make sure you use the most recent version (if you want me to check it for you, pm me the ftp info)

using rev235. Is that the latest?

2. Make sure you updated all the patches for paypal ipn (especially if you are on version prior to 1.3.8)

Im using 138 are there any new patches needed?

3. Check if you are using CURL proxy,

No I'm not using should I?

4. Check if you entered your email correctly in paypal setting (the paypal email you use in zc admin has to be exactly the same with the one you have on your paypal profile, and it is CASE SENSITIVE)

It still does everything right except the return part to the store which registers the order(which works fine btw with any other payment mod)

5. Check if you entered the correct PDT token

double checked

Also, turn on the debug, make sure you also do this to turn on extra debug as well:
create a new file:
/includes/extra_datafiles/ipn_debug_on.php

with this content:
<?php define('IPN_EXTRA_DEBUG_DETAILS', 'All');