From 6ac32df19b93fe5965a9860fe069f9f04260ed27 Mon Sep 17 00:00:00 2001 From: erhanask Date: Wed, 8 Mar 2023 17:41:29 +0300 Subject: [PATCH] added percentage currency --- resources/streams/config/currencies.php | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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