0byt3m1n1
Path:
/
data
/
applications
/
aps
/
magento
/
1.1.3-2
/
standard
/
htdocs
/
app
/
code
/
core
/
Mage
/
Paygate
/
etc
/
[
Home
]
File: config.xml
<?xml version="1.0"?> <!-- /** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@magentocommerce.com so we can send you a copy immediately. * * @category Mage * @package Mage_Paygate * @copyright Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ --> <config> <modules> <Mage_Paygate> <version>0.7.0</version> </Mage_Paygate> </modules> <global> <models> <paygate> <class>Mage_Paygate_Model</class> <resourceModel>paygate_mysql4</resourceModel> </paygate> <paygate_mysql4> <class>Mage_Paygate_Model_Mysql4</class> <entities> <authorizenet_debug><table>paygate_authorizenet_debug</table></authorizenet_debug> </entities> </paygate_mysql4> </models> <resources> <paygate_setup> <setup> <module>Mage_Paygate</module> </setup> <connection> <use>core_setup</use> </connection> </paygate_setup> <paygate_write> <connection> <use>core_write</use> </connection> </paygate_write> <paygate_read> <connection> <use>core_read</use> </connection> </paygate_read> </resources> </global> <adminhtml> <translate> <modules> <Mage_Paygate> <files> <default>Mage_Paygate.csv</default> </files> </Mage_Paygate> </modules> </translate> </adminhtml> <frontend> <translate> <modules> <Mage_Paygate> <files> <default>Mage_Paygate.csv</default> </files> </Mage_Paygate> </modules> </translate> </frontend> <default> <payment> <authorizenet> <active>0</active> <cctypes>AE,VI,MC,DI</cctypes> <cgi_url>https://secure.authorize.net/gateway/transact.dll</cgi_url> <debug>0</debug> <email_customer>0</email_customer> <login backend_model="adminhtml/system_config_backend_encrypted"/> <merchant_email></merchant_email> <model>paygate/authorizenet</model> <order_status>1</order_status> <payment_action>authorize</payment_action> <test>1</test> <title>Credit Card (Authorize.net)</title> <trans_key backend_model="adminhtml/system_config_backend_encrypted"/> <allowspecific>0</allowspecific> </authorizenet> <verisign> <active>0</active> <cctypes>AE,VI,MC,DI</cctypes> <debug>0</debug> <model>paygate/payflow_pro</model> <order_status>1</order_status> <fraud_order_status>holded</fraud_order_status> <partner></partner> <payment_action>authorize</payment_action> <pwd backend_model="adminhtml/system_config_backend_encrypted"/> <tender>C</tender> <title>Credit Card (Payflow Pro)</title> <url>https://pilot-payflowpro.verisign.com/transaction</url> <user backend_model="adminhtml/system_config_backend_encrypted"/> <vendor/> <verbosity>MEDIUM</verbosity> <allowspecific>0</allowspecific> <proxy_host/> <proxy_port/> <use_proxy>0</use_proxy> </verisign> </payment> </default> </config>