Releases: magebitcom/leanpay-integration
1.0.0-beta.1
What's Changed
- LMM-113 – Fix installment window not hiding on hover out by @omairkhalidmb in #159
- LMM-113 - Additonal fix for installment window to avoid having issue … by @omairkhalidmb in #160
Full Changelog: 1.0.0-beta...1.0.0-beta.1
0.13.0 Product Rounding Configuration
What's Changed
- LMM-111 Implement rounding in RON in #156
Full Changelog: 0.12.0...0.13.0
Overview
This release introduces a new configuration option that enables automatic product price rounding for the Romanian (RON) installment calculator. This feature ensures that product prices are always rounded up to the nearest value divisible by 5 before querying the installment rate table, resolving cases where products with prices not matching exact table values (e.g., 263 RON) would fail to display installment options.
What's New
Product Rounding Configuration
Location: Stores → Configuration → Sales → Payment Methods → Leanpay Installment price
A new admin configuration field "Enable Product Rounding" has been added to control automatic price rounding behavior.
How it works:
- When enabled, product prices are automatically rounded up to the nearest value divisible by 5 before retrieving installment estimates
- Example: A product priced at 263 RON will be rounded to 265 RON to match the installment table values (250, 255, 260, 265, etc.)
- This feature only applies to the Romanian (RON) plugin and does not affect Slovenian or Croatian implementations
Default behavior: Disabled (opt-in feature)
New design Implementation
Merge pull request #153 from magebitcom/feature/LMM-104 LMM-104 Restyle leanpay
0.12.0
v0.11.0
What's Changed
- Display installment for customizable options on PDP
- Feature/lmm 100 by @omairkhalidmb in #149
Full Changelog: 0.10.1...0.11.0
v0.10.1
v0.10.0
v0.9.0
v0.8.1
v0.8.0
- added a new feature for automatic removal of expired promotion dates
- changed Slovenian testing endpoints