Skip to content

Commit 1864f42

Browse files
authored
Merge pull request #93 from mmahdavis/patch-1
remove precision from IRR
2 parents 4842fb2 + 9993e5e commit 1864f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/money.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@
730730
'IRR' => [
731731
'name' => 'Iranian Rial',
732732
'code' => 364,
733-
'precision' => 2,
733+
'precision' => 0,
734734
'subunit' => 100,
735735
'symbol' => '',
736736
'symbol_first' => true,

0 commit comments

Comments
 (0)