From e6b76215e18c2ebcbe4d24b6ea530255521c08d7 Mon Sep 17 00:00:00 2001 From: Andy Kim Date: Tue, 21 Mar 2023 11:25:45 +0700 Subject: [PATCH] Update min/max akulaku total (#162) * Update min/max akulaku total * update version 10.0.2 --------- Co-authored-by: andy --- CHANGELOG.md | 4 ++++ Helper/Data.php | 2 +- composer.json | 2 +- etc/config.xml | 4 ++-- etc/module.xml | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86ee4ac..ff2fd36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 10.0.2 (2023-03-21) +Improvements: +- Update min/max total of Akulaku + ## 10.0.1 (2023-02-13) Improvements: - Fix the order item price diff --git a/Helper/Data.php b/Helper/Data.php index 481f362..eac6b60 100644 --- a/Helper/Data.php +++ b/Helper/Data.php @@ -30,7 +30,7 @@ */ class Data extends AbstractHelper { - const XENDIT_M2INVOICE_VERSION = '10.0.1'; + const XENDIT_M2INVOICE_VERSION = '10.0.2'; /** * @var StoreManagerInterface diff --git a/composer.json b/composer.json index 5fa1f60..bca47c9 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "xendit/m2invoice", "description": "Xendit Payment Gateway Module", "type": "magento2-module", - "version": "10.0.1", + "version": "10.0.2", "license": [ "GPL-3.0" ], diff --git a/etc/config.xml b/etc/config.xml index a5d08b8..b124df2 100644 --- a/etc/config.xml +++ b/etc/config.xml @@ -27,8 +27,8 @@ Xendit\M2Invoice\Model\Payment\Akulaku Akulaku Bayar pesanan dengan Akulaku melalui Xendit - 1 - 9999999999 + 1000 + 25000000 1 1 1 diff --git a/etc/module.xml b/etc/module.xml index ef5811d..ac3b754 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,4 +1,4 @@ - +