Skip to content

Commit

Permalink
Merge pull request #44 from mvanmeerbeck/patch-1
Browse files Browse the repository at this point in the history
Added malaysian currency MYR
  • Loading branch information
FabriZZio committed Aug 17, 2015
2 parents 4d7e828 + cda91b6 commit 4c303ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Ogone/AbstractPaymentRequest.php
Expand Up @@ -70,7 +70,7 @@ abstract class AbstractPaymentRequest extends AbstractRequest
public $allowedcurrencies = array(
'AED', 'ANG', 'ARS', 'AUD', 'AWG', 'BGN', 'BRL', 'BYR', 'CAD', 'CHF',
'CNY', 'CZK', 'DKK', 'EEK', 'EGP', 'EUR', 'GBP', 'GEL', 'HKD', 'HRK',
'HUF', 'ILS', 'ISK', 'JPY', 'KRW', 'LTL', 'LVL', 'MAD', 'MXN', 'NOK',
'HUF', 'ILS', 'ISK', 'JPY', 'KRW', 'LTL', 'LVL', 'MAD', 'MXN', 'MYR', 'NOK',
'NZD', 'PLN', 'RON', 'RUB', 'SEK', 'SGD', 'SKK', 'THB', 'TRY', 'UAH',
'USD', 'XAF', 'XOF', 'XPF', 'ZAR'
);
Expand Down Expand Up @@ -249,4 +249,4 @@ public function setTp($tp)
$this->parameters['tp'] = $tp;
}

}
}

0 comments on commit 4c303ce

Please sign in to comment.