9 lines
407 B
XML
9 lines
407 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="urn:magento:framework:Event/etc/events.xsd">
|
|
<event name="admin_system_config_changed_section_payment">
|
|
<observer name="check_webhooks_on_btcpay_stores_change"
|
|
instance="Storefront\BTCPay\Observer\CheckWebhooks"/>
|
|
</event>
|
|
</config>
|