This is what i get emailed in DEBUG - I get the payment in my paypal but it doesnt return the information i want.



Keys for submission: Array
(
[bn] => zencart
[cmd] => _ext-enter
[rm] => 2
[mrb] => R-6C7952342H795591R
[pal] => 9E82WJBKKGPLQ
[page_style] => Primary
[lc] => US
[custom] => zenid=knt9ro8hi44q9j39ent5rdolt7
[charset] => iso-8859-1
[return] =>
http://muhstore.net/zencart/index.ph...referer=paypal
[cancel_return] =>
http://muhstore.net/zencart/index.ph...eckout_payment
[shopping_url] =>
http://muhstore.net/zencart/index.ph...=shopping_cart
[notify_url] => http://muhstore.net/zencart/ipn_main_handler.php
[redirect_cmd] => _xclick
[business] => [email protected]
[first_name] => D****
[last_name] => B****
[address1] => ****
[city] => Chicago
[state] => IL
[zip] => 60630
[country] => US
[email] => *****######################
[H_PhoneNumber] => 7732995438
[night_phone_a] => *
[night_phone_b] => *
[night_phone_c] => *
[day_phone_a] => *
[day_phone_b] => *
[day_phone_c] => *
[no_shipping] => 1
[currency_code] => USD
[paypal_order_id] =>
[item_name] => MODULE_PAYMENT_PAYPAL_PURCHASE_DECRIPTION_TITLE
[item_number] => Store Receipt
[upload] => 1
[amount] => 149.99
[shipping] => 0.00
[tax] => 0.00
[tax_cart] => 0.00
)



Then... 1


IPN INFO - POST VARS to be sent back for validation:
To: www.paypal.com:80
POST /au/cgi-bin/webscr HTTP/1.1
Host: www.paypal.com
Content-type: application/x-www-form-urlencoded
Content-length: 101
Connection: close

Array
(
[cmd] => _notify-sync
[tx] => 0W126447P4965124D
[at] => 9B3_q**********J71Z4
)




Then... 2

IPN INFO - Confirmation/Validation response
SUCCESS



Then... 3

PDT Returned Data Array
(
[payment_date] => 00:05:27 Oct 01, 2008 PDT
[txn_type] => web_accept
[last_name] => ****
[residence_country] => US
[item_name] => MODULE_PAYMENT_PAYPAL_PURCHASE_DECRIPTION_TITLE
[payment_gross] => 149.99
[mc_currency] => USD
[business] => [email protected]
[payment_type] => instant
[protection_eligibility] => None
[payer_status] => verified
[tax] => 0.00
[payer_email] => ***@sbcglobal.net
[txn_id] => 0W126447P4965124D
[quantity] => 1
[receiver_email] => [email protected]
[first_name] => *****
[payer_id] => BTNC9JKHVDV8G
[receiver_id] => FCH4XC2U4WJWE
[item_number] => Store Receipt
[payment_status] => Completed
[payment_fee] => 5.40
[mc_fee] => 5.40
[shipping] => 0.00
[mc_gross] => 149.99
[custom] => zenid=knt9ro8hi44q9j39ent5rdolt7
[charset] => windows-1252
)


Then 4...

IPN INFO :: Transaction email details.
From IPN = [email protected] | [email protected]
From CONFIG = [email protected]


Then 5...

IPN INFO :: Currency/Amount Details:
PayPal email address = [email protected]
| mc_currency = USD
| submitted_currency = USD
| order_currency = USD
| mc_gross = 149.99
| converted_amount = 149.99
| order_amount = 149.99






THEN IT STOPS?! It doesnt confirm the order or anything after that, any ideas on whats going on?