Version Notes
The full details of the transaction, including the billing and delivery information, are sent to the gateway for processing using the Hosted Payment pages.
Download this release
Release Info
Developer | Innovate Payments |
Extension | InnovatePayments |
Version | 1.2.1 |
Comparing to | |
See all releases |
Code changes from version 1.2.0 to 1.2.1
app/code/community/Innovate/InnovatePayments/Model/Cc.php
CHANGED
@@ -17,13 +17,6 @@
|
|
17 |
* @copyright Copyright (c) 2011 Innovate Payments (http://www.innovatepayments.com/)
|
18 |
*/
|
19 |
|
20 |
-
function innovatepayments_Log($text) {
|
21 |
-
$text=trim($text);
|
22 |
-
$log_fh=fopen('/home/keith/htdocs/log.txt','a');
|
23 |
-
fprintf($log_fh,"%s %s\n",date('d/m/Y H:i:s '),$text);
|
24 |
-
fclose($log_fh);
|
25 |
-
}
|
26 |
-
|
27 |
class Innovate_InnovatePayments_Model_Cc extends Mage_Payment_Model_Method_Abstract
|
28 |
|
29 |
{
|
@@ -176,8 +169,6 @@ class Innovate_InnovatePayments_Model_Cc extends Mage_Payment_Model_Method_Abstr
|
|
176 |
$params['delv_signature']=$this->_signData($params,'delv_title,delv_fname,delv_sname,delv_addr1,delv_addr2,delv_addr3,delv_city,delv_region,delv_country,delv_zip,ivp_signature',$securityKey);
|
177 |
$params['return_signature']=$this->_signData($params,'return_cb_auth,return_cb_decl,return_cb_can,return_auth,return_can,ivp_signature',$securityKey);
|
178 |
|
179 |
-
innovatepayments_Log(print_r($params,true));
|
180 |
-
|
181 |
return $params;
|
182 |
}
|
183 |
|
17 |
* @copyright Copyright (c) 2011 Innovate Payments (http://www.innovatepayments.com/)
|
18 |
*/
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
class Innovate_InnovatePayments_Model_Cc extends Mage_Payment_Model_Method_Abstract
|
21 |
|
22 |
{
|
169 |
$params['delv_signature']=$this->_signData($params,'delv_title,delv_fname,delv_sname,delv_addr1,delv_addr2,delv_addr3,delv_city,delv_region,delv_country,delv_zip,ivp_signature',$securityKey);
|
170 |
$params['return_signature']=$this->_signData($params,'return_cb_auth,return_cb_decl,return_cb_can,return_auth,return_can,ivp_signature',$securityKey);
|
171 |
|
|
|
|
|
172 |
return $params;
|
173 |
}
|
174 |
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>InnovatePayments</name>
|
4 |
-
<version>1.2.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -9,12 +9,11 @@
|
|
9 |
<summary>Add the Innovate Payments Gateway as a supported payment method.</summary>
|
10 |
<description>This extension will allow you to use the Innovate Payments Gateway to process orders from your store.</description>
|
11 |
<notes>The full details of the transaction, including the billing and delivery information, are sent to the gateway for processing using the Hosted Payment pages.
|
12 |
-

|
13 |
</notes>
|
14 |
<authors><author><name>Innovate Payments</name><user>innopay</user><email>support@innovatepayments.com</email></author></authors>
|
15 |
-
<date>2012-
|
16 |
-
<time>
|
17 |
-
<contents><target name="magecommunity"><dir name="Innovate"><dir name="InnovatePayments"><dir name="Block"><file name="Cancel.php" hash="0c6315ec2414c0c5b332d3b2211fdc41"/><file name="Failure.php" hash="5c016b0c48406bc21a49560220cfa88d"/><file name="Form.php" hash="a91945ba5dc0c9d9da118a809f136f7c"/><file name="Info.php" hash="560ca34f80f08e0f333cfe32ef9ccdbd"/><file name="Redirect.php" hash="8b66e3068ac2caf7c7095c0f4644ade9"/><file name="Success.php" hash="9a78eefe30c4ca361a5169c0d157e39a"/></dir><dir name="Helper"><file name="Data.php" hash="50501bf1afa3461d94f27bed16b828b0"/></dir><dir name="Model"><file name="Cc.php" hash="
|
18 |
<compatible/>
|
19 |
-
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
20 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>InnovatePayments</name>
|
4 |
+
<version>1.2.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
9 |
<summary>Add the Innovate Payments Gateway as a supported payment method.</summary>
|
10 |
<description>This extension will allow you to use the Innovate Payments Gateway to process orders from your store.</description>
|
11 |
<notes>The full details of the transaction, including the billing and delivery information, are sent to the gateway for processing using the Hosted Payment pages.
|
|
|
12 |
</notes>
|
13 |
<authors><author><name>Innovate Payments</name><user>innopay</user><email>support@innovatepayments.com</email></author></authors>
|
14 |
+
<date>2012-07-18</date>
|
15 |
+
<time>11:28:16</time>
|
16 |
+
<contents><target name="magecommunity"><dir name="Innovate"><dir name="InnovatePayments"><dir name="Block"><file name="Cancel.php" hash="0c6315ec2414c0c5b332d3b2211fdc41"/><file name="Failure.php" hash="5c016b0c48406bc21a49560220cfa88d"/><file name="Form.php" hash="a91945ba5dc0c9d9da118a809f136f7c"/><file name="Info.php" hash="560ca34f80f08e0f333cfe32ef9ccdbd"/><file name="Redirect.php" hash="8b66e3068ac2caf7c7095c0f4644ade9"/><file name="Success.php" hash="9a78eefe30c4ca361a5169c0d157e39a"/></dir><dir name="Helper"><file name="Data.php" hash="50501bf1afa3461d94f27bed16b828b0"/></dir><dir name="Model"><file name="Cc.php" hash="d6ac12e30205830e8048c862a795bb44"/><dir name="Source"><file name="RequestType.php" hash="1782ce00c256f5d2483e4d39d079d521"/></dir></dir><dir name="controllers"><file name="ProcessingController.php" hash="776a8774704dbb0e5b4eac4be7ddc4b9"/></dir><dir name="etc"><file name="config.xml" hash="08b59203abb1bfbc91987997a6cc9e70"/><file name="system.xml" hash="7603389f75a2a668b38b0087b9897540"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="innovatepayments.xml" hash="899282c045188750cdb0a26e32bef854"/></dir><dir name="template"><dir name="innovatepayments"><file name="blank.phtml" hash="f41b2c40b289f90460380b269d8889f4"/><file name="cancel.phtml" hash="f1da4d782fb5adb701911f2f83a94934"/><file name="failure.phtml" hash="5b86357569ed153b766cdade25234d31"/><file name="form.phtml" hash="8dfa67e66faa865bb8454034d379c124"/><file name="info.phtml" hash="24ae8cd54f8dca95c8a4cf88f7678f7f"/><file name="redirect.phtml" hash="e498ede8c08ba5a44f80aa03f9d84ebd"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="innovatepayments"><file name="info.phtml" hash="4913c1db96c6019d2e25f03b3b0b3359"/><dir name="pdf"><file name="info.phtml" hash="b44d58e88b30a95051f576f2abb0e040"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Innovate_InnovatePayments.xml" hash="3f7ad0b6f40c6cf0f90486b79d2bdbce"/></dir></target></contents>
|
17 |
<compatible/>
|
18 |
+
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name></name><channel>connect.magentocommerce.com/core</channel><min></min><max></max></package></required></dependencies>
|
19 |
</package>
|