Version Notes
Added payment instrument, bank name, fraud details, emi months in comment field under the order section.
Download this release
Release Info
Developer | Subham Khandelwal |
Extension | PayZippy_Payment_Gateway |
Version | 0.1.7 |
Comparing to | |
See all releases |
Code changes from version 0.1.6 to 0.1.7
app/code/community/FlipKart/PayZippy/.DS_Store
ADDED
Binary file
|
app/code/community/FlipKart/PayZippy/controllers/.DS_Store
ADDED
Binary file
|
app/code/community/FlipKart/PayZippy/controllers/PaymentController.php
CHANGED
@@ -38,14 +38,22 @@ class FlipKart_PayZippy_PaymentController extends Mage_Core_Controller_Front_Act
|
|
38 |
$hash_recievd = $response['hash'];
|
39 |
$payzippy_transid = $response['payzippy_transaction_id'];
|
40 |
$payment_method = $response['payment_method'];
|
|
|
|
|
|
|
|
|
|
|
41 |
$trans_status = htmlentities($response['transaction_status']);
|
42 |
$orderId = $response['merchant_transaction_id'];
|
43 |
$message = htmlentities($response['transaction_response_message']);
|
44 |
$is_international = $response['is_international'];
|
45 |
$fraud_action = $response['fraud_action'];
|
|
|
|
|
|
|
46 |
$allow = array('SUCCESS','INITIATED','PENDING');
|
47 |
$configured_order_status = Mage::helper('payzippy')->getConfigData('order_status');
|
48 |
-
$comment = 'PayZippy Transaction Id : '.$payzippy_transid.'<br/>'.'Payment Method : '.$payment_method.'<br/>'.'Transaction Status : '.$trans_status.'<br/>'.'Transaction Response Code : '.$validated.'<br/>'.'Transaction Response Message : '.$message.'<br/>'.'Is_International : '.$is_international.'<br/>'.'Fraud Action : '.$fraud_action;
|
49 |
unset($response['hash']);
|
50 |
$hash_generated = Mage::helper('payzippy')->getHash($response,Mage::helper('payzippy')->getConfigData('secret_key'));
|
51 |
|
38 |
$hash_recievd = $response['hash'];
|
39 |
$payzippy_transid = $response['payzippy_transaction_id'];
|
40 |
$payment_method = $response['payment_method'];
|
41 |
+
$payment_instrument = $response['payment_instrument'];
|
42 |
+
$bank_name = $response['bank_name'];
|
43 |
+
$emi_months = $response['emi_months'];
|
44 |
+
if($emi_months == '')
|
45 |
+
$emi_months = 'N/A';
|
46 |
$trans_status = htmlentities($response['transaction_status']);
|
47 |
$orderId = $response['merchant_transaction_id'];
|
48 |
$message = htmlentities($response['transaction_response_message']);
|
49 |
$is_international = $response['is_international'];
|
50 |
$fraud_action = $response['fraud_action'];
|
51 |
+
$fraud_detials = $response['fraud_details'];
|
52 |
+
if($fraud_details == '')
|
53 |
+
$fraud_details = 'Accept';
|
54 |
$allow = array('SUCCESS','INITIATED','PENDING');
|
55 |
$configured_order_status = Mage::helper('payzippy')->getConfigData('order_status');
|
56 |
+
$comment = 'PayZippy Transaction Id : '.$payzippy_transid.'<br/>'.'Payment Method : '.$payment_method.'<br/>'.'Payment Instrument : '.$payment_instrument.'<br/>'.'Bank Name : '.$bank_name.'<br/>'.'EMI Months : '.$emi_months.'<br/>'.'Transaction Status : '.$trans_status.'<br/>'.'Transaction Response Code : '.$validated.'<br/>'.'Transaction Response Message : '.$message.'<br/>'.'Is_International : '.$is_international.'<br/>'.'Fraud Action : '.$fraud_action.'<br/>'.'Fraud Details : '.$fraud_details;
|
57 |
unset($response['hash']);
|
58 |
$hash_generated = Mage::helper('payzippy')->getHash($response,Mage::helper('payzippy')->getConfigData('secret_key'));
|
59 |
|
app/design/frontend/base/default/template/payzippy/.DS_Store
ADDED
Binary file
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>PayZippy_Payment_Gateway</name>
|
4 |
-
<version>0.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -22,11 +22,11 @@
|
|
22 |
</ul>
|
23 |
</div>
|
24 |
<div><span>If you have any queries or require more information about our service offering, feel free to reach out to us at <strong><a href="mailto:contactus@payzippy.com">contactus@payzippy.com</a></strong>.</span></div></description>
|
25 |
-
<notes>
|
26 |
<authors><author><name>Subham Khandelwal</name><user>PayZippy</user><email>subham.khandelwal@flipkart.com</email></author></authors>
|
27 |
-
<date>2014-02-
|
28 |
-
<time>
|
29 |
-
<contents><target name="magecommunity"><dir name="FlipKart"><dir name="PayZippy"><dir name="Block"><file name="Form.php" hash="cc14cdb6f170b687fe38c7bd9c73ec2b"/><file name="Info.php" hash="d7b2736958e1843501b6b2751329378b"/><file name="Redirect.php" hash="a89aa5c851b0ffde033e6fa66b35b8c1"/></dir><dir name="Helper"><file name="Data.php" hash="1b17cddfc16a49371c7fa804f3326660"/></dir><dir name="Model"><dir name="Mysql4"><file name="Setup.php" hash="8adc2ac49e33c5f85daeb4c107387e14"/></dir><file name="Standard.php" hash="ae4a800a3d99aa9841a450fdf0058f37"/><dir name="System"><dir name="Config"><dir name="Source"><dir name="Payment"><dir name="Bank"><file name="Names.php" hash="6740c20c072b0ce964203e84789cb9e7"/></dir><file name="Methods.php" hash="d09501065f232fa99b9c9f2085995038"/></dir></dir></dir></dir></dir><dir name="controllers"><file name="PaymentController.php" hash="
|
30 |
<compatible/>
|
31 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
32 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>PayZippy_Payment_Gateway</name>
|
4 |
+
<version>0.1.7</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
22 |
</ul>
|
23 |
</div>
|
24 |
<div><span>If you have any queries or require more information about our service offering, feel free to reach out to us at <strong><a href="mailto:contactus@payzippy.com">contactus@payzippy.com</a></strong>.</span></div></description>
|
25 |
+
<notes>Added payment instrument, bank name, fraud details, emi months in comment field under the order section.</notes>
|
26 |
<authors><author><name>Subham Khandelwal</name><user>PayZippy</user><email>subham.khandelwal@flipkart.com</email></author></authors>
|
27 |
+
<date>2014-02-26</date>
|
28 |
+
<time>06:35:02</time>
|
29 |
+
<contents><target name="magecommunity"><dir name="FlipKart"><dir name="PayZippy"><dir name="Block"><file name="Form.php" hash="cc14cdb6f170b687fe38c7bd9c73ec2b"/><file name="Info.php" hash="d7b2736958e1843501b6b2751329378b"/><file name="Redirect.php" hash="a89aa5c851b0ffde033e6fa66b35b8c1"/></dir><dir name="Helper"><file name="Data.php" hash="1b17cddfc16a49371c7fa804f3326660"/></dir><dir name="Model"><dir name="Mysql4"><file name="Setup.php" hash="8adc2ac49e33c5f85daeb4c107387e14"/></dir><file name="Standard.php" hash="ae4a800a3d99aa9841a450fdf0058f37"/><dir name="System"><dir name="Config"><dir name="Source"><dir name="Payment"><dir name="Bank"><file name="Names.php" hash="6740c20c072b0ce964203e84789cb9e7"/></dir><file name="Methods.php" hash="d09501065f232fa99b9c9f2085995038"/></dir></dir></dir></dir></dir><dir name="controllers"><file name="PaymentController.php" hash="0a7bd46d156418d01c0ea62611fd7a73"/><file name=".DS_Store" hash="7c08f2776e846e79949e04e1ec01ca04"/></dir><dir name="etc"><file name="config.xml" hash="2c468269d5892a95c75fd92c2a36c6a3"/><file name="system.xml" hash="8e9ce94a93b6c1af6295066e5c7f2a18"/></dir><dir name="sql"><dir name="payzippy_setup"><file name="mysql4-install-0.1.0.php" hash="c69266c1d23fe4d66405835ea60c932e"/></dir></dir><file name=".DS_Store" hash="5d37388646fb276dee8b8c1b8947f5fd"/></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="payzippy"><file name="form.phtml" hash="0c29fd4ac905fa95357cb3bb60a283aa"/><file name="redirect.phtml" hash="0e2722a6012d1e6859d9275d4b09683d"/><file name=".DS_Store" hash="94517cd9eb8806be2159de2a13b500e0"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="FlipKart_PayZippy.xml" hash="6a9b3027607fb0c3212e9a829d61fa15"/></dir></target></contents>
|
30 |
<compatible/>
|
31 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
32 |
</package>
|