Skip to content

Commit

Permalink
MAGETWO-36591: Merge and build stabilization for Sales & Checkout APIs
Browse files Browse the repository at this point in the history
 - Clean up unused variable for \Magento\Quote\Api\CartManagementTest::testPlaceOrderForMyCart
  • Loading branch information
marcozheng committed Apr 23, 2015
1 parent b950e0d commit 87eee14
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -382,9 +382,6 @@ public function testPlaceOrderForMyCart()
);
$token = $customerTokenService->createCustomerAccessToken('customer@example.com', 'password');

/** @var $quote \Magento\Quote\Model\Quote */
$quote = $this->objectManager->create('Magento\Quote\Model\Quote')->load('test_order_1', 'reserved_order_id');

$serviceInfo = [
'rest' => [
'resourcePath' => '/V1/carts/mine/order',
Expand Down

0 comments on commit 87eee14

Please sign in to comment.