Skip to content

Commit 0b6d15a

Browse files
committed
PYG has 0 decimal places
1 parent 1169d4f commit 0b6d15a

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
@@ -107,7 +107,7 @@ public static function all()
107107
'PGK' => array('numeric' => '598', 'decimals' => 2),
108108
'PHP' => array('numeric' => '608', 'decimals' => 2),
109109
'PLN' => array('numeric' => '985', 'decimals' => 2),
110-
'PYG' => array('numeric' => '600', 'decimals' => 2),
110+
'PYG' => array('numeric' => '600', 'decimals' => 0),
111111
'SBD' => array('numeric' => '090', 'decimals' => 2),
112112
'SEK' => array('numeric' => '752', 'decimals' => 2),
113113
'SGD' => array('numeric' => '702', 'decimals' => 2),

0 commit comments

Comments
 (0)