Skip to content

Commit 31da0fc

Browse files
ENGCOM-5550: Resolve Dupplicate Label in Sales->Transactions at Backend (issue 24040) #24041
- Merge Pull Request #24041 from edenduong/magento2:2.3-bugfix/dupplicate_label_transaction_issue24040 - Merged commits: 1. 56cfca4
2 parents 582d278 + 56cfca4 commit 31da0fc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/code/Magento/Paypal/etc/config.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
</paypal_express>
7373
<paypal_express_bml>
7474
<model>Magento\Paypal\Model\Bml</model>
75-
<title>PayPal Credit</title>
75+
<title>PayPal Credit (Paypal Express Bml)</title>
7676
<group>paypal</group>
7777
</paypal_express_bml>
7878
<payflow_express>
@@ -87,12 +87,12 @@
8787
</payflow_express>
8888
<payflow_express_bml>
8989
<model>Magento\Paypal\Model\Payflow\Bml</model>
90-
<title>PayPal Credit</title>
90+
<title>PayPal Credit (Payflow Express Bml)</title>
9191
<group>paypal</group>
9292
</payflow_express_bml>
9393
<payflowpro>
9494
<model>Magento\Paypal\Model\Payflow\Transparent</model>
95-
<title>Credit Card</title>
95+
<title>Credit Card (Payflow Pro)</title>
9696
<payment_action>Authorization</payment_action>
9797
<cctypes>AE,VI</cctypes>
9898
<useccv>1</useccv>
@@ -142,7 +142,7 @@
142142
<user backend_model="Magento\Config\Model\Config\Backend\Encrypted" />
143143
<pwd backend_model="Magento\Config\Model\Config\Backend\Encrypted" />
144144
<group>paypal</group>
145-
<title>Credit Card</title>
145+
<title>Credit Card (Payflow Link)</title>
146146
<partner>PayPal</partner>
147147
<csc_required>1</csc_required>
148148
<csc_editable>1</csc_editable>
@@ -161,7 +161,7 @@
161161
<user backend_model="Magento\Config\Model\Config\Backend\Encrypted" />
162162
<pwd backend_model="Magento\Config\Model\Config\Backend\Encrypted" />
163163
<group>paypal</group>
164-
<title>Credit Card</title>
164+
<title>Credit Card (Payflow Advanced)</title>
165165
<partner>PayPal</partner>
166166
<vendor>PayPal</vendor>
167167
<user>PayPal</user>

0 commit comments

Comments
 (0)