Version Notes
- Removed Multishipping Checkout support (redirect doesn't work for multiple orders)
Download this release
Release Info
Developer | Magento Core Team |
Extension | Phoenix_Worldpay |
Version | 1.1.2 |
Comparing to | |
See all releases |
Code changes from version 1.1.1 to 1.1.2
app/code/community/Phoenix/Worldpay/Model/Cc.php
CHANGED
@@ -16,9 +16,12 @@
|
|
16 |
* @package Phoenix_Worldpay
|
17 |
* @copyright Copyright (c) 2009 Phoenix Medien GmbH & Co. KG (http://www.phoenix-medien.de)
|
18 |
*/
|
19 |
-
|
20 |
-
|
21 |
-
|
|
|
|
|
|
|
22 |
/**
|
23 |
* unique internal payment method identifier
|
24 |
*
|
@@ -34,7 +37,7 @@ class Phoenix_Worldpay_Model_Cc extends Mage_Payment_Model_Method_Abstract
|
|
34 |
protected $_canVoid = false;
|
35 |
protected $_canUseInternal = false;
|
36 |
protected $_canUseCheckout = true;
|
37 |
-
protected $_canUseForMultishipping =
|
38 |
|
39 |
protected $_paymentMethod = 'cc';
|
40 |
protected $_defaultLocale = 'en';
|
16 |
* @package Phoenix_Worldpay
|
17 |
* @copyright Copyright (c) 2009 Phoenix Medien GmbH & Co. KG (http://www.phoenix-medien.de)
|
18 |
*/
|
19 |
+
|
20 |
+
|
21 |
+
class Phoenix_Worldpay_Model_Cc extends Mage_Payment_Model_Method_Abstract
|
22 |
+
|
23 |
+
{
|
24 |
+
|
25 |
/**
|
26 |
* unique internal payment method identifier
|
27 |
*
|
37 |
protected $_canVoid = false;
|
38 |
protected $_canUseInternal = false;
|
39 |
protected $_canUseCheckout = true;
|
40 |
+
protected $_canUseForMultishipping = false;
|
41 |
|
42 |
protected $_paymentMethod = 'cc';
|
43 |
protected $_defaultLocale = 'en';
|
app/code/community/Phoenix/Worldpay/etc/config.xml
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
<config>
|
22 |
<modules>
|
23 |
<Phoenix_Worldpay>
|
24 |
-
<version>1.1.
|
25 |
</Phoenix_Worldpay>
|
26 |
</modules>
|
27 |
<global>
|
21 |
<config>
|
22 |
<modules>
|
23 |
<Phoenix_Worldpay>
|
24 |
+
<version>1.1.2</version>
|
25 |
</Phoenix_Worldpay>
|
26 |
</modules>
|
27 |
<global>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Phoenix_Worldpay</name>
|
4 |
-
<version>1.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
@@ -19,11 +19,11 @@ Notice: This extension is still beta. We recommend to test all transactions in y
|
|
19 |
The extension is developed and maintained by the German Magento Silver Partner Phoenix Medien (http://www.phoenix-medien.de).
|
20 |
|
21 |
The development was sponsored by liaison dangereuse (http://www.liaison-dangereuse.de).</description>
|
22 |
-
<notes
|
23 |
<authors><author><name>Phoenix Medien</name><user>auto-converted</user><email>info@phoenix-medien.de</email></author></authors>
|
24 |
-
<date>2009-
|
25 |
-
<time>
|
26 |
-
<contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="worldpay"><dir name="pdf"><file name="info.phtml" hash="3a92c60f5c05a3e51df366cee651edd6"/></dir><file name="info.phtml" hash="bbf2f9a11fd73ceb7aff46b763d95adc"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="worldpay.xml" hash="a229b174eff5a9320862ec72743961f4"/></dir><dir name="template"><dir name="worldpay"><file name="failure.phtml" hash="383014063d48c501abb9a3f78a5758eb"/><file name="form.phtml" hash="e9a5067faeea45f941e2df6a7eb02920"/><file name="info.phtml" hash="c1f61ee39bc04f0783c192236d2db39f"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="de_DE"><file name="Phoenix_Worldpay.csv" hash="b0224148b4cc03ea52016b985d19b0ae"/></dir><dir name="en_US"><file name="Phoenix_Worldpay.csv" hash="30b93daeda3bdfdaadbf15ecbd18c0b5"/></dir></target><target name="mageetc"><dir name="modules"><file name="Phoenix_Worldpay.xml" hash="52b9dc5cd0d94ab43d8691438f090617"/></dir></target><target name="magecommunity"><dir name="Phoenix"><dir name="Worldpay"><dir name="Block"><file name="Failure.php" hash="e96caa77dcdeb5b4e46145e1f032db90"/><file name="Form.php" hash="d279b2d502e875e155101007eef7ebc5"/><file name="Info.php" hash="24bc51b1b86cd3a020982b09e8695c22"/><file name="Processing.php" hash="0f495f4f01f213d999291164d8d6a0c6"/><file name="Success.php" hash="cec01e1f56b8321bb4cafbfc0e330678"/></dir><dir name="controllers"><file name="ProcessingController.php" hash="51718aa6b752d5104a0e14095ec4e7f5"/></dir><dir name="etc"><file name="config.xml" hash="
|
27 |
<compatible/>
|
28 |
<dependencies/>
|
29 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Phoenix_Worldpay</name>
|
4 |
+
<version>1.1.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
19 |
The extension is developed and maintained by the German Magento Silver Partner Phoenix Medien (http://www.phoenix-medien.de).
|
20 |
|
21 |
The development was sponsored by liaison dangereuse (http://www.liaison-dangereuse.de).</description>
|
22 |
+
<notes>- Removed Multishipping Checkout support (redirect doesn't work for multiple orders)</notes>
|
23 |
<authors><author><name>Phoenix Medien</name><user>auto-converted</user><email>info@phoenix-medien.de</email></author></authors>
|
24 |
+
<date>2009-08-17</date>
|
25 |
+
<time>12:00:56</time>
|
26 |
+
<contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="worldpay"><dir name="pdf"><file name="info.phtml" hash="3a92c60f5c05a3e51df366cee651edd6"/></dir><file name="info.phtml" hash="bbf2f9a11fd73ceb7aff46b763d95adc"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="worldpay.xml" hash="a229b174eff5a9320862ec72743961f4"/></dir><dir name="template"><dir name="worldpay"><file name="failure.phtml" hash="383014063d48c501abb9a3f78a5758eb"/><file name="form.phtml" hash="e9a5067faeea45f941e2df6a7eb02920"/><file name="info.phtml" hash="c1f61ee39bc04f0783c192236d2db39f"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="de_DE"><file name="Phoenix_Worldpay.csv" hash="b0224148b4cc03ea52016b985d19b0ae"/></dir><dir name="en_US"><file name="Phoenix_Worldpay.csv" hash="30b93daeda3bdfdaadbf15ecbd18c0b5"/></dir></target><target name="mageetc"><dir name="modules"><file name="Phoenix_Worldpay.xml" hash="52b9dc5cd0d94ab43d8691438f090617"/></dir></target><target name="magecommunity"><dir name="Phoenix"><dir name="Worldpay"><dir name="Block"><file name="Failure.php" hash="e96caa77dcdeb5b4e46145e1f032db90"/><file name="Form.php" hash="d279b2d502e875e155101007eef7ebc5"/><file name="Info.php" hash="24bc51b1b86cd3a020982b09e8695c22"/><file name="Processing.php" hash="0f495f4f01f213d999291164d8d6a0c6"/><file name="Success.php" hash="cec01e1f56b8321bb4cafbfc0e330678"/></dir><dir name="controllers"><file name="ProcessingController.php" hash="51718aa6b752d5104a0e14095ec4e7f5"/></dir><dir name="etc"><file name="config.xml" hash="b1fff0bb6573f5584d223418839b60b7"/><file name="system.xml" hash="56b88292f4c8ace49aa2f7bc677546b6"/></dir><dir name="Helper"><file name="Data.php" hash="354473f472247a9dae11a1fac0cef407"/></dir><dir name="Model"><dir name="Config"><dir name="Backend"><file name="Instid.php" hash="20c846f756ccc1edc0673e6c9ab464bf"/></dir></dir><dir name="Source"><file name="RequestType.php" hash="795d51b4c3f04bb00cf6cca5a3180cd7"/><file name="TransactionMode.php" hash="da4cadb5df1213edc34f22b67235d374"/></dir><file name="Cc.php" hash="ca7740f32ef5e76a72fdd8c308406d2a"/><file name="Config.php" hash="9098369b245a824396354e1b64cd47ab"/></dir></dir></dir></target></contents>
|
27 |
<compatible/>
|
28 |
<dependencies/>
|
29 |
</package>
|