Quote:
Originally Posted by tokenyank
In includes/paymentapi/*whichever-gateway-you-want-to-use.php*
Find:
Code:
var $supported_currency = array('usd' => true, 'gbp' => true, 'eur' => true, 'aud' => true, 'cad' => true);
and replace with:
Code:
var $supported_currency = array('usd' => true, 'nzd' => true, 'gbp' => true, 'eur' => true, 'aud' => true, 'cad' => true);
|
That didn't work

When i go into subscriptions i still can't add a NZ sub price. As it's not shown there.