Skip to content

Commit 57247e2

Browse files
author
Cari Spruiell
committed
MAGETWO-36275: Create /mine API for BillingAddressManagement
- removed unused local variable
1 parent 4a3a30a commit 57247e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dev/tests/api-functional/testsuite/Magento/Quote/Api/BillingAddressManagementTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,6 @@ public function testGetMyAddress()
170170
AddressInterface::KEY_EMAIL => $address->getEmail()
171171
];
172172

173-
$cartId = $quote->getId();
174-
175173
$serviceInfo = [
176174
'rest' => [
177175
'resourcePath' => self::RESOURCE_PATH . 'mine/billing-address',

0 commit comments

Comments
 (0)