/**
  * Get last product ID that was added to cart and remove this information from session
  *
  * @return int
  * @codeCoverageIgnore
  */
 protected function _getLastAddedProductId()
 {
     return $this->_checkoutSession->getLastAddedProductId(true);
 }