0byt3m1n1
Path:
/
data
/
applications
/
aps
/
magento
/
1.1.3-2
/
standard
/
htdocs
/
app
/
code
/
core
/
Mage
/
PaypalUk
/
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_PaypalUk * @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_PaypalUk> <version>0.7.0</version> </Mage_PaypalUk> </modules> <global> <models> <paypaluk> <class>Mage_PaypalUk_Model</class> <resourceModel>paypaluk_mysql4</resourceModel> </paypaluk> <paypaluk_mysql4> <class>Mage_PaypalUk_Model_Mysql4</class> <entities> <api_debug><table>paypaluk_api_debug</table></api_debug> </entities> </paypaluk_mysql4> </models> <helpers> <paypaluk> <class>Mage_PaypalUk_Helper</class> </paypaluk> </helpers> <resources> <paypaluk_setup> <setup> <module>Mage_PaypalUk</module> </setup> <connection> <use>core_setup</use> </connection> </paypaluk_setup> <paypaluk_write> <connection> <use>core_write</use> </connection> </paypaluk_write> <paypaluk_read> <connection> <use>core_read</use> </connection> </paypaluk_read> </resources> <blocks> <paypaluk><class>Mage_PaypalUk_Block</class></paypaluk> </blocks> <payment> <cc> <types> <SS> <code>SS</code> <name>Switch/Solo</name> <order>40</order> </SS> </types> </cc> </payment> </global> <frontend> <secure_url> <paypaluk_express>/paypaluk/express</paypaluk_express> </secure_url> <routers> <paypaluk> <use>standard</use> <args> <module>Mage_PaypalUk</module> <frontName>paypaluk</frontName> </args> </paypaluk> </routers> <translate> <modules> <Mage_PaypalUk> <files> <default>Mage_PaypalUk.csv</default> </files> </Mage_PaypalUk> </modules> </translate> <layout> <updates> <paypaluk> <file>paypaluk.xml</file> </paypaluk> </updates> </layout> </frontend> <adminhtml> <translate> <modules> <Mage_PaypalUk> <files> <default>Mage_PaypalUk.csv</default> </files> </Mage_PaypalUk> </modules> </translate> <acl> <resources> <admin> <children> <system> <children> <config> <children> <paypaluk> <title>PayPal Uk Section</title> </paypaluk> </children> </config> </children> </system> </children> </admin> </resources> </acl> </adminhtml> <default> <paypal> <wpuk> <url>https://pilot-payflowpro.verisign.com/transaction</url> <user backend_model="adminhtml/system_config_backend_encrypted"/> <pwd backend_model="adminhtml/system_config_backend_encrypted"/> </wpuk> </paypal> <payment> <paypaluk_express> <payment_action>Authorization</payment_action> <model>paypaluk/express</model> <title>PaypalUk Express</title> <allowspecific>0</allowspecific> </paypaluk_express> <paypaluk_direct> <payment_action>Authorization</payment_action> <model>paypaluk/direct</model> <title>PaypalUk Direct</title> <cctypes>AE,VI,MC,DI</cctypes> <allowspecific>0</allowspecific> </paypaluk_direct> </payment> </default> </config>