Skip to content

Commit b5f95bc

Browse files
authored
[ECP-9454] Deprecate Entercash and add tag to all deprecated payment methods (#2916)
Co-authored-by: Can Demiralp <can.demiralp@adyen.com>
1 parent 413aa46 commit b5f95bc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

etc/config.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<adyen_oneclick>
7979
<active>0</active>
8080
<model>AdyenPaymentOneclickFacade</model>
81-
<title>Adyen Stored Payment Methods</title>
81+
<title>Adyen Stored Payment Methods (Deprecated)</title>
8282
<allowspecific>0</allowspecific>
8383
<sort_order>1</sort_order>
8484
<cctypes>AE,VI,MC,DI</cctypes>
@@ -88,7 +88,7 @@
8888
<useccv>1</useccv>
8989
<is_gateway>1</is_gateway>
9090
<can_use_checkout>0</can_use_checkout>
91-
<can_authorize>1</can_authorize>
91+
<can_authorize>0</can_authorize>
9292
<can_authorize_3d>1</can_authorize_3d>
9393
<can_capture>1</can_capture>
9494
<can_capture_partial>1</can_capture_partial>
@@ -103,13 +103,13 @@
103103
<active>0</active>
104104
<model>AdyenPaymentHppFacade</model>
105105
<order_status>pending</order_status>
106-
<title>Alternative payment methods</title>
106+
<title>Alternative payment methods (Deprecated)</title>
107107
<allowspecific>0</allowspecific>
108108
<sort_order>3</sort_order>
109109
<payment_action>authorize</payment_action>
110-
<can_initialize>1</can_initialize>
110+
<can_initialize>0</can_initialize>
111111
<is_gateway>1</is_gateway>
112-
<can_use_checkout>1</can_use_checkout>
112+
<can_use_checkout>0</can_use_checkout>
113113
<can_capture>1</can_capture>
114114
<can_capture_partial>1</can_capture_partial>
115115
<can_use_internal>0</can_use_internal>
@@ -1052,12 +1052,12 @@
10521052
<adyen_entercash>
10531053
<active>0</active>
10541054
<model>AdyenPaymentEntercashFacade</model>
1055-
<title>Entercash</title>
1055+
<title>Entercash (Deprecated)</title>
10561056
<allowspecific>0</allowspecific>
10571057
<sort_order>0</sort_order>
10581058
<payment_action>authorize</payment_action>
1059-
<can_initialize>1</can_initialize>
1060-
<can_use_checkout>1</can_use_checkout>
1059+
<can_initialize>0</can_initialize>
1060+
<can_use_checkout>0</can_use_checkout>
10611061
<can_capture>1</can_capture>
10621062
<can_capture_partial>0</can_capture_partial>
10631063
<can_use_internal>0</can_use_internal>

0 commit comments

Comments
 (0)