Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove uangme from payment option #184

Merged
merged 1 commit into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 12.0.2 (2024-11-25)
- Remove UangMe as a payment method (regular & invoice multishipping)

## 12.0.1 (2024-01-11)
- Support Xendit invoice fees

Expand Down
1 change: 0 additions & 1 deletion Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,6 @@ public function getXenditPaymentList(): array
"dp_ecpay_school" => "dp_ecpay_school",
"cashalo" => "cashalo",
"shopeepayph" => "shopeepay",
"uangme" => "uangme",
"astrapay" => "astrapay",
"akulaku" => "akulaku",
"atome" => "atome",
Expand Down
1 change: 0 additions & 1 deletion Model/Adminhtml/Source/ChosenMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public function toOptionArray($isMultiselect = false)
['value' => 'dp_ecpay_school', 'label' => __('ECPay School')],
['value' => 'cashalo', 'label' => __('Cashalo')],
['value' => 'shopeepayph', 'label' => __('ShopeePay')],
['value' => 'uangme', 'label' => __('Uangme')],
['value' => 'astrapay', 'label' => __('AstraPay')],
['value' => 'akulaku', 'label' => __('Akulaku')],
['value' => 'atome', 'label' => __('Atome')],
Expand Down
27 changes: 0 additions & 27 deletions Model/Payment/Uangme.php

This file was deleted.

7 changes: 0 additions & 7 deletions Model/Ui/ConfigProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -290,13 +290,6 @@ public function getConfig()
'description' => $this->xenditHelper->getPaymentDescription("shopeepayph"),
'image' => $this->xenditHelper->getPaymentImage('shopeepay')
],
'uangme' => [
'title' => $this->xenditHelper->getPaymentTitle("uangme"),
'min_order_amount' => $this->xenditHelper->getPaymentMinOrderAmount("uangme"),
'max_order_amount' => $this->xenditHelper->getPaymentMaxOrderAmount("uangme"),
'description' => $this->xenditHelper->getPaymentDescription("uangme"),
'image' => $this->xenditHelper->getPaymentImage('uangme')
],
'astrapay' => [
'title' => $this->xenditHelper->getPaymentTitle("astrapay"),
'min_order_amount' => $this->xenditHelper->getPaymentMinOrderAmount("astrapay"),
Expand Down
29 changes: 0 additions & 29 deletions etc/adminhtml/paylater/uangme.xml

This file was deleted.

1 change: 0 additions & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@
<include path="Xendit_M2Invoice::paylater/kredivo.xml"/>
<include path="Xendit_M2Invoice::paylater/billease.xml"/>
<include path="Xendit_M2Invoice::paylater/cashalo.xml"/>
<include path="Xendit_M2Invoice::paylater/uangme.xml"/>
<include path="Xendit_M2Invoice::paylater/astrapay.xml"/>
<include path="Xendit_M2Invoice::paylater/akulaku.xml"/>
<include path="Xendit_M2Invoice::paylater/atome.xml"/>
Expand Down
14 changes: 0 additions & 14 deletions etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -596,20 +596,6 @@
<sort_order>32</sort_order>
<currency>PHP</currency>
</shopeepayph>
<uangme>
<active>1</active>
<payment_action>initialize</payment_action>
<model>Xendit\M2Invoice\Model\Payment\Uangme</model>
<title>UangMe</title>
<description>Bayar pesanan dengan Uangme melalui Xendit</description>
<min_order_total>20000</min_order_total>
<max_order_total>20000000</max_order_total>
<is_gateway>1</is_gateway>
<can_initialize>1</can_initialize>
<can_use_checkout>1</can_use_checkout>
<sort_order>33</sort_order>
<currency>IDR</currency>
</uangme>
</payment>
</default>
</config>
3 changes: 0 additions & 3 deletions etc/payment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ https://github.com/magento/magento2/blob/2.2.0-rc2.1/app/code/Magento/Multishipp
<method name='cashalo'>
<allow_multiple_address>1</allow_multiple_address>
</method>
<method name='uangme'>
<allow_multiple_address>1</allow_multiple_address>
</method>
<method name='astrapay'>
<allow_multiple_address>1</allow_multiple_address>
</method>
Expand Down
1 change: 0 additions & 1 deletion view/frontend/layout/multishipping_checkout_billing.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
<item name="bsiva" xsi:type="string">Xendit_M2Invoice::multishipping/bsiva.phtml</item>
<item name="cashalo" xsi:type="string">Xendit_M2Invoice::multishipping/cashalo.phtml</item>
<item name="shopeepayph" xsi:type="string">Xendit_M2Invoice::multishipping/shopeepayph.phtml</item>
<item name="uangme" xsi:type="string">Xendit_M2Invoice::multishipping/uangme.phtml</item>
<item name="astrapay" xsi:type="string">Xendit_M2Invoice::multishipping/astrapay.phtml</item>
<item name="akulaku" xsi:type="string">Xendit_M2Invoice::multishipping/akulaku.phtml</item>
<item name="atome" xsi:type="string">Xendit_M2Invoice::multishipping/atome.phtml</item>
Expand Down
34 changes: 0 additions & 34 deletions view/frontend/templates/multishipping/uangme.phtml

This file was deleted.

4 changes: 0 additions & 4 deletions view/frontend/web/js/view/payment/method-renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,6 @@ define(
type: 'cashalo',
component: 'Xendit_M2Invoice/js/view/payment/method-renderer/cashalo'
},
{
type: 'uangme',
component: 'Xendit_M2Invoice/js/view/payment/method-renderer/uangme'
},
{
type: 'astrapay',
component: 'Xendit_M2Invoice/js/view/payment/method-renderer/astrapay'
Expand Down

This file was deleted.

79 changes: 0 additions & 79 deletions view/frontend/web/js/view/payment/method-renderer/uangme.js

This file was deleted.