From 162f0686dae9ebcd874b4377b69f9c933ddc6e7c Mon Sep 17 00:00:00 2001 From: Michel Mendiola Date: Tue, 24 Sep 2024 11:54:41 -0600 Subject: [PATCH] fix: Revert changes to Currencies.php --- Sources/Unicode/Currencies.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Sources/Unicode/Currencies.php b/Sources/Unicode/Currencies.php index 1df29dbb44..a6519ad32c 100644 --- a/Sources/Unicode/Currencies.php +++ b/Sources/Unicode/Currencies.php @@ -51,10 +51,6 @@ function currencies(): array 'cashDigits' => 0, 'cashRounding' => 0, ], - 'ANG' => [ - 'digits' => 2, - 'rounding' => 0, - ], 'AOA' => [ 'digits' => 2, 'rounding' => 0, @@ -662,6 +658,10 @@ function currencies(): array 'digits' => 2, 'rounding' => 0, ], + 'XCG' => [ + 'digits' => 2, + 'rounding' => 0, + ], 'XOF' => [ 'digits' => 0, 'rounding' => 0, @@ -796,8 +796,8 @@ function country_currencies(): array 'BSD', ], 'BT' => [ - 'INR', 'BTN', + 'INR', ], 'BV' => [ 'NOK', @@ -857,7 +857,7 @@ function country_currencies(): array 'CVE', ], 'CW' => [ - 'ANG', + 'XCG', ], 'CX' => [ 'AUD', @@ -1107,8 +1107,8 @@ function country_currencies(): array 'LRD', ], 'LS' => [ - 'ZAR', 'LSL', + 'ZAR', ], 'LT' => [ 'EUR', @@ -1192,8 +1192,8 @@ function country_currencies(): array 'MZN', ], 'NA' => [ - 'ZAR', 'NAD', + 'ZAR', ], 'NC' => [ 'XPF', @@ -1348,7 +1348,7 @@ function country_currencies(): array 'USD', ], 'SX' => [ - 'ANG', + 'XCG', ], 'SY' => [ 'SYP',