There's an option when configuring WPP to accept orders in currencies not supported by PayPal; totals are converted into the default currency before being submitted to PayPal.

Unfortunately the amounts are not rounded before being submitted to PayPal and are rejected when using real-world conversion rates.

Comments

krlucas’s picture

Status: Active » Needs review
StatusFileSize
new1.23 KB

Here's a patch.

rszrama’s picture

Status: Needs review » Closed (fixed)

This was actually already fixed in 7.x-2.x-dev. I'll get a new release out shortly that includes the fix.

The commit in question uses the commerce_paypal_price_amount() function we added to take care of rounding issues like this: http://drupalcode.org/project/commerce_paypal.git/commitdiff/5481b53

krlucas’s picture

Thanks Ryan!