Skip to content

Commit 2784c8d

Browse files
committed
Changed Currency TRY -> TL
1 parent 81d50b7 commit 2784c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class enrol_weepaypayment_plugin extends enrol_plugin
4141
public function get_currencies()
4242
{
4343
// See https://github.com/weepay/weepay-php/blob/master/weepay/Model/Currency.php
44-
$codes = array("TRY", "EUR", "USD", "GBP");
44+
$codes = array("TL", "EUR", "USD", "GBP");
4545
$currencies = array();
4646
foreach ($codes as $c) {
4747
$currencies[$c] = new lang_string($c, 'core_currencies');

0 commit comments

Comments
 (0)