Skip to content

Commit

Permalink
Update the allow-checkout field.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophie Shanahan-Kluth committed Jun 23, 2020
1 parent c65864c commit cdd170c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
<label>Redirect to</label>
<validate>validate-url</validate>
</field>
<field id="allow_checkout" translate="label" type="checkbox" sortOrder="3" showInDefault="1" showInWebsite="0" showInStore="0">
<field id="allow_checkout" translate="label" type="select" sortOrder="3" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Allow checkout routes</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
</field>
</group>
</section>
Expand Down

0 comments on commit cdd170c

Please sign in to comment.