Skip to content

Commit

Permalink
update webhooks description and label
Browse files Browse the repository at this point in the history
  • Loading branch information
ajzkk committed Oct 5, 2023
1 parent 33109a0 commit d7fbafc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
<comment>The "Live" mode secret key can be found in Opn Payments Dashboard.</comment>
</field>
<field id="webhook_status" translate="label comment" type="select" sortOrder="61" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Enable webhook</label>
<label>Enable webhooks</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
<comment>
<![CDATA[Enable webhook to let the system automatically configure it. To learn about webhooks, see <a href="https://www.omise.co/api-webhooks">here</a>.]]>
<![CDATA[Enable webhooks to receive updates when updates to charges and refunds occur. To learn more, see <a href="https://docs.opn.ooo/api-webhooks">our webhooks documentation</a>. No additional configuration necessary.]]>
</comment>
</field>
<field id="webhook" translate="label" type="label" sortOrder="70" showInDefault="1" showInWebsite="1" showInStore="1">
Expand Down

0 comments on commit d7fbafc

Please sign in to comment.