[SOLVED] need to change currency
16 years 11 months ago #211
Anonymous
Topic Author
Visitor
Ok no one wanted to help so here's the solution... in site/components/com_dtregister/paypal.class.php i added echo "<input type="hidden" name="currency_code" value="AUD">"; to line number 397 just under foreach ($this->fields as $name => $value) { echo "<input type="hidden" name="$name" value="$value">"; } obviously if you want to change it to a different currency you need your curreny code instead of AUD