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 d831265 commit c477781Copy full SHA for c477781
dev/tests/api-functional/testsuite/Magento/Quote/Api/BillingAddressManagementTest.php
@@ -233,7 +233,7 @@ public function testSetMyAddress()
233
$quote->load('test_order_1', 'reserved_order_id');
234
$address = $quote->getBillingAddress();
235
$address->getRegionCode();
236
- $savedData = $address->getData();
+ $savedData = $address->getData();
237
$this->assertEquals($addressId, $savedData['address_id']);
238
//custom checks for street, region and address_type
239
foreach ($addressData['street'] as $streetLine) {
0 commit comments