From 39a05706941de13fc2a6401b7ba109633d0c51c4 Mon Sep 17 00:00:00 2001 From: Aashish Gurung <101558497+aashishgurung@users.noreply.github.com> Date: Thu, 7 Dec 2023 14:58:40 +0700 Subject: [PATCH 1/2] Updated installment interest rates (#460) Co-authored-by: Aashish --- .../method-renderer/omise-offsite-installment-method.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/view/frontend/web/js/view/payment/method-renderer/omise-offsite-installment-method.js b/view/frontend/web/js/view/payment/method-renderer/omise-offsite-installment-method.js index 8e24999b..1832ee3b 100644 --- a/view/frontend/web/js/view/payment/method-renderer/omise-offsite-installment-method.js +++ b/view/frontend/web/js/view/payment/method-renderer/omise-offsite-installment-method.js @@ -193,10 +193,10 @@ define( getInstallmentInterestRate: function (id) { return { 'kbank': 0.0065, - 'bbl': 0.008, - 'bay': 0.008, - 'first_choice': 0.013, - 'ktc': 0.008, + 'bbl': 0.0074, + 'bay': 0.0074, + 'first_choice': 0.0116, + 'ktc': 0.0074, 'scb': 0.0074, 'uob': 0.0064, 'mbb': 0, From 660be16ebac0c894c4c7d150fd49f19abfc8c73c Mon Sep 17 00:00:00 2001 From: Aashish Date: Thu, 7 Dec 2023 15:16:21 +0700 Subject: [PATCH 2/2] Updating metadata for v3.5.2 --- CHANGELOG.md | 3 +++ composer.json | 2 +- etc/module.xml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36678ef1..bb73a9b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## [v3.5.2 _(Dec, 7, 2023)_](https://github.com/omise/omise-magento/releases/tag/v3.5.2) +- Updated installment interest rates. (PR: [#460](https://github.com/omise/omise-magento/pull/460)) + ## [v3.5.1 _(Nov, 24, 2023)_](https://github.com/omise/omise-magento/releases/tag/v3.5.1) - Updated OCBC digital logo. (PR: [#457](https://github.com/omise/omise-magento/pull/457)) - Remove zero_interest_installments option from installment banks other than Maybank. (PR: [#458](https://github.com/omise/omise-magento/pull/458)) diff --git a/composer.json b/composer.json index 230b2223..bf30c523 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "email": "support@omise.co" } ], - "version": "3.5.1", + "version": "3.5.2", "minimum-stability": "stable", "type": "magento2-module", "license": "MIT", diff --git a/etc/module.xml b/etc/module.xml index 2defbedd..e580a850 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,6 +1,6 @@ - +