J Jumuro Well-known member Sep 17, 2018 #1 Affected version 2.0.+ Actual ISO code: BYN (https://en.wikipedia.org/wiki/Belarusian_ruble)
XF Bug Bot XenForo bug fixer bot Staff member Nov 28, 2018 #2 Thank you for reporting this issue. The issue is now resolved and we are aiming to include that in a future XF release (2.0.12). Change log: Fix currency code for Belarusian Ruble (BYR => BYN) Click to expand... Any changes made as a result of this issue being resolved may not be rolled out here until later.
Thank you for reporting this issue. The issue is now resolved and we are aiming to include that in a future XF release (2.0.12). Change log: Fix currency code for Belarusian Ruble (BYR => BYN) Click to expand... Any changes made as a result of this issue being resolved may not be rolled out here until later.
J Jumuro Well-known member Mar 6, 2019 #3 File: src/XF/Data/Currency.php Line: 70 Find 'BYN' => ['code' => 'BYR', 'symbol' => 'BYR', 'precision' => 0, 'phrase' => 'currency.byn'], Replace 'BYN' => ['code' => 'BYN', 'symbol' => 'BYN', 'precision' => 0, 'phrase' => 'currency.byn'],
File: src/XF/Data/Currency.php Line: 70 Find 'BYN' => ['code' => 'BYR', 'symbol' => 'BYR', 'precision' => 0, 'phrase' => 'currency.byn'], Replace 'BYN' => ['code' => 'BYN', 'symbol' => 'BYN', 'precision' => 0, 'phrase' => 'currency.byn'],