Skip to content

Commit 75ac07d

Browse files
committed
ACP2E-1117: CustomerAddressId not set for new billing address
1 parent e96c4a5 commit 75ac07d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Checkout/Model/AddressComparator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ public function isEqual(?AddressInterface $shippingAddress, ?AddressInterface $b
5959
* @param array $array1
6060
* @param array $array2
6161
* @return array
62+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
6263
*/
6364
private function arrayDiffAssocRecursive(array $array1, array $array2): array
6465
{

0 commit comments

Comments
 (0)