We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd611a7 commit 8657339Copy full SHA for 8657339
dev/tests/functional/tests/app/Magento/Checkout/Test/TestStep/FillBillingInformationStep.php
@@ -171,7 +171,7 @@ public function run()
171
private function getDefaultBillingAddress()
172
{
173
$addresses = $this->customer->hasData('address')
174
- ? $this->customer->getDataFieldConfig('address')['source']->getAddress()
+ ? $this->customer->getDataFieldConfig('address')['source']->getAddresses()
175
: [];
176
$defaultAddress = null;
177
foreach ($addresses as $address) {
0 commit comments