<?xml version="1.0" ?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
	<default>
		<payment>
			<payby_mobile>
				<active>1</active>
				<model>BlueLogic\PayByMobile\Model\Payment</model>
				<order_status>pending</order_status>
				<title>PayBy Mobile</title>
				<allowspecific>0</allowspecific>
				<group>offline</group>
			</payby_mobile>
		</payment>
	</default>
</config>
