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.
2 parents 2a2f9e1 + bdf3e9b commit bf1ff1fCopy full SHA for bf1ff1f
src/Omnipay/Common/Currency.php
@@ -111,6 +111,7 @@ public static function all()
111
'MYR' => array('numeric' => '458', 'decimals' => 2),
112
'NOK' => array('numeric' => '578', 'decimals' => 2),
113
'NZD' => array('numeric' => '554', 'decimals' => 2),
114
+ 'OMR' => array('numeric' => '512', 'decimals' => 3),
115
'PEN' => array('numeric' => '604', 'decimals' => 2),
116
'PGK' => array('numeric' => '598', 'decimals' => 2),
117
'PHP' => array('numeric' => '608', 'decimals' => 2),
0 commit comments