resursbank / magento-core-legacy
Resurs Bank - Core Module
1.7.2
2023-07-03 12:02 UTC
Requires
- php: ^7.4.0 || ^8.1.0
- ext-json: *
- resursbank/ecomphp: 1.3.*
This package is not auto-updated.
Last update: 2025-01-14 17:28:44 UTC
README
Description
Core part of Magento 2 module.
Prerequisites
- Magento 2 [Supports Magento 2.4.1+]
Changelog
1.6.1
- Fixed Exception in gateway value handler.
1.6.3
- Replaced logotypes.
- Added support for PHP 8.1
1.6.6
- Sort order of payment methods changed to adhere to change in Magento.
- Added sort order to payment methods table in configuration.
- Re-designed payment methods table.
1.6.7
- Added additional documentation to configuration page.
1.6.8
- Removed deprecated implementation of ObjectManager.
1.6.9
- Discount items are now handled on product level and each discount percentage is assigned too a separate row.
- Revamped product tax calculations to support more.
1.7.0
- Added saftey checks, ensuring code doesn't execute when not applicable to the payment method applied on an order.