Skip to content

Commit abca6c6

Browse files
committed
AC2092:Added ToolTip for buyer country
1 parent f40c40b commit abca6c6

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

app/code/Magento/Paypal/etc/adminhtml/system/express_checkout.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
<config_path>payment/paypal_express/buyer_country</config_path>
109109
<source_model>Magento\Directory\Model\Config\Source\Country</source_model>
110110
<attribute type="shared">1</attribute>
111+
<tooltip>The buyer country determines which funding sources are eligible for a given buyer during testing.</tooltip>
111112
<depends>
112113
<field id="sandbox_flag">1</field>
113114
</depends>

app/code/Magento/Paypal/etc/adminhtml/system/payflow_advanced.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
<config_path>payment/payflow_advanced/buyer_country</config_path>
6161
<source_model>Magento\Directory\Model\Config\Source\Country</source_model>
6262
<attribute type="shared">1</attribute>
63+
<tooltip>The buyer country determines which funding sources are eligible for a given buyer during testing.</tooltip>
6364
<depends>
6465
<field id="sandbox_flag">1</field>
6566
</depends>

app/code/Magento/Paypal/etc/adminhtml/system/payflow_link.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
<label>Buyer Country</label>
6161
<config_path>payment/payflow_link/buyer_country</config_path>
6262
<source_model>Magento\Directory\Model\Config\Source\Country</source_model>
63+
<tooltip>The buyer country determines which funding sources are eligible for a given buyer during testing.</tooltip>
6364
<attribute type="shared">1</attribute>
6465
<depends>
6566
<field id="sandbox_flag">1</field>

app/code/Magento/Paypal/etc/adminhtml/system/paypal_payflowpro.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
<label>Buyer Country</label>
5656
<config_path>payment/payflowpro/buyer_country</config_path>
5757
<source_model>Magento\Directory\Model\Config\Source\Country</source_model>
58+
<tooltip>The buyer country determines which funding sources are eligible for a given buyer during testing.</tooltip>
5859
<attribute type="shared">1</attribute>
5960
<depends>
6061
<field id="sandbox_flag">1</field>

0 commit comments

Comments
 (0)