Hello,
I receive payments from paypal standard module but I cannot see them in admin or orders. I tried many thins suggested in this forum. The curl test seems ok, the ipncheck seems ok. I get these logs in paypal log folder:
Aug 26 2008 9:53 -- Keys for submission: Array
(
[charset] => iso-8859-1
[lc] => CY
[page_style] => BioNaturalDrops
[custom] => zenid=0a959ff8ccdf8e8bb153e524ffbe3c3b
[business] => [email protected]
[return] => http://bionaturaldrops.com/checkout_...referer/paypal
[cancel_return] => http://bionaturaldrops.com/checkout_payment
[shopping_url] => http://bionaturaldrops.com/shopping_cart
[notify_url] => http://bionaturaldrops.com/ipn_main_handler.php
[redirect_cmd] => _xclick
[rm] => 2
[bn] => zencart
[mrb] => R-6C7952342H795591R
[pal] => 9E82WJBKKGPLQ
[first_name] => Yiannis
[last_name] => Hadjichambis
[address1] => 1st April 35
[city] => Larnaca
[state] => 0
[zip] => 6035
[country] => CY
[email] => [email protected]
[H_PhoneNumber] => 0035799498603
[night_phone_b] => 0035799498603
[day_phone_b] => 0035799498603
[no_shipping] => 1
[upload] => 1
[currency_code] => EUR
[cmd] => _ext-enter
[item_name] => BioNatural Drops Purchase
[item_number] => Store Receipt
[amount] => 39.99
[shipping] => 0.00
[tax] => 0.00
[tax_cart] => 0.00
)
Aug 26 2008 10:07 -- IPN INFO - POST VARS to be sent back for validation:
To: www.paypal.com:80
POST /cgi-bin/webscr HTTP/1.1
Host: www.paypal.com
Content-type: application/x-www-form-urlencoded
Content-length: 84
Connection: close
Array
(
[cmd] => _notify-sync
[tx] =>
[at] => U9Joj**********O4Qsq
)
Aug 26 2008 10:08 -- IPN INFO - Confirmation/Validation response
FAIL
Aug 26 2008 10:08 -- IPN WARNING :: PDT Transaction was not marked as SUCCESS. Keep this report for potential use in fraud investigations.
IPN Info =
FAIL
Aug 26 2008 10:08 -- PDT Returned Data Array
(
)
Aug 26 2008 10:08 -- PDT WARNING :: Order not marked as "Completed". Check for Pending reasons or wait for IPN to complete.
[payment_status] =>
[pending_reason] =>
Aug 26 2008 10:08 -- PDT WARNING :: Transaction already exists. Perhaps IPN already added it. PDT processing ended.
I also reinstalled the module to make sure nothing is wrong.
IPN check:
IPNCHECK.PHP - Version 1.0
IPN TESTING - POSTING to PayPal via: ssl://www.paypal.com:443
IPN TESTING - Confirmation/Validation response: RESPONSE RECEIVED - Communications OKAY
Script finished.
Curl test:
CURL Test Page
This page is intended for testing CURL behaviour. You should be accessing this page via CURLTEST.PHP running on YOUR server.
You submitted the following fields and data:
Array
(
[field1] => This is a test
[statuskey] => ready
)
Data validation
Good
Other Info
Your server IP address is: 216.219.87.130.
user-agent: unknown.
Array
(
[url] => "http://www.zen-cart.com/testcurl.php"
[content_type] => text/html
[http_code] => 200
[header_size] => 139
[request_size] => 174
[filetime] => -1
[ssl_verify_result] => 0
[redirect_count] => 0
[total_time] => 0.092683
[namelookup_time] => 0.002894
[connect_time] => 0.045595
[pretransfer_time] => 0.045665
[size_upload] => 0
[size_download] => 2142
[speed_download] => 23111
[speed_upload] => 0
[download_content_length] => 0
[upload_content_length] => 0
[starttransfer_time] => 0.092602
[redirect_time] => 0
)
Any suggestions?




