I managed to change the code a bit so Payson would show up as payment method when USD and DKK is active, but when making payment for example 76USD it will show up as 76EUR instead of 69EUR when on Paysons website.
So it doesnt convert, would appreciate if someone can help with the code to convert to the correct currency that Payson uses.
Following is the code i changed to make Payson module show up in USD and DKK
catalog/model/payment/paysondirect.php
from
Code: Select all
private $currency_supported_by_p_direct = array('SEK', 'EUR');
Code: Select all
private $currency_supported_by_p_direct = array('SEK', 'EUR', 'USD', 'DKK');
the module can be found here for free if someone can help me fix the conversion issue.
http://www.opencart.com/index.php?route ... n_id=10923
Thanks