Hi, I continue to get an error using PayPal Express Checkout with v1.3.9h.
I blocked out some info in the logs below, but here's what happens. Sometimes payments go through, but other times, I get this error in my logs: We were not able to process your order. Please try again, select an alternate payment method, or contact the store owner for assistance.
I have no idea why this is happening, but the other log emails are usually the same. I have checked the currency settings for the store - USD, and other settings seem normal.
Here are 3 of the log emails I get:
termEC-10
paypalwpp
Redirecting to login - Stack: login
Message: We were not able to process your order. Please try again, select an
alternate payment method, or contact the store owner for assistance.
Session Data: Array
(
[securityToken] => xxxxx
[customers_host_address] => xxxxx
[cartID] =>
[cart] => shoppingCart Object
(
[contents] => Array
(
[5834] => Array
(
[qty] => 1
)
)
[total] => 19.95
[weight] => 0.95
[cartID] => xxxxx
[content_type] => physical
[free_shipping_item] => 0
[free_shipping_weight] => 0
[free_shipping_price] => 0
)
[navigation] => navigationHistory Object
(
[path] => Array
(
[0] => Array
(
[page] => index
[mode] => NONSSL
[get] => Array
(
[type] => ec
)
[post] => Array
(
)
)
)
[snapshot] => Array
(
[page] => index
[mode] => NONSSL
[get] => Array
(
[type] => ec
)
[post] => Array
(
)
)
)
[check_valid] => true
[language] => english
[languages_id] => 1
[languages_code] => en
[currency] => USD
[today_is] => 2012-07-24
[updateExpirations] => 1
[session_counter] => 1
[customers_ip_address] => xxxxx
[new_products_id_in_cart] =>
[valid_to_checkout] => 1
[cart_errors] =>
[payment] => paypalwpp
[messageToStack] => Array
(
[0] => Array
(
[class] => login
[text] => We were not able to process your order. Please
try again, select an alternate payment method, or contact the store owner
for assistance.
[type] => error
)
)
)
--------------
termEC-1
paypalwpp
Killed the session vars as requested
----------------
ec_step2_finish -2
paypalwpp
country_id = 223
address_format_id = 2
state_id = 0 (original state tested: )
country1->fields['countries_id'] =
country2->fields['countries_id'] =
$order->customer = Array
(
[name] =>
[company] =>
[street_address] =>
[suburb] =>
[city] =>
[postcode] =>
[state] =>
[country] => Array
(
[id] => 223
[title] =>
[iso_code_2] =>
[iso_code_3] =>
)
[format_id] => 2
[email_address] =>
[telephone] =>
[zone_id] => 0
)


Reply With Quote
