Skip to content

Commit

Permalink
Merge branch '2.2-develop-prs' of github.com:magento-engcom/magento2c…
Browse files Browse the repository at this point in the history
…e into 2.2-develop-prs
  • Loading branch information
sivaschenko committed Jan 16, 2019
2 parents 37ad099 + 1f76c93 commit fda1207
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/code/Magento/Quote/Api/Data/CartInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,12 @@
}
}

.page-print {
.nav-toggle {
display: none;
}
}

.page-main {
> .page-title-wrapper {
.page-title + .action {
Expand Down

0 comments on commit fda1207

Please sign in to comment.