Skip to content

Commit 8657339

Browse files
committed
MAGETWO-70996: [GitHub] Customer Address "default billing address" Attribute Not Used in Checkout #8777
1 parent fd611a7 commit 8657339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/Checkout/Test/TestStep/FillBillingInformationStep.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public function run()
171171
private function getDefaultBillingAddress()
172172
{
173173
$addresses = $this->customer->hasData('address')
174-
? $this->customer->getDataFieldConfig('address')['source']->getAddress()
174+
? $this->customer->getDataFieldConfig('address')['source']->getAddresses()
175175
: [];
176176
$defaultAddress = null;
177177
foreach ($addresses as $address) {

0 commit comments

Comments
 (0)