Skip to content

Commit bf1ff1f

Browse files
committed
Merge pull request #66 from wakeless/patch-1
Adding Omani Rial to the supported currencies
2 parents 2a2f9e1 + bdf3e9b commit bf1ff1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Omnipay/Common/Currency.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ public static function all()
111111
'MYR' => array('numeric' => '458', 'decimals' => 2),
112112
'NOK' => array('numeric' => '578', 'decimals' => 2),
113113
'NZD' => array('numeric' => '554', 'decimals' => 2),
114+
'OMR' => array('numeric' => '512', 'decimals' => 3),
114115
'PEN' => array('numeric' => '604', 'decimals' => 2),
115116
'PGK' => array('numeric' => '598', 'decimals' => 2),
116117
'PHP' => array('numeric' => '608', 'decimals' => 2),

0 commit comments

Comments
 (0)