Skip to content

Commit b8f2b4f

Browse files
committed
MAGETWO-99152: Special Prices cannot save over 4 characters in Japanese Yen - The comma separator seems to be the issue
1 parent d604aea commit b8f2b4f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

lib/internal/Magento/Framework/Locale/Format.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public function getPriceFormat($localeCode = null, $currencyCode = null)
164164
/**
165165
* Retrieve group separator symbol by locale
166166
*
167-
* @param $locale string
167+
* @param string $locale
168168
* @return string
169169
*/
170170
private function retrieveLocaleGroupSeparator(string $locale): string

lib/internal/Magento/Framework/Locale/Test/Unit/FormatTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
namespace Magento\Framework\Locale\Test\Unit;
88

9+
/**
10+
* Tests class for Number locale format
11+
*/
912
class FormatTest extends \PHPUnit\Framework\TestCase
1013
{
1114
/**

0 commit comments

Comments
 (0)