From e3ec0f68f55f9268c03c4c25152b4cc2c8be737c Mon Sep 17 00:00:00 2001 From: Vasilii Burlacu Date: Fri, 9 Nov 2018 13:48:17 +0200 Subject: [PATCH 1/3] magento/magento2:#19101 - API REST and Reserved Order Id - Fixed issue "Can not update cart with a reserved order number like 000000651" --- app/code/Magento/Quote/Api/Data/CartInterface.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/code/Magento/Quote/Api/Data/CartInterface.php b/app/code/Magento/Quote/Api/Data/CartInterface.php index 551833e3effb1..b87869de6b3df 100644 --- a/app/code/Magento/Quote/Api/Data/CartInterface.php +++ b/app/code/Magento/Quote/Api/Data/CartInterface.php @@ -223,14 +223,14 @@ public function setBillingAddress(\Magento\Quote\Api\Data\AddressInterface $bill /** * Returns the reserved order ID for the cart. * - * @return int|null Reserved order ID. Otherwise, null. + * @return string|null Reserved order ID. Otherwise, null. */ public function getReservedOrderId(); /** * Sets the reserved order ID for the cart. * - * @param int $reservedOrderId + * @param string $reservedOrderId * @return $this */ public function setReservedOrderId($reservedOrderId); From 8ddc45b97fb87c7e65cf3ed5f1146568fb437ccf Mon Sep 17 00:00:00 2001 From: amol 2jcommerce Date: Fri, 11 Jan 2019 17:51:16 +0530 Subject: [PATCH 2/3] Changes-Hamburger-Icon-was-available-on-a-page --- .../Magento/luma/Magento_Theme/web/css/source/_module.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/design/frontend/Magento/luma/Magento_Theme/web/css/source/_module.less b/app/design/frontend/Magento/luma/Magento_Theme/web/css/source/_module.less index 68938ed206038..0ba135f69a315 100644 --- a/app/design/frontend/Magento/luma/Magento_Theme/web/css/source/_module.less +++ b/app/design/frontend/Magento/luma/Magento_Theme/web/css/source/_module.less @@ -151,6 +151,12 @@ } } + .page-print { + .nav-toggle { + display: none; + } + } + .page-main { > .page-title-wrapper { .page-title + .action { From 37ad0993ef1c3b9fa6e60d95269c7641e354ab68 Mon Sep 17 00:00:00 2001 From: Sergii Ivashchenko Date: Wed, 16 Jan 2019 20:23:33 +0000 Subject: [PATCH 3/3] MAGETWO-97664: Skipped randomly failing AdminAbleToShipPartiallyInvoicedItemsTest --- .../Mftf/Test/AdminAbleToShipPartiallyInvoicedItemsTest.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/code/Magento/Sales/Test/Mftf/Test/AdminAbleToShipPartiallyInvoicedItemsTest.xml b/app/code/Magento/Sales/Test/Mftf/Test/AdminAbleToShipPartiallyInvoicedItemsTest.xml index a74fd8ad08eb8..157b17940fbb7 100644 --- a/app/code/Magento/Sales/Test/Mftf/Test/AdminAbleToShipPartiallyInvoicedItemsTest.xml +++ b/app/code/Magento/Sales/Test/Mftf/Test/AdminAbleToShipPartiallyInvoicedItemsTest.xml @@ -14,6 +14,9 @@ + + +