We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b837655 commit 3a4a653Copy full SHA for 3a4a653
lib.php
@@ -41,7 +41,7 @@ class enrol_weepaypayment_plugin extends enrol_plugin
41
public function get_currencies()
42
{
43
// See https://github.com/weepay/weepay-php/blob/master/weepay/Model/Currency.php
44
- $codes = array("TL", "EUR", "USD", "GBP");
+ $codes = array("TRY", "EUR", "USD", "GBP");
45
$currencies = array();
46
foreach ($codes as $c) {
47
$currencies[$c] = new lang_string($c, 'core_currencies');
0 commit comments