It appears that when the dollar amount being passed to PayPal Website Payments Standard exceeds 999.99, the "comma" being inserted in the string for the dollar amount is causing an error in processing the transaction.
When SmithCart passes "&amount_1=1,095.00", I get "code=AMOUNT_ERROR" back from PayPal.
When I change the string to "&amount_1=1095.00" it works fine.
Is there an update or configuration setting available that resolves this dollar amount formatting issue?
|
|