13 lines
415 B
XML
13 lines
415 B
XML
<?xml version="1.0" ?>
|
|
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Webapi:etc/webapi.xsd">
|
|
|
|
<route method="POST" url="/V2/btcpay/webhook">
|
|
<service class="Storefront\BTCPay\Api\WebhookInterface" method="process"/>
|
|
<resources>
|
|
<resource ref="anonymous"/>
|
|
</resources>
|
|
</route>
|
|
|
|
</routes>
|