Skip to content

Commit 72ff7cb

Browse files
committed
AC-14495::[2.4.8] Cannot place orders where City has digits 0-9, Ampersand, full stop or parenthesis in the City Name
1 parent 7112882 commit 72ff7cb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/code/Magento/Customer/Model/Validator/City.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright 2024 Adobe.
4+
* All rights reserved.
55
*/
66
declare(strict_types=1);
77

app/code/Magento/Customer/Test/Unit/Model/Validator/CityTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright 2024 Adobe.
4+
* All rights reserved.
55
*/
66
declare(strict_types=1);
77

0 commit comments

Comments
 (0)