diff --git a/resources/streams/config/currencies.php b/resources/streams/config/currencies.php index 76e80b211..f52bd80c6 100644 --- a/resources/streams/config/currencies.php +++ b/resources/streams/config/currencies.php @@ -1245,8 +1245,15 @@ return [ 'separator' => ',', 'point' => '.', 'decimals' => 2, - 'symbol' => '$',] - - + 'symbol' => '$', + ], + 'PER' => [ + 'name' => 'Percentage', + 'direction' => 'ltr', + 'separator' => ',', + 'point' => '.', + 'decimals' => 4, + 'symbol' => '%' + ] ] ]; \ No newline at end of file