Releases: Mondido/magento2
Version 1.3.11
Fix issue with undefined property:
Notice: Undefined property: Mondido\Mondido\Model\Api\Customer::$logger in /var/www/vendor/mondido/magento2-mondido/Model/Api/Mondido.php on line 105
Version 1.3.10
Adds a feature toggled possibility to deactivate quote (an active quote can't be made to an order) on callback. When enabled, the quote will be automatically deactivated if it's – for some reason – still active when Mondido makes the payment callback. The feature has a treshold of 2 minutes.
Version 1.3.9
- Make sure meta update is not triggering transaction processing
- Remove the ever growing log events from the transaction data that is stored on the quote
Version 1.3.8
- Get base shipping including tax instead of base shipping amount when collecting transaction items
- Add basic check for first array key in info block
- Add basic test files for all classes
Version 1.3.7
Fix bug in shipping VAT calculation.
Version 1.3.6
Due to conflicts with other modules usage of the Magento curl adapter we've added a reset of the curl options before any API request is made.
Version 1.3.4
Add is_object
check to avoid warnings from the method capture
of HostedWindow
.
Fix observer issue
Fixes issue with observer if using another checkout or payment method:
Warning: First parameter must either be an object or the name of an existing class in […]/vendor/mondido/magento2-mondido/Model/Api/Transaction.php on line 222
Version 1.3.2
Fix undefined index notices
Merge pull request #31 from kodbruket/v.1.3.1 Version 1.3.1