mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
MDL-63603 enrol: Add Indian Rupee to paypal enrolment currencies
This commit is contained in:
parent
129783b98c
commit
c8dcecf3f3
@ -37,7 +37,7 @@ class enrol_paypal_plugin extends enrol_plugin {
|
||||
// See https://www.paypal.com/cgi-bin/webscr?cmd=p/sell/mc/mc_intro-outside,
|
||||
// 3-character ISO-4217: https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_currency_codes
|
||||
$codes = array(
|
||||
'AUD', 'BRL', 'CAD', 'CHF', 'CZK', 'DKK', 'EUR', 'GBP', 'HKD', 'HUF', 'ILS', 'JPY',
|
||||
'AUD', 'BRL', 'CAD', 'CHF', 'CZK', 'DKK', 'EUR', 'GBP', 'HKD', 'HUF', 'ILS', 'INR', 'JPY',
|
||||
'MXN', 'MYR', 'NOK', 'NZD', 'PHP', 'PLN', 'RUB', 'SEK', 'SGD', 'THB', 'TRY', 'TWD', 'USD');
|
||||
$currencies = array();
|
||||
foreach ($codes as $c) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user