Skip to content

Commit caf2554

Browse files
author
Serhiy Shkolyarenko
committed
MAGETWO-44444: Billing address is not set as shipping on one page checkout
static test fix
1 parent 55c5be4 commit caf2554

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ public function __construct(
104104
/**
105105
* {@inheritDoc}
106106
* @SuppressWarnings(PHPMD.NPathComplexity)
107+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
107108
*/
108109
public function saveAddressInformation(
109110
$cartId,

0 commit comments

Comments
 (0)