XF 1.3 How to add new currency in paypal User Upgrades?

CNK

Active member
How to add another currency in User Upgrades?

In library/XenForo/DataWriter/UserUpgrade.php I have:
Code:
        'cost_currency'  => array('type' => self::TYPE_STRING,  'required' => true,
             'allowedValues' => array('usd', 'cad', 'aud', 'gbp', 'eur', 'pln')
but how to add it to admin template?
 
Last edited:
Top Bottom