Skip to content
Snippets Groups Projects
Commit 87eee149 authored by Yuxing Zheng's avatar Yuxing Zheng
Browse files

MAGETWO-36591: Merge and build stabilization for Sales & Checkout APIs

 - Clean up unused variable for \Magento\Quote\Api\CartManagementTest::testPlaceOrderForMyCart
parent b950e0d6
No related merge requests found
...@@ -382,9 +382,6 @@ class CartManagementTest extends WebapiAbstract ...@@ -382,9 +382,6 @@ class CartManagementTest extends WebapiAbstract
); );
$token = $customerTokenService->createCustomerAccessToken('customer@example.com', 'password'); $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 = [ $serviceInfo = [
'rest' => [ 'rest' => [
'resourcePath' => '/V1/carts/mine/order', 'resourcePath' => '/V1/carts/mine/order',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment