Version Notes
No Notes
Download this release
Release Info
Developer | Shaya Krauss |
Extension | FraudShields |
Version | 1.2.0.7 |
Comparing to | |
See all releases |
Code changes from version 1.2.0.6 to 1.2.0.7
app/code/local/Excellence/Post/Model/Observer.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
|
2 |
<?php
|
3 |
|
4 |
-
class
|
5 |
public $cardnum;
|
6 |
public $exp;
|
7 |
|
1 |
|
2 |
<?php
|
3 |
|
4 |
+
class FraudShields_Model_Observer {
|
5 |
public $cardnum;
|
6 |
public $exp;
|
7 |
|
app/code/local/Excellence/Post/etc/config.xml
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<config>
|
3 |
<modules>
|
4 |
-
<
|
5 |
<version>1.0.1</version>
|
6 |
-
</
|
7 |
</modules>
|
8 |
<global>
|
9 |
<events>
|
1 |
<?xml version="1.0"?>
|
2 |
<config>
|
3 |
<modules>
|
4 |
+
<FraudShields>
|
5 |
<version>1.0.1</version>
|
6 |
+
</FraudShields>
|
7 |
</modules>
|
8 |
<global>
|
9 |
<events>
|
app/etc/modules/{Excellence_Post.xml → FraudShields.xml}
RENAMED
@@ -1,10 +1,10 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<config>
|
3 |
<modules>
|
4 |
-
<
|
5 |
<codePool>local</codePool>
|
6 |
<active>true</active>
|
7 |
-
</
|
8 |
</modules>
|
9 |
</config>
|
10 |
|
1 |
<?xml version="1.0"?>
|
2 |
<config>
|
3 |
<modules>
|
4 |
+
<FraudShields>
|
5 |
<codePool>local</codePool>
|
6 |
<active>true</active>
|
7 |
+
</FraudShields>
|
8 |
</modules>
|
9 |
</config>
|
10 |
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>FraudShields</name>
|
4 |
-
<version>1.2.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>GNU General Public License (GPL)</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>This is the description for the FraudShields Extension</description>
|
11 |
<notes>No Notes</notes>
|
12 |
<authors><author><name>Shaya Krauss</name><user>fpswebmaster</user><email>webmaster@fidelitypayment.com</email></author></authors>
|
13 |
-
<date>2013-12-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magelocal"><dir name="Excellence"><dir name="Post"><dir name="Model"><file name="Observer.php" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>FraudShields</name>
|
4 |
+
<version>1.2.0.7</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GNU General Public License (GPL)</license>
|
7 |
<channel>community</channel>
|
10 |
<description>This is the description for the FraudShields Extension</description>
|
11 |
<notes>No Notes</notes>
|
12 |
<authors><author><name>Shaya Krauss</name><user>fpswebmaster</user><email>webmaster@fidelitypayment.com</email></author></authors>
|
13 |
+
<date>2013-12-04</date>
|
14 |
+
<time>15:49:29</time>
|
15 |
+
<contents><target name="magelocal"><dir name="Excellence"><dir name="Post"><dir name="Model"><file name="Observer.php" hash="8e1101a4b96cd66bdd3eafecfcac8542"/></dir><dir name="etc"><file name="config.xml" hash="ed99838e4b4817af28db5004870120b1"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="FraudShields.xml" hash="311c8e5f4ed52a284966d7ba504d35ae"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|