Hi,
I have 3 error logs, but how do I decipher them to know what the error is?
Bill
Hi,
I have 3 error logs, but how do I decipher them to know what the error is?
Bill
Sorry,
The files are named PAYPAL_CURL_EC etc.
Does this help?
Bill
What error are you looking for?
.
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.
Thats what I'm not sure about.
The error is related to the PayPal_Curl I suspect.
It shows a transaction but it does not show up on the paypal site.
last portion of error log
[CURL_ERRORS] => )GetExpressCheckoutDetails, Elapsed: 778ms -- Success
Does this help?
Bill
So ... are you looking for PayPal problems? Or are you looking for something else?
Surely there's some history behind you going looking for debug logs? Care to share it?
.
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.
Yes,
The history comes from not receiving the middle digits via email.
While I was investigating I noticed the error logs in the cache folder (3) and that the order date in them were not showing up on the paypal site.
I am wondering why the orders are not showing up and where has the money gone based on the success portion of the log.
Bill
The PayPal logs have nothing to do with Credit Card middle-digits being sent in an email.
The PayPal Express Checkout transactions consist of three steps: SetExpressCheckout details (which prepares and sends customer to PayPal site), GetExpressCheckout (which retrieves data from PayPal based on what customer filled in on the PayPal site), and DoExpressCheckoutPayment (which actually captures the payment). If you're seeing only "Set" and/or "Get" logs, but no corresponding "Do" logs, then you're just simply seeing cases where customers abandoned the payment process before actually completing payment. That's entirely normal and no reason for alarm on the technical level. As for reasons why customers may be abandoning payment, well, that's an entirely different topic for another discussion.
.
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.