Found it.
Look in seamless-donations/dgx-donate.php
for function dgx_donate_format_amount($amount)
I am trying to solve the same issue. Did you find how to do it?
Hi there,
I tried adding
$output .= "<input type=\"hidden\" name=\"currency_code\" value=\"EUR\" /> ";
but does not work. When I get to the PayPal page, is still in USD.
Any ideas?