Hi There,
I am running 1.3.9a and never managed to find a fix to that issue:
When a client gets to the checkout process and select to checkout with PayPal Express no item names are being sent to the Paypal website.
The client sees only the total he needs to pay
We don't use any taxes and there is no "specials" module that effects the total price.
Since day one, the Paypal express module only received the total price.
This is one of the Curl log file:
Any help will be greatly appreciated.PHP Code:2012-10-15 09:28:49
-------------------
(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(tm) - PayPal/NVP
[4] => X-VPS-VIT-Integration-Version: 1.3.9
)
Request Parameters: {SetExpressCheckout}
Array
(
[LOCALECODE] => AU
[PAYMENTACTION] => Sale
[ALLOWNOTE] => 1
[LANDINGPAGE] => Billing
[ADDROVERRIDE] => 1
[SHIPTONAME] => ***
[SHIPTOSTREET] => ****
[SHIPTOCITY] => ****
[SHIPTOZIP] => *****
[SHIPTOSTATE] => VIC
[SHIPTOCOUNTRYCODE] => AU
[EMAIL] => ****
[PHONENUM] => ****
[AMT] => 429.90
[RETURNURL] => https://www.themineralmiracle.com.au/ipn_main_handler.php?type=ec
[CANCELURL] => https://www.themineralmiracle.com.au/index.php?main_page=checkout_shipping&ec_cancel=1
[PAGESTYLE] => Primary
[METHOD] => SetExpressCheckout
[CURRENCYCODE] => AUD
[USER] => ******
[PWD] => ****************
[VERSION] => 60.0
[SIGNATURE] => ****************************************************bzfT
)
Response:
Array
(
[TOKEN] => EC-0GT97674VU135223C
[TIMESTAMP] => 2012-10-15T10:25:49Z
[CORRELATIONID] => 6277858c22278
[ACK] => Success
[VERSION] => 60.0
[BUILD] => 3926908
[CURL_ERRORS] =>
)
SetExpressCheckout, Elapsed: 1025ms -- Success


Reply With Quote
