
07-19-2007, 07:49 PM
|
|
|
Join Date: Jun 2006
Location: New Zealand
Posts: 660
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
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.
|