magento2-plugin/etc/webapi.xml
Wouter Samaey be6d794d02 WIP
2019-07-24 14:23:36 +02:00

18 lines
523 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="/V1/btcpay/ipn">
<service class="Storefront\BTCPay\Api\IpnInterface" method="process"/>
<resources>
<resource ref="anonymous"/>
</resources>
<!--
<data>
<parameter name="data" force="true">%data%</parameter>
</data>
-->
</route>
</routes>