I changed a line of code in a file modules/paypal/classes/MethodEC.php as below to get a hot fix.
I replaced
$wrapping_price = $this->formatPrice($wrapping_price);
with
$wrapping_price = $this->formatPrice($wrapping_price*0.009524); where the value 0.009524 is the exchange rate ratio.