diff --git a/src/Types/Currency.php b/src/Types/Currency.php index 76f1c9b7..1339cb3a 100644 --- a/src/Types/Currency.php +++ b/src/Types/Currency.php @@ -596,6 +596,15 @@ class Currency implements \JsonSerializable 'decimalSeparator' => '.', 'symbolPlacement' => 'before', ], + 'KZT' => [ + 'code' => 'KZT', + 'title' => 'Kazakhstani Tenge', + 'symbol' => '₸', + 'precision' => 2, + 'thousandSeparator' => ' ', + 'decimalSeparator' => '.', + 'symbolPlacement' => 'after', + ], 'KES' => [ 'code' => 'KES', 'title' => 'Kenyan Shilling',