Skip to content

Commit

Permalink
Currency Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
webtechhqr committed Mar 1, 2021
1 parent b837655 commit 3a4a653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class enrol_weepaypayment_plugin extends enrol_plugin
public function get_currencies()
{
// See https://github.com/weepay/weepay-php/blob/master/weepay/Model/Currency.php
$codes = array("TL", "EUR", "USD", "GBP");
$codes = array("TRY", "EUR", "USD", "GBP");
$currencies = array();
foreach ($codes as $c) {
$currencies[$c] = new lang_string($c, 'core_currencies');
Expand Down

0 comments on commit 3a4a653

Please sign in to comment.