Guest User

Untitled

a guest
Jul 16th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. namespace MagentoCheckoutModel;
  2. use MagentoCatalogApiProductRepositoryInterface;
  3. use MagentoCatalogModelProduct;
  4. use MagentoCheckoutModelCartCartInterface;
  5. use MagentoFrameworkExceptionNoSuchEntityException;
  6. use MagentoFrameworkDataObject;
  7.  
  8. /**
  9. * Shopping cart model
  10. * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
  11. * @deprecated
  12. */
  13. class Cart extends DataObject implements CartInterface {}
Add Comment
Please, Sign In to add comment