How add new currency in PayPal plugin

How add new currency in PayPal plugin

by Paulo Roberto Santos -
Number of replies: 4

Hi,

i'm living in Brazil and i would like know how add the currency of my country in PayPal plugin as option to pay.

I'm using Moodle 2.0

My currency is "Real" and symbol is "BRL".

Best regards.

Paulo

Average of ratings: -
In reply to Paulo Roberto Santos

Re: How add new currency in PayPal plugin

by Paulo Roberto Santos -

Guys, please, i really need your help about this issue.

Please, could someone help with this? Please???

God bless you.

Paulo

In reply to Paulo Roberto Santos

Re: How add new currency in PayPal plugin

by Paulo Roberto Santos -

Man, no one can help me about this???

Please, i cant believe no one knows how fix this.

Padunic

In reply to Paulo Roberto Santos

Re: How add new currency in PayPal plugin

by arquimedes eloia -

Olá Paulo, tbm estou precisando fazer isso!

 

será que tem como adicionar o Real brasileiro (BRL) no arquivo settings.php no módulo paypal!

 

tentei isso mas não deu certo!

In reply to Paulo Roberto Santos

Re: How add new currency in PayPal plugin

by Marcelo Sabbatini -

I found it.

Must edit "form-edit.php"  and "settings.php".

You can add a line for new currencies, result would be like this:

 

$paypalcurrencies = array('USD' => 'US Dollars',
'EUR' => 'Euros',
'JPY' => 'Japanese Yen',
'GBP' => 'British Pounds',
'CAD' => 'Canadian Dollars',
'AUD' => 'Australian Dollars' ,
'BRL' => 'Real Brasileiro'
);