Version Notes
- Added compatibility to some BR gateway modules
Download this release
Release Info
| Developer | Konduto |
| Extension | Konduto |
| Version | 1.2.1 |
| Comparing to | |
| See all releases | |
Code changes from version 1.2.0 to 1.2.1
app/code/community/Konduto/Score/Helper/Order.php
CHANGED
|
@@ -111,10 +111,10 @@ class Konduto_Score_Helper_Order extends Mage_Core_Helper_Abstract {
|
|
| 111 |
$resp = 'curlError = ' . curl_error($curl);
|
| 112 |
}
|
| 113 |
$save = $this->saveData($data, $resp, $id);
|
| 114 |
-
|
| 115 |
Mage::log('request==>' . $data, NULL, 'konduto.log');
|
| 116 |
Mage::log('response==>' . $resp, null, 'konduto.log');
|
| 117 |
-
}
|
| 118 |
return $resp;
|
| 119 |
}
|
| 120 |
|
| 111 |
$resp = 'curlError = ' . curl_error($curl);
|
| 112 |
}
|
| 113 |
$save = $this->saveData($data, $resp, $id);
|
| 114 |
+
if (Mage::getStoreConfig("scoreoptions/messages/debug")) {
|
| 115 |
Mage::log('request==>' . $data, NULL, 'konduto.log');
|
| 116 |
Mage::log('response==>' . $resp, null, 'konduto.log');
|
| 117 |
+
}
|
| 118 |
return $resp;
|
| 119 |
}
|
| 120 |
|
app/code/community/Konduto/Score/etc/config.xml
CHANGED
|
@@ -123,7 +123,7 @@
|
|
| 123 |
</score>
|
| 124 |
</helpers>
|
| 125 |
<events>
|
| 126 |
-
<
|
| 127 |
<observers>
|
| 128 |
<get_konduto_score>
|
| 129 |
<type>singleton</type>
|
|
@@ -131,7 +131,7 @@
|
|
| 131 |
<method>getScore</method>
|
| 132 |
</get_konduto_score>
|
| 133 |
</observers>
|
| 134 |
-
</
|
| 135 |
<core_block_abstract_to_html_before>
|
| 136 |
<observers>
|
| 137 |
<konduto_invoice>
|
|
@@ -146,7 +146,7 @@
|
|
| 146 |
</konduto_order_page>
|
| 147 |
</observers>
|
| 148 |
</core_block_abstract_to_html_before>
|
| 149 |
-
<sales_order_invoice_register>
|
| 150 |
<observers>
|
| 151 |
<invoice_save>
|
| 152 |
<type>singleton</type>
|
|
@@ -154,14 +154,14 @@
|
|
| 154 |
<method>updateOrder</method>
|
| 155 |
</invoice_save>
|
| 156 |
</observers>
|
| 157 |
-
</sales_order_invoice_register>
|
| 158 |
</events>
|
| 159 |
</global>
|
| 160 |
<default>
|
| 161 |
<scoreoptions>
|
| 162 |
<messages>
|
| 163 |
-
<reviewupscore>0.
|
| 164 |
-
<reviewloscore>0.
|
| 165 |
</messages>
|
| 166 |
</scoreoptions>
|
| 167 |
</default>
|
| 123 |
</score>
|
| 124 |
</helpers>
|
| 125 |
<events>
|
| 126 |
+
<sales_order_place_before>
|
| 127 |
<observers>
|
| 128 |
<get_konduto_score>
|
| 129 |
<type>singleton</type>
|
| 131 |
<method>getScore</method>
|
| 132 |
</get_konduto_score>
|
| 133 |
</observers>
|
| 134 |
+
</sales_order_place_before>
|
| 135 |
<core_block_abstract_to_html_before>
|
| 136 |
<observers>
|
| 137 |
<konduto_invoice>
|
| 146 |
</konduto_order_page>
|
| 147 |
</observers>
|
| 148 |
</core_block_abstract_to_html_before>
|
| 149 |
+
<!-- <sales_order_invoice_register>
|
| 150 |
<observers>
|
| 151 |
<invoice_save>
|
| 152 |
<type>singleton</type>
|
| 154 |
<method>updateOrder</method>
|
| 155 |
</invoice_save>
|
| 156 |
</observers>
|
| 157 |
+
</sales_order_invoice_register> -->
|
| 158 |
</events>
|
| 159 |
</global>
|
| 160 |
<default>
|
| 161 |
<scoreoptions>
|
| 162 |
<messages>
|
| 163 |
+
<reviewupscore>0.15</reviewupscore>
|
| 164 |
+
<reviewloscore>0.06</reviewloscore>
|
| 165 |
</messages>
|
| 166 |
</scoreoptions>
|
| 167 |
</default>
|
package.xml
CHANGED
|
@@ -1,19 +1,18 @@
|
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>Konduto</name>
|
| 4 |
-
<version>1.2.
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license>OSLv3.0</license>
|
| 7 |
<channel>community</channel>
|
| 8 |
<extends/>
|
| 9 |
<summary>Konduto fraud detection service integration</summary>
|
| 10 |
<description>Konduto is a fraud detection service that helps e-commerce merchants spot fraud with Buying Behavior</description>
|
| 11 |
-
<notes>-
|
| 12 |
-
- Better credentials validation in admin</notes>
|
| 13 |
<authors><author><name>Konduto</name><user>konduto</user><email>magentoconnect@konduto.com</email></author><author><name>Excellence Technologies</name><user>manish</user><email>manish@excellencetechnologies.in</email></author></authors>
|
| 14 |
-
<date>2014-09-
|
| 15 |
-
<time>
|
| 16 |
-
<contents><target name="magecommunity"><dir name="Konduto"><dir name="Score"><dir name="Block"><dir name="Adminhtml"><dir name="Order"><file name="Grid.php" hash="befb067ef6c9badc9879fa3e27b5b690"/></dir></dir><dir name="Product"><file name="View.php" hash="26e9a7dda59bf978431e2cf564c59da1"/></dir></dir><dir name="Helper"><file name="Data.php" hash="4eb1e86fb4c5f3833f5d055d594b6a16"/><file name="Order.php" hash="
|
| 17 |
<compatible/>
|
| 18 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.5.1.0</min><max>1.8.1.0</max></package><extension><name>gd</name><min>2.0.28</min><max>3.0</max></extension></required></dependencies>
|
| 19 |
</package>
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>Konduto</name>
|
| 4 |
+
<version>1.2.1</version>
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license>OSLv3.0</license>
|
| 7 |
<channel>community</channel>
|
| 8 |
<extends/>
|
| 9 |
<summary>Konduto fraud detection service integration</summary>
|
| 10 |
<description>Konduto is a fraud detection service that helps e-commerce merchants spot fraud with Buying Behavior</description>
|
| 11 |
+
<notes>- Added compatibility to some BR gateway modules</notes>
|
|
|
|
| 12 |
<authors><author><name>Konduto</name><user>konduto</user><email>magentoconnect@konduto.com</email></author><author><name>Excellence Technologies</name><user>manish</user><email>manish@excellencetechnologies.in</email></author></authors>
|
| 13 |
+
<date>2014-09-04</date>
|
| 14 |
+
<time>19:58:11</time>
|
| 15 |
+
<contents><target name="magecommunity"><dir name="Konduto"><dir name="Score"><dir name="Block"><dir name="Adminhtml"><dir name="Order"><file name="Grid.php" hash="befb067ef6c9badc9879fa3e27b5b690"/></dir></dir><dir name="Product"><file name="View.php" hash="26e9a7dda59bf978431e2cf564c59da1"/></dir></dir><dir name="Helper"><file name="Data.php" hash="4eb1e86fb4c5f3833f5d055d594b6a16"/><file name="Order.php" hash="55a04bc9cdd9225640f9821e06544341"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Score"><file name="Collection.php" hash="2dedf14be82d224d6d8f56fe1a4fa5fc"/></dir><file name="Score.php" hash="938cbb8ae489bc9b0c39e75ca0f180f1"/></dir><file name="Observer.php" hash="1e63bfe563d1e28a4554a17ee2246f7f"/><file name="Score.php" hash="d9f8efdb0b45bbb00c0faf62e23c2b26"/><dir name="System"><file name="Review.php" hash="9e6fa142a86c533acfdba0bb0b9af891"/><file name="Save.php" hash="bf9ea71ab97abc105b5b31577d128e4b"/><file name="Select.php" hash="7af3a6cc2f51f3c503385406d381307a"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="ScoreController.php" hash="7d4fbada790473cd7a5a896ef15c0795"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="df125e243e6163fcd0a4c1401c0e18c6"/><file name="config.xml" hash="57701175b205f3a621f28b77b800f695"/><file name="system.xml" hash="3b2e6d8e5f0a675a7e26e6d8a4532513"/></dir><dir name="sql"><dir name="score_setup"><file name="mysql4-install-0.1.0.php" hash="81b07a2cfb4bb6910166e1f6cfa9a838"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Konduto_Score.xml" hash="c549e42d553ccdeeb1e1ff8e7af82194"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="score.xml" hash="ce8033fbd64586bbe5ae8c2b2a6c2e3c"/></dir><dir name="template"><dir name="score"><dir name="sales"><dir name="order"><dir name="view"><file name="info.phtml" hash="928ede4ea46893156290655727b862cf"/></dir></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="score.xml" hash="2c92434bd76a1ccb2023a2db9a122949"/></dir><dir name="template"><dir name="score"><file name="score.phtml" hash="7a031dbc59e542264fc3c7386b0e1a06"/><file name="getId.phtml" hash="e3df324fdf29fa9c48ed02a799458d51"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="pt_BR"><file name="Konduto_Score.csv" hash="d1c6be3bbd9373139526ca1897288c37"/></dir></target></contents>
|
| 16 |
<compatible/>
|
| 17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.5.1.0</min><max>1.8.1.0</max></package><extension><name>gd</name><min>2.0.28</min><max>3.0</max></extension></required></dependencies>
|
| 18 |
</package>
|
