Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2010
    Posts
    10
    Plugin Contributions
    0

    Default ec_step1 - 1 : Weird debugging

    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.

    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] => 
    )
    each section divided by ------------------ is a different e-mail.


    Thanks to anyone that can help with this...


    -Rjmg2008

  2. #2
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: ec_step1 - 1 : Weird debugging

    All that indicates is that someone started to do a checkout via Express Checkout. If you didn't get a GetExpressCheckoutDetails response, then they didn't do anything on the PayPal side after being sent there.
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Mar 2010
    Posts
    10
    Plugin Contributions
    0

    Default Re: ec_step1 - 1 : Weird debugging

    okay - that's what I was thinking it was - because it was the third time it's happened - and every time I've gone right to my admin panel to see "who's online" and it appeared to be the same person, or same general area.

    Hopefully this doesn't mean there is anything wrong with the system.

    Thank you for your insight :)

    RJ

  4. #4
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: ec_step1 - 1 : Weird debugging

    When was the last time *you* tested checkout from beginning to end to be sure for yourself that there's "nothing wrong with the system"?
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. Debugging Help
    By jabbawest in forum General Questions
    Replies: 8
    Last Post: 8 Sep 2010, 04:56 AM
  2. Debugging of Classes?
    By icecold in forum Contribution-Writing Guidelines
    Replies: 7
    Last Post: 11 May 2010, 04:42 AM
  3. Debugging ZenCart
    By c00lw09 in forum General Questions
    Replies: 2
    Last Post: 2 Mar 2008, 09:45 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg