Skip to content

Commit

Permalink
Update min/max akulaku total (#162)
Browse files Browse the repository at this point in the history
* Update min/max akulaku total

* update version 10.0.2

---------

Co-authored-by: andy <andy.nguyen@xendit.co>
  • Loading branch information
andykim and andykim authored Mar 21, 2023
1 parent c23e742 commit e6b7621
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*/
class Data extends AbstractHelper
{
const XENDIT_M2INVOICE_VERSION = '10.0.1';
const XENDIT_M2INVOICE_VERSION = '10.0.2';

/**
* @var StoreManagerInterface
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down
4 changes: 2 additions & 2 deletions etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
<model>Xendit\M2Invoice\Model\Payment\Akulaku</model>
<title>Akulaku</title>
<description>Bayar pesanan dengan Akulaku melalui Xendit</description>
<min_order_total>1</min_order_total>
<max_order_total>9999999999</max_order_total>
<min_order_total>1000</min_order_total>
<max_order_total>25000000</max_order_total>
<is_gateway>1</is_gateway>
<can_initialize>1</can_initialize>
<can_use_checkout>1</can_use_checkout>
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Xendit_M2Invoice" setup_version="10.0.1" active="true"></module>
<module name="Xendit_M2Invoice" setup_version="10.0.2" active="true"></module>
</config>

0 comments on commit e6b7621

Please sign in to comment.