Skip to content

Commit

Permalink
BP-3759-Remove-Buckaroo-for-voucher
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbinaBaraliu committed Sep 11, 2024
1 parent 7b6a3ec commit 2c16cdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions etc/adminhtml/system/payment_methods/voucher.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<include xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_include.xsd">
<!-- iDEAL Payment method group -->
<group id="buckaroo_magento2_voucher" translate="label" type="text" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Buckaroo Voucher</label>
<label>Voucher</label>
<frontend_model>Buckaroo\Magento2\Block\Config\Form\Field\Fieldset</frontend_model>

<field id="active" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Enable Buckaroo Voucher</label>
<label>Enable Voucher</label>
<comment><![CDATA[Enable or disable this payment method.]]></comment>
<source_model>Buckaroo\Magento2\Model\Config\Source\Enablemode</source_model>
<config_path>payment/buckaroo_magento2_voucher/active</config_path>
Expand All @@ -43,7 +43,7 @@
<comment><![CDATA[This controls the description which the user sees during checkout.]]></comment>
<config_path>payment/buckaroo_magento2_voucher/subtext</config_path>
</field>

<field id="subtext_style" translate="label comment" type="select" sortOrder="26" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Frontend subtext style</label>
<comment><![CDATA[Choose a font style for the subtext.]]></comment>
Expand Down

0 comments on commit 2c16cdd

Please sign in to comment.