How add new currency in PayPal plugin

How add new currency in PayPal plugin

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

評比平均分數: -
In reply to Paulo Roberto Santos

Re: How add new currency in PayPal plugin

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

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

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'
);