Skip to content

Commit 093a625

Browse files
committed
MAGETWO-60248: Billing Address and Default Shipping Address checkboxes on Customer page are saved incorrectly
1 parent 8991de3 commit 093a625

File tree

1 file changed

+0
-2
lines changed
  • app/code/Magento/Customer/Test/Unit/Controller/Adminhtml/Index

1 file changed

+0
-2
lines changed

app/code/Magento/Customer/Test/Unit/Controller/Adminhtml/Index/SaveTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,6 @@ public function testExecuteWithExistentCustomer()
318318
];
319319
$addressExtractedData = [
320320
'entity_id' => $addressId,
321-
/* 'default_billing' => 'true',
322-
'default_shipping' => 'true',*/
323321
'code' => 'value',
324322
'coolness' => false,
325323
'region' => 'region',

0 commit comments

Comments
 (0)