15 lines
444 B
XML
15 lines
444 B
XML
<?xml version="1.0"?>
|
|
<payment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="../../../Magento/Payment/etc/payment.xsd">
|
|
<groups>
|
|
<group id="offline">
|
|
<label>Offline Payment Methods</label>
|
|
</group>
|
|
</groups>
|
|
<methods>
|
|
<method name="btcpay">
|
|
<allow_multiple_address>1</allow_multiple_address>
|
|
</method>
|
|
</methods>
|
|
</payment>
|