Skip to content

Commit d32a380

Browse files
Merge pull request #462 from omise/release-v3.5.2
Release v3.5.2
2 parents 7aacffb + 660be16 commit d32a380

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## [v3.5.2 _(Dec, 7, 2023)_](https://github.com/omise/omise-magento/releases/tag/v3.5.2)
4+
- Updated installment interest rates. (PR: [#460](https://github.com/omise/omise-magento/pull/460))
5+
36
## [v3.5.1 _(Nov, 24, 2023)_](https://github.com/omise/omise-magento/releases/tag/v3.5.1)
47
- Updated OCBC digital logo. (PR: [#457](https://github.com/omise/omise-magento/pull/457))
58
- Remove zero_interest_installments option from installment banks other than Maybank. (PR: [#458](https://github.com/omise/omise-magento/pull/458))

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"email": "support@omise.co"
1010
}
1111
],
12-
"version": "3.5.1",
12+
"version": "3.5.2",
1313
"minimum-stability": "stable",
1414
"type": "magento2-module",
1515
"license": "MIT",

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
3-
<module name="Omise_Payment" setup_version="3.5.1">
3+
<module name="Omise_Payment" setup_version="3.5.2">
44
<sequence>
55
<module name="Magento_Sales"/>
66
<module name="Magento_Payment"/>

view/frontend/web/js/view/payment/method-renderer/omise-offsite-installment-method.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,10 @@ define(
193193
getInstallmentInterestRate: function (id) {
194194
return {
195195
'kbank': 0.0065,
196-
'bbl': 0.008,
197-
'bay': 0.008,
198-
'first_choice': 0.013,
199-
'ktc': 0.008,
196+
'bbl': 0.0074,
197+
'bay': 0.0074,
198+
'first_choice': 0.0116,
199+
'ktc': 0.0074,
200200
'scb': 0.0074,
201201
'uob': 0.0064,
202202
'mbb': 0,

0 commit comments

Comments
 (0)