2.0.0.0-dev62
* Modularity improvements: * Moved all Grouped Product functionality to newly created module GroupedProduct * Moved Multishipping functionality to newly created module Multishipping * Extracted Product duplication behavior from Product model to Product\Copier model * Replaced event "catalog_model_product_duplicate" with composite Product\Copier model * Replaced event "catalog_product_prepare_save" with controller product initialization helper that can be customozed via plugins * Consolidated Authorize.Net functionality in single module Authorizenet * Eliminated dependency of Sales module on Shipping and Usa modules * Eliminated dependency of Shipping module on Customer module * Improved accuracy and quality of Module Dependency Test * Fixed bugs: * Fixed an issue when order was sent to PayPal in USD regardless of currency used during order creation * Fixed an issue with 404 error when clicking any button on a Recurring Billing Profile in the backend * Fixed an issue with synchronization with Google Shopping on product update caused by missed service property * Fixed ability to submit order in the backend when Authorize.Net Direct Post is used * Fixed an issue with notice that _attribute_set column is missing during Import/Export * Removed the deprecated service-calls and data source functionality * Request\Response workflow improvements: * Added Console\Response * Changed behavior of AppInterface to return ResponseInterface instead of sending it
Showing
- CHANGELOG.md 27 additions, 0 deletionsCHANGELOG.md
- app/code/Magento/AdminNotification/Block/Window.php 9 additions, 0 deletionsapp/code/Magento/AdminNotification/Block/Window.php
- app/code/Magento/Authorizenet/Block/Authorizenet/Form/Cc.php 11 additions, 11 deletionsapp/code/Magento/Authorizenet/Block/Authorizenet/Form/Cc.php
- app/code/Magento/Authorizenet/Block/Authorizenet/Info/Cc.php 5 additions, 5 deletionsapp/code/Magento/Authorizenet/Block/Authorizenet/Info/Cc.php
- app/code/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Directpost/Payment.php 6 additions, 6 deletions.../Controller/Adminhtml/Authorizenet/Directpost/Payment.php
- app/code/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Payment.php 6 additions, 24 deletions...uthorizenet/Controller/Adminhtml/Authorizenet/Payment.php
- app/code/Magento/Authorizenet/Controller/Authorizenet/Payment.php 5 additions, 27 deletions.../Magento/Authorizenet/Controller/Authorizenet/Payment.php
- app/code/Magento/Authorizenet/Controller/Directpost/Payment.php 21 additions, 2 deletions...de/Magento/Authorizenet/Controller/Directpost/Payment.php
- app/code/Magento/Authorizenet/Helper/Backend.php 30 additions, 1 deletionapp/code/Magento/Authorizenet/Helper/Backend.php
- app/code/Magento/Authorizenet/Helper/Data.php 156 additions, 0 deletionsapp/code/Magento/Authorizenet/Helper/Data.php
- app/code/Magento/Authorizenet/Helper/HelperInterface.php 10 additions, 2 deletionsapp/code/Magento/Authorizenet/Helper/HelperInterface.php
- app/code/Magento/Authorizenet/Model/Authorizenet.php 55 additions, 63 deletionsapp/code/Magento/Authorizenet/Model/Authorizenet.php
- app/code/Magento/Authorizenet/Model/Authorizenet/Cards.php 5 additions, 5 deletionsapp/code/Magento/Authorizenet/Model/Authorizenet/Cards.php
- app/code/Magento/Authorizenet/Model/Authorizenet/Debug.php 12 additions, 12 deletionsapp/code/Magento/Authorizenet/Model/Authorizenet/Debug.php
- app/code/Magento/Authorizenet/Model/Authorizenet/Request.php 2 additions, 2 deletionsapp/code/Magento/Authorizenet/Model/Authorizenet/Request.php
- app/code/Magento/Authorizenet/Model/Authorizenet/Result.php 2 additions, 2 deletionsapp/code/Magento/Authorizenet/Model/Authorizenet/Result.php
- app/code/Magento/Authorizenet/Model/Authorizenet/Source/Cctype.php 3 additions, 3 deletions...Magento/Authorizenet/Model/Authorizenet/Source/Cctype.php
- app/code/Magento/Authorizenet/Model/Authorizenet/Source/PaymentAction.php 4 additions, 4 deletions.../Authorizenet/Model/Authorizenet/Source/PaymentAction.php
- app/code/Magento/Authorizenet/Model/Directpost.php 20 additions, 13 deletionsapp/code/Magento/Authorizenet/Model/Directpost.php
- app/code/Magento/Authorizenet/Model/Directpost/Observer.php 4 additions, 4 deletionsapp/code/Magento/Authorizenet/Model/Directpost/Observer.php
Please register or sign in to comment