Good Morning Community!
Anyone that can help me understand this would be great.
I've set up my zen-cart with web payments pro - which I tested and works great. We've been receiving payments just fine with the integrated credit card submission. When I originally tested it, the express checkout worked well too.
Today, and Friday, I received two sets of debugging e-mails (I have it set to file/email debugging, because we just started, and I want to make sure everything is working properly)
I'm not really sure what they are, they look like half started/processed orders using express check out - but never fully finish. So I'm slightly confused as to what's going on, I want to make sure it's something they're doing, and not something broken on our end.
If someone can take a look at these logs would be great.
each section divided by ------------------ is a different e-mail.Code:Checking to see if we are in markflow cart contents: virtual NOTE: $this->showPaymentPage = 1 Customer ID: 0 Session Data: Array ( [securityToken] => ************ [customers_host_address] => ************* [cartID] => [cart] => shoppingCart Object ( [contents] => Array ( [194] => Array ( [qty] => 1 ) ) [total] => 1625 [weight] => 0 [cartID] => **** [content_type] => virtual [free_shipping_item] => 1 [free_shipping_weight] => 0 [free_shipping_price] => 1625 [observers] => Array ( ) ) [navigation] => navigationHistory Object ( [path] => Array ( [0] => Array ( [page] => index [mode] => SSL [get] => Array ( [type] => ec ) [post] => Array ( ) ) ) [snapshot] => Array ( ) [observers] => Array ( ) ) [check_valid] => true [language] => english [languages_id] => 1 [languages_code] => en [currency] => USD [today_is] => 2010-04-20 [updateExpirations] => 1 [session_counter] => 1 [customers_ip_address] => ******** [new_products_id_in_cart] => [valid_to_checkout] => 1 [cart_errors] => [SSL_SESSION_ID] => [payment] => paypalwpp ) ------------------------------------------------------------ cart contents is not all virtual or customer is not logged in ... therefore will be submitting address details ------------------------------------------------------------- not logged in and not in markflow mode - nothing to override ------------------------------------------------------------- address details from override check: ------------------------------------------------------------- Array ( [AMT] => 1,625.00 [RETURNURL] => **************** [CANCELURL] => *************** [LOCALECODE] => US [CURRENCY] => USD [PAYMENTACTION] => Sale [SOLUTIONTYPE] => SOLE ) --------------------------------------------------------- 2010-04-20 09:08:16 ------------------- (live transaction) --> https://api-3t.paypal.com/nvp Request Headers: Array ( [0] => Content-Type: text/namevalue [1] => X-VPS-Timeout: 45 [2] => X-VPS-VIT-Client-Type: PHP/cURL [3] => X-VPS-VIT-Integration-Product: PHP::Zen Cart - WPP-NVP [4] => X-VPS-VIT-Integration-Version: 1.3.8a ) Request Parameters: {SetExpressCheckout} Array ( [LOCALECODE] => US [PAYMENTACTION] => Sale [AMT] => 1,625.00 [RETURNURL] => ************** [CANCELURL] => ********** [PAGESTYLE] => Primary [METHOD] => SetExpressCheckout [CURRENCYCODE] => USD [USER] => *************** [PWD] => **************** [VERSION] => 3.2 [SIGNATURE] => ****************************************************) Response: Array ( [TOKEN] => ************* [TIMESTAMP] => 2010-04-20T15:08:16Z [CORRELATIONID] => *********** [ACK] => Success [VERSION] => 3.2 [BUILD] => 1252565 [CURL_ERRORS] => )
Thanks to anyone that can help with this...
-Rjmg2008



