Skip to content

Releases: magebitcom/leanpay-integration

1.0.0-beta.1

19 Mar 07:19
7e5b2b1

Choose a tag to compare

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

25 Feb 15:37
37942af

Choose a tag to compare

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

27 Jan 07:45
4e828e3

Choose a tag to compare

Merge pull request #153 from magebitcom/feature/LMM-104

LMM-104 Restyle leanpay

0.12.0

03 Dec 13:34
0206508

Choose a tag to compare

What's Changed

Full Changelog: 0.11.0...0.12.0

v0.11.0

24 Sep 17:21
be5e377

Choose a tag to compare

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

20 May 10:09
b60f998

Choose a tag to compare

  • added stage checkout URL to CSP whitelist.

v0.10.0

26 Feb 12:30
fcfe41e

Choose a tag to compare

  • added the sort order functionality to allow changing Leanpay's position in the checkout payment methods list.

v0.9.0

30 Aug 07:22
0c7a9ed

Choose a tag to compare

  • added a secure renderer to execute an inline script which was causing CSP errors in the checkout for Magento versions 2.4.7 and up.

v0.8.1

03 Jul 09:23
66f4ad1

Choose a tag to compare

  • added additional translations for Slovenian, Romanian, and Croatian locales.

v0.8.0

22 Jan 08:59
4dcc119

Choose a tag to compare

  • added a new feature for automatic removal of expired promotion dates
  • changed Slovenian testing endpoints