Phoenix_Worldpay - Version 1.1.3

Version Notes

- Added new WorldPay URLs

Download this release

Release Info

Developer Magento Core Team
Extension Phoenix_Worldpay
Version 1.1.3
Comparing to
See all releases


Code changes from version 1.1.2 to 1.1.3

app/code/community/Phoenix/Worldpay/Model/Cc.php CHANGED
@@ -42,8 +42,8 @@ class Phoenix_Worldpay_Model_Cc extends Mage_Payment_Model_Method_Abstract
42
  protected $_paymentMethod = 'cc';
43
  protected $_defaultLocale = 'en';
44
 
45
- protected $_testUrl = 'https://select-test.wp3.rbsworldpay.com/wcc/purchase';
46
- protected $_liveUrl = 'https://select.wp3.rbsworldpay.com/wcc/purchase';
47
 
48
  protected $_formBlockType = 'worldpay/form';
49
  protected $_infoBlockType = 'worldpay/info';
@@ -67,7 +67,7 @@ class Phoenix_Worldpay_Model_Cc extends Mage_Payment_Model_Method_Abstract
67
 
68
  public function getOrderPlaceRedirectUrl()
69
  {
70
- return Mage::getUrl('worldpay/processing/redirect');
71
  }
72
 
73
  public function capture(Varien_Object $payment, $amount)
42
  protected $_paymentMethod = 'cc';
43
  protected $_defaultLocale = 'en';
44
 
45
+ protected $_testUrl = 'https://secure-test.wp3.rbsworldpay.com/wcc/purchase';
46
+ protected $_liveUrl = 'https://secure.wp3.rbsworldpay.com/wcc/purchase';
47
 
48
  protected $_formBlockType = 'worldpay/form';
49
  protected $_infoBlockType = 'worldpay/info';
67
 
68
  public function getOrderPlaceRedirectUrl()
69
  {
70
+ return Mage::getUrl('worldpay/processing/redirect', array('_secure'=>true));
71
  }
72
 
73
  public function capture(Varien_Object $payment, $amount)
app/code/community/Phoenix/Worldpay/etc/config.xml CHANGED
@@ -21,7 +21,7 @@
21
  <config>
22
  <modules>
23
  <Phoenix_Worldpay>
24
- <version>1.1.2</version>
25
  </Phoenix_Worldpay>
26
  </modules>
27
  <global>
21
  <config>
22
  <modules>
23
  <Phoenix_Worldpay>
24
+ <version>1.1.3</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.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,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>- 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>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Phoenix_Worldpay</name>
4
+ <version>1.1.3</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>- Added new WorldPay URLs</notes>
23
  <authors><author><name>Phoenix Medien</name><user>auto-converted</user><email>info@phoenix-medien.de</email></author></authors>
24
+ <date>2009-11-06</date>
25
+ <time>13:46:41</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="c3b3e4ab937f25be15ac7a7e0101b82e"/><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="04352414daf1d382b6c7cd1488946705"/><file name="Config.php" hash="9098369b245a824396354e1b64cd47ab"/></dir></dir></dir></target></contents>
27
  <compatible/>
28
  <dependencies/>
29
  </package>