Merge pull request #279 from magento-fearless-kiwis/develop
[FearlessKiwis] Support for Different Product Types in Catalog Product Data Object
Showing
- app/code/Magento/Backend/Model/Session/Quote.php 1 addition, 1 deletionapp/code/Magento/Backend/Model/Session/Quote.php
- app/code/Magento/Backend/Test/Unit/Model/Session/QuoteTest.php 88 additions, 69 deletions...ode/Magento/Backend/Test/Unit/Model/Session/QuoteTest.php
- app/code/Magento/Catalog/Block/Product/View/Options.php 14 additions, 3 deletionsapp/code/Magento/Catalog/Block/Product/View/Options.php
- app/code/Magento/Catalog/Model/Product.php 47 additions, 20 deletionsapp/code/Magento/Catalog/Model/Product.php
- app/code/Magento/Catalog/Model/Product/Type/AbstractType.php 14 additions, 3 deletionsapp/code/Magento/Catalog/Model/Product/Type/AbstractType.php
- app/code/Magento/Catalog/Model/ProductLink/Management.php 26 additions, 69 deletionsapp/code/Magento/Catalog/Model/ProductLink/Management.php
- app/code/Magento/Catalog/Model/ProductRepository.php 24 additions, 4 deletionsapp/code/Magento/Catalog/Model/ProductRepository.php
- app/code/Magento/Catalog/Test/Unit/Model/Product/Type/AbstractTypeTest.php 4 additions, 3 deletions...Catalog/Test/Unit/Model/Product/Type/AbstractTypeTest.php
- app/code/Magento/Catalog/Test/Unit/Model/ProductLink/ManagementTest.php 128 additions, 209 deletions...to/Catalog/Test/Unit/Model/ProductLink/ManagementTest.php
- app/code/Magento/Catalog/Test/Unit/Model/ProductRepositoryTest.php 27 additions, 4 deletions...Magento/Catalog/Test/Unit/Model/ProductRepositoryTest.php
- app/code/Magento/Catalog/Test/Unit/Model/ProductTest.php 60 additions, 32 deletionsapp/code/Magento/Catalog/Test/Unit/Model/ProductTest.php
- app/code/Magento/Catalog/view/base/web/js/price-box.js 1 addition, 1 deletionapp/code/Magento/Catalog/view/base/web/js/price-box.js
- app/code/Magento/CatalogInventory/Api/Data/StockItemInterface.php 4 additions, 4 deletions.../Magento/CatalogInventory/Api/Data/StockItemInterface.php
- app/code/Magento/CatalogInventory/Model/Plugin/AfterProductLoad.php 51 additions, 0 deletions...agento/CatalogInventory/Model/Plugin/AfterProductLoad.php
- app/code/Magento/CatalogInventory/Model/Plugin/AroundProductRepositorySave.php 95 additions, 0 deletions...logInventory/Model/Plugin/AroundProductRepositorySave.php
- app/code/Magento/CatalogInventory/Model/Stock/Item.php 2 additions, 2 deletionsapp/code/Magento/CatalogInventory/Model/Stock/Item.php
- app/code/Magento/CatalogInventory/Model/StockManagement.php 1 addition, 1 deletionapp/code/Magento/CatalogInventory/Model/StockManagement.php
- app/code/Magento/CatalogInventory/Model/StockRegistry.php 3 additions, 3 deletionsapp/code/Magento/CatalogInventory/Model/StockRegistry.php
- app/code/Magento/CatalogInventory/Test/Unit/Model/Plugin/AfterProductLoadTest.php 104 additions, 0 deletions...Inventory/Test/Unit/Model/Plugin/AfterProductLoadTest.php
- app/code/Magento/CatalogInventory/Test/Unit/Model/Plugin/AroundProductRepositorySaveTest.php 176 additions, 0 deletions...est/Unit/Model/Plugin/AroundProductRepositorySaveTest.php
Please register or sign in to comment