Skip to content

Commit

Permalink
Merge pull request #462 from omise/release-v3.5.2
Browse files Browse the repository at this point in the history
Release v3.5.2
  • Loading branch information
aashishgurung authored Dec 7, 2023
2 parents 7aacffb + 660be16 commit d32a380
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"email": "[email protected]"
}
],
"version": "3.5.1",
"version": "3.5.2",
"minimum-stability": "stable",
"type": "magento2-module",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Omise_Payment" setup_version="3.5.1">
<module name="Omise_Payment" setup_version="3.5.2">
<sequence>
<module name="Magento_Sales"/>
<module name="Magento_Payment"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d32a380

Please sign in to comment.