12345678910111213141516171819 |
- <?xml version="1.0"?>
- <!--
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- -->
- <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
- <default>
- <fraud_protection>
- <signifyd>
- <active>0</active>
- <api_url>https://api.signifyd.com/v2/</api_url>
- <api_key backend_model="Magento\Config\Model\Config\Backend\Encrypted" />
- <debug>0</debug>
- </signifyd>
- </fraud_protection>
- </default>
- </config>
|