Paypal enrolment for NZ Currency
Number of replies: 4Has anyone yet modified the Paypal enrolment plugin to accept the other currencies that Paypal now accept. I am particularly interested in the NZ $.
There was a post about doing this back in 2006
http://moodle.org/mod/forum/discuss.php?d=58441
but it does not seem to have happened.
Thanks
Re: Paypal enrolment for NZ Currency
You can grab the code freely -- it was posted on this forum long ago (google will find it) -- or ask Catalyst for help. It needs a bit of technical knowledge to set it all up, specially on the OSCommerce side, which is quite gnarly.
Of course, OSC is not exactly the same as Paypal. It seems that dealing directly with the payment gateways saves money in the mid/long run...
Re: Paypal enrolment for NZ Currency
There is an array in enrol/paypal/enrol.php which is currently:
$paypalcurrencies = array( 'USD' => 'US Dollars',
'EUR' => 'Euros',
'JPY' => 'Japanese Yen',
'GBP' => 'British Pounds',
'CAD' => 'Canadian Dollars',
'AUD' => 'Australian Dollars'
);
If New Zealand Dollars are now supported in PayPal in the same way as the above currencies, then you can probably just add NZD to the above array and you should be able to use NZD.
Alan.
Re: Paypal enrolment for NZ Currency
Hi, Carol. How are you?
I'm have the same issue, but im using Moodle 2.0
I need add new currency and i cant found articles or help from any user.
Could you, please, help me?
Currency symbol is BRL and name is Real.
Best regards.
Paulo