Skip to content

Commit 324b1c4

Browse files
committed
ACP2E-508: Switching to Arabic locale changes price to "0"
1 parent d365421 commit 324b1c4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/code/Magento/Directory/Test/Unit/Model/CurrencyTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,6 @@ public function getFormatTxtNumberFormatterDataProvider(): array
225225
['display' => Currency::NO_SYMBOL],
226226
"\u{0669}\u{066C}\u{0669}\u{0669}\u{0669}\u{066B}\u{0660}\u{0660}"
227227
],
228-
['pl_PL', 'USD', '9999', ['display' => Currency::NO_SYMBOL], "9\u{00A0}999,00"],
229-
['pl_PL', 'PLN', '9999', ['display' => Currency::NO_SYMBOL], "9\u{00A0}999,00"],
230228
['en_US', 'USD', ' 9999', ['display' => Currency::NO_SYMBOL], '9,999.00'],
231229
['en_US', 'USD', '9999', ['precision' => 1], '$9,999.0'],
232230
['en_US', 'USD', '9999', ['precision' => 2, 'symbol' => '#'], '#9,999.00'],

0 commit comments

Comments
 (0)