Skip to content

Commit

Permalink
change akulaku min amount to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
andykim committed Aug 19, 2022
1 parent eae3667 commit 71a4799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<model>Xendit\M2Invoice\Model\Payment\Akulaku</model>
<title>Akulaku</title>
<description>Bayar pesanan dengan Akulaku melalui Xendit</description>
<min_order_total>0.01</min_order_total>
<min_order_total>1</min_order_total>
<max_order_total>9999999999</max_order_total>
<is_gateway>1</is_gateway>
<can_initialize>1</can_initialize>
Expand Down

0 comments on commit 71a4799

Please sign in to comment.