Skip to content

Commit f4a9c74

Browse files
committed
LAK currency decimal fix
1 parent 47a2bd3 commit f4a9c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Omnipay/Common/Currency.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public static function all()
160160
'KWD' => array('numeric' => '414', 'decimals' => 3),
161161
'KYD' => array('numeric' => '136', 'decimals' => 2),
162162
'KZT' => array('numeric' => '398', 'decimals' => 2),
163-
'LAK' => array('numeric' => '418', 'decimals' => 2),
163+
'LAK' => array('numeric' => '418', 'decimals' => 0),
164164
'LBP' => array('numeric' => '422', 'decimals' => 2),
165165
'LKR' => array('numeric' => '144', 'decimals' => 2),
166166
'LRD' => array('numeric' => '430', 'decimals' => 2),

0 commit comments

Comments
 (0)