Skip to content

Commit 58380bb

Browse files
Merge pull request #1047 from buckaroo-it/BP-3759-Remove-Buckaroo-for-voucher
BP-3759-Remove-Buckaroo-for-voucher
2 parents 7b6a3ec + 2c16cdd commit 58380bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

etc/adminhtml/system/payment_methods/voucher.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
<include xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_include.xsd">
2323
<!-- iDEAL Payment method group -->
2424
<group id="buckaroo_magento2_voucher" translate="label" type="text" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1">
25-
<label>Buckaroo Voucher</label>
25+
<label>Voucher</label>
2626
<frontend_model>Buckaroo\Magento2\Block\Config\Form\Field\Fieldset</frontend_model>
2727

2828
<field id="active" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
29-
<label>Enable Buckaroo Voucher</label>
29+
<label>Enable Voucher</label>
3030
<comment><![CDATA[Enable or disable this payment method.]]></comment>
3131
<source_model>Buckaroo\Magento2\Model\Config\Source\Enablemode</source_model>
3232
<config_path>payment/buckaroo_magento2_voucher/active</config_path>
@@ -43,7 +43,7 @@
4343
<comment><![CDATA[This controls the description which the user sees during checkout.]]></comment>
4444
<config_path>payment/buckaroo_magento2_voucher/subtext</config_path>
4545
</field>
46-
46+
4747
<field id="subtext_style" translate="label comment" type="select" sortOrder="26" showInDefault="1" showInWebsite="1" showInStore="1">
4848
<label>Frontend subtext style</label>
4949
<comment><![CDATA[Choose a font style for the subtext.]]></comment>

0 commit comments

Comments
 (0)