Hello Drbyte,
I have applied your fix to the problem of 10143, when the amount is over 1thousandm according to your instrution
Code:
In the interim, you could try this suggestion posted in the known-bugs thread: http://www.zen-cart.com/forum/showth...569#post786569
now it seems there are 10417 problem come out? does this problem come out when I change the code which to fix 10143 problwm?
HTML Code:
2010-11-13 09:02:54
-------------------
(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: {DoExpressCheckoutPayment} 
Array
(
    [ITEMAMT] => 400.00
    [SHIPPINGAMT] => 67.00
    [AMT] => 467.00
    [L_NUMBER0] => JT-2802
    [L_QTY0] => 1
    [L_NAME0] => 7 Fiat Idea DVD Player with touch screen, USB, SD, AM/FM radio, TV, Bluetooth, Ipod, Igo map with 2G SD card
    [L_AMT0] => 400.00
    [L_TAXAMT0] => 0.00
    [SHIPTONAME] => leonardo mastrocristino
    [SHIPTOSTREET] => via cadore n°2 sc.g int 8
    [SHIPTOCITY] => mesagne
    [SHIPTOSTATE] => Brindisi
    [SHIPTOZIP] => 72023
    [SHIPTOCOUNTRYCODE] => IT
    [BUTTONSOURCE] => ZenCart-EC_us
    [TOKEN] => EC-5JU973520T976741K
    [PAYERID] => FWS8NKQAJCDCA
    [PAYMENTACTION] => Sale
    [NOTIFYURL] => http://www.mydomain.com/ipn_main_handler.php
    [METHOD] => DoExpressCheckoutPayment
    [CURRENCYCODE] => USD
    [USER] => *****.yahoo.com   [PWD] => ****************
    [VERSION] => 3.2
    [SIGNATURE] => ****************************************************EPTA
)


Response: 
Array
(
    [TIMESTAMP] => 2010-11-13T16:02:54Z
    [CORRELATIONID] => 99c5cdbd58ba3
    [ACK] => Failure
    [VERSION] => 3.2
    [BUILD] => 1603674
    [L_ERRORCODE0] => 10417
    [L_SHORTMESSAGE0] => Transaction cannot complete.
    [L_LONGMESSAGE0] => The transaction cannot complete successfully.  Instruct the customer to use an alternative payment method.
    [L_SEVERITYCODE0] => Error
    [CURL_ERRORS] => 
)


DoExpressCheckoutPayment, Elapsed: 3550ms -- Failure

TIMESTAMP=2010%2d11%2d13T16%3a02%3a54Z&CORRELATIONID=99c5cdbd58ba3&ACK=Failure&VERSION=3%2e2&BUILD=1603674&L_ERRORCODE0=10417&L_SHORTMESSAGE0=Transaction%20cannot%20complete%2e&L_LONGMESSAGE0=The%20transaction%20cannot%20complete%20successfully%2e%20%20Instruct%20the%20customer%20to%20use%20an%20alternative%20payment%20method%2e&L_SEVERITYCODE0=Error&CURL_ERRORS=
Could you tell what's the problem?