Secuvad_Official - Version 1.2.6

Version Notes

User rights first release

Download this release

Release Info

Developer Magento Core Team
Extension Secuvad_Official
Version 1.2.6
Comparing to
See all releases


Code changes from version 1.2.5 to 1.2.6

app/code/community/Secuvad/Core/sql/secuvad_setup/mysql4-install-1.2.0.php CHANGED
@@ -125,7 +125,7 @@ $installer->run("
125
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
126
 
127
  DROP TABLE IF EXISTS `{$this->getTable('secuvad_transport')}`;
128
- CREATE TABLE secuvad_transport
129
  (
130
  transport_id int(11) NOT NULL,
131
  transport_name varchar(150) default NULL,
125
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
126
 
127
  DROP TABLE IF EXISTS `{$this->getTable('secuvad_transport')}`;
128
+ CREATE TABLE `{$this->getTable('secuvad_transport')}`
129
  (
130
  transport_id int(11) NOT NULL,
131
  transport_name varchar(150) default NULL,
app/code/community/Secuvad/Core/sql/secuvad_setup/mysql4-uninstall-1.2.1.php ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ $installer = $this;
4
+
5
+ $installer->run("
6
+
7
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_mage_category')}`;
8
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_mage_payment')}`;
9
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_mage_transport')}`;
10
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_category')}`;
11
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_config')}`;
12
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_logs')}`;
13
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_payment')}`;
14
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_transport')}`;
15
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_transport_delay')}`;
16
+ ");
17
+
18
+ $user = Mage::getModel('api/user')
19
+ ->loadByUsername('secuvad');
20
+
21
+ $user->delete();
22
+
23
+ $installer->endSetup();
app/code/community/Secuvad/Core/sql/secuvad_setup/mysql4-uninstall-1.2.2.php ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ $installer = $this;
4
+
5
+ $installer->run("
6
+
7
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_mage_category')}`;
8
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_mage_payment')}`;
9
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_mage_transport')}`;
10
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_category')}`;
11
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_config')}`;
12
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_logs')}`;
13
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_payment')}`;
14
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_transport')}`;
15
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_transport_delay')}`;
16
+ ");
17
+
18
+ $user = Mage::getModel('api/user')
19
+ ->loadByUsername('secuvad');
20
+
21
+ $user->delete();
22
+
23
+ $installer->endSetup();
app/code/community/Secuvad/Core/sql/secuvad_setup/mysql4-uninstall-1.2.3.php ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ $installer = $this;
4
+
5
+ $installer->run("
6
+
7
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_mage_category')}`;
8
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_mage_payment')}`;
9
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_mage_transport')}`;
10
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_category')}`;
11
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_config')}`;
12
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_logs')}`;
13
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_payment')}`;
14
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_transport')}`;
15
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_transport_delay')}`;
16
+ ");
17
+
18
+ $user = Mage::getModel('api/user')
19
+ ->loadByUsername('secuvad');
20
+
21
+ $user->delete();
22
+
23
+ $installer->endSetup();
app/code/community/Secuvad/Core/sql/secuvad_setup/mysql4-uninstall-1.2.4.php ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ $installer = $this;
4
+
5
+ $installer->run("
6
+
7
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_mage_category')}`;
8
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_mage_payment')}`;
9
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_mage_transport')}`;
10
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_category')}`;
11
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_config')}`;
12
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_logs')}`;
13
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_payment')}`;
14
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_transport')}`;
15
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_transport_delay')}`;
16
+ ");
17
+
18
+ $user = Mage::getModel('api/user')
19
+ ->loadByUsername('secuvad');
20
+
21
+ $user->delete();
22
+
23
+ $installer->endSetup();
app/code/community/Secuvad/Core/sql/secuvad_setup/mysql4-uninstall-1.2.6.php ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ $installer = $this;
4
+
5
+ $installer->run("
6
+
7
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_mage_category')}`;
8
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_mage_payment')}`;
9
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_mage_transport')}`;
10
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_category')}`;
11
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_config')}`;
12
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_logs')}`;
13
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_payment')}`;
14
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_transport')}`;
15
+ DROP TABLE IF EXISTS `{$this->getTable('secuvad_transport_delay')}`;
16
+ ");
17
+
18
+ $user = Mage::getModel('api/user')
19
+ ->loadByUsername('secuvad');
20
+
21
+ $user->delete();
22
+
23
+ $installer->endSetup();
app/code/community/Secuvad/Core/sql/secuvad_setup/mysql4-upgrade-1.2.1-1.2.2.php ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ <?php
2
+
3
+ $installer = $this;
app/code/community/Secuvad/Core/sql/secuvad_setup/mysql4-upgrade-1.2.5-1.2.6.php ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ <?php
2
+
3
+ $installer = $this;
package.xml CHANGED
@@ -1,22 +1,20 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Secuvad_Official</name>
4
- <version>1.2.5</version>
5
  <stability>stable</stability>
6
  <license>gpl</license>
7
  <channel>community</channel>
8
  <extends/>
9
- <summary>D&#xE9;tection de commandes frauduleuses, garantie impay&#xE9;s et recouvrement d&amp;amp;apos;impay&#xE9;s.</summary>
10
  <description>Ce module soumet vos commandes automatiquement &#xE0; Secuvad pour &#xE9;valuation ; une commande peut &#xEA;tre VALIDE ou INVALIDE (potentiellement frauduleuse), libre au commer&#xE7;ant de la livrer ou non.
11
 
12
- Le module permet &#xE9;galement de soumettre les commandes impay&#xE9;es (g&#xE9;n&#xE9;ralement pour contestation du porteur de la carte de paiement) et d&amp;amp;apos;en demander le recouvrement par Secuvad.</description>
13
- <notes>Corrected tables' prefix bug
14
- Added
15
- Added some configuration properties</notes>
16
  <authors><author><name>SECUVAD</name><user>auto-converted</user><email>magento@secuvad.com</email></author></authors>
17
  <date>2011-03-10</date>
18
- <time>10:46:14</time>
19
- <contents><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="secuvad"><file name="attention.gif" hash="21ff0e6ba24381e63789116139180cf0"/><file name="checkclient.gif" hash="9401025d89a0377aa3d844e7f8686165"/><file name="encours.gif" hash="d0ae3817653558109a8e86bc0019105b"/><file name="erreur.gif" hash="4f24dfdde996f4aad5fbc89232a5bece"/><file name="green.gif" hash="0db2c4f24c0f0c3f7958a05181af897a"/><file name="logo secuvad.gif" hash="41a5fb1c927dfcd42bf421a57f3a9a60"/><file name="not_send.gif" hash="1aaa96fc1319e16a85b3841c840f2721"/><file name="not_sent.gif" hash="eec242544fc4dde4cf5b3038bb2c05b1"/><file name="wait.gif" hash="a45c8b57a8c1b7d07ab1bf37afdbc1e9"/></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="secuvad.xml" hash="63fa23f485989a6a0c19be6741556132"/></dir><dir name="template"><dir name="secuvad"><file name="categoriestree.phtml" hash="7188384f3e2e97259f7e0f6b6f93861f"/><file name="category.phtml" hash="a283dbbe1778c67031834bca9c0fe481"/><file name="categorytreeformcontenair.phtml" hash="1b818bb058d5513d28a47b9a6535a205"/><file name="payment.phtml" hash="b295dbd8d20241871df61201ea92be85"/><file name="record.phtml" hash="321ae6785aeaa48935f6169f620ad7a9"/><file name="shipping.phtml" hash="e3716a26475ba04e4317a235b9c0ba30"/><file name="support.phtml" hash="ebb063392ab049483bcc2a3a7895aa5a"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="fr_FR"><file name="Secuvad.csv" hash="4e204d9143c8f406bc374825dab586d2"/></dir></target><target name="mageetc"><dir name="modules"><file name="Secuvad_Core.xml" hash="899d1b84d64cade01ea8de99afc1ebd2"/></dir></target><target name="magecommunity"><dir name="Secuvad"><dir name="Core"><dir name="Block"><dir name="Category"><dir name="Typeproduct"><dir name="Edit"><file name="Form.php" hash="486db76ab65b0c7f482f2f2d27e6965e"/></dir><file name="Edit.php" hash="cf01f54e65e58d7346c3fe354a25f219"/></dir></dir><dir name="Logs"><file name="Grid.php" hash="785df5f8695cf8f7b20720cc93588ab4"/></dir><dir name="Orders"><dir name="View"><dir name="Tab"><file name="Secuvad.php" hash="a3a2f6e71601328ddd80ee0661912c09"/></dir></dir><file name="Grid.php" hash="af202e181a2e24f1d7be7e76dfd15c21"/></dir><dir name="Tree"><file name="Abstract.php" hash="3013e48bc03951232a2ffc5fecaa5f4f"/><file name="TypeProduct.php" hash="8b35e222b83fdc759454653f499b931c"/></dir><dir name="Widget"><dir name="Grid"><dir name="Column"><dir name="Renderer"><file name="Fraud.php" hash="563db9a00222318ba4dd556783504899"/><file name="Secuvad.php" hash="3d7ce70c2d8c2ae591bae50d7f416ac1"/></dir></dir></dir></dir><file name="Logs.php" hash="b7b65a4571dd5a3359e883fef6677b43"/><file name="Orders.php" hash="e664584ca0a84245ef9c0d43ece34519"/><file name="Secuvad.php" hash="289ce5411d6a7f468499b2c230ca44ae"/></dir><dir name="Controller"><dir name="Tree"><file name="Abstract.php" hash="ff617e4b343adb4c7bb227a9bc285e1f"/><file name="TypeProduct.php" hash="38fcdf70c6f93256de69f3dfc1a5eda2"/></dir></dir><dir name="controllers"><dir name="Category"><file name="TypeproductController.php" hash="e761c91ff641fa1327191c4421f278e9"/></dir><file name="ApiController.php" hash="e5b00f4463839d17b9f4143f800e6705"/><file name="CategoryController.php" hash="7b04cce25577707fe52ce0a889110ffc"/><file name="CybermutController.php" hash="ed13571de3323e8fd70c1594010581f2"/><file name="LogsController.php" hash="2b79c7ed62f901d9f7ab5655b11240dd"/><file name="OrdersController.php" hash="a98e52657ad5332528513a3be477e0fa"/><file name="PayboxController.php" hash="f4b48685ede8a5f4617fefaf85bae8bc"/><file name="PaymentController.php" hash="0abee9a954b9c055f69d1289858efb20"/><file name="RecordController.php" hash="c637bfd016d95b87a1b51882bb0f18b1"/><file name="ShippingController.php" hash="fb0cd11e310d87f6ae9fe93acac88f91"/><file name="SpplusController.php" hash="62e86b0b2c981c58f7fe5098de9079c1"/><file name="StandardController.php" hash="90f9759ac2ccf9dbfe197f2a147d704b"/><file name="SupportController.php" hash="35aca7138042e6e20e3b57454526c2cb"/></dir><dir name="etc"><file name="api.xml" hash="87641156c9945f4eee0b805c5a48e992"/><file name="config.xml" hash="86643ccbb45faf219a35b403c7ed8abb"/></dir><dir name="Helper"><file name="Data.php" hash="fd430008d4d055968fd141aef9d35fae"/></dir><dir name="Model"><dir name="Api"><file name="Resource.php" hash="2b699b206d89e21866b7785e726d64fd"/></dir><dir name="Category"><file name="Association.php" hash="4f7307b4534da5d2c1953f1669418fc2"/><file name="Category.php" hash="4e0ac35e3cc30de29ef5613207cf0b07"/><file name="CategoryConfig.php" hash="1541e8c0a80feda93ac1c8b02bdb7407"/></dir><dir name="Mysql4"><dir name="Category"><dir name="Association"><file name="Collection.php" hash="04060fc7d2c250efe44f8c8bcc8b6333"/></dir><dir name="Category"><file name="Collection.php" hash="31b712992b4a36af5a0ed64d4fc7b80c"/></dir><file name="Association.php" hash="5c8dfd1736cf0ec1e34ae05d86a517a0"/><file name="Category.php" hash="5d36c0f0f442b90352ea7082b7488972"/></dir><dir name="Config"><file name="Collection.php" hash="998d3024589329fe21a9e37a38324212"/></dir><dir name="Logs"><file name="Collection.php" hash="eb61146dce8c79407ba863a539507a6a"/></dir><dir name="Orders"><file name="Collection.php" hash="fdc3206681cd8516c639bfca864ccafc"/></dir><dir name="Payment"><dir name="Association"><file name="Collection.php" hash="7b83f01b0fc6b224064c108b464a09c3"/></dir><dir name="Payment"><file name="Collection.php" hash="038f2890fd62ba5873099ae89b1a761c"/></dir><file name="Association.php" hash="73e7a5eae0bcb23cd95c50c53cbe4a63"/><file name="Payment.php" hash="022649b3eebbf071202daa65fd97b066"/></dir><dir name="Shipping"><dir name="Association"><file name="Collection.php" hash="f3039a1dc4da9bbcabd4e6a5672db2af"/></dir><dir name="Transport"><file name="Collection.php" hash="e31e73ad8b505f946da07632fecd775c"/></dir><dir name="TransportDelay"><file name="Collection.php" hash="e62e389e2b41ac58bc8d2c28dd5fe6e3"/></dir><file name="Association.php" hash="e6c2a03d6c42c79ee9db6f29e8a22e21"/><file name="Transport.php" hash="c491f085e009ccf9681c14f0778a6753"/><file name="TransportDelay.php" hash="e02ffd3b28bb0931db2448a7c818d559"/></dir><file name="Abstract.php" hash="a823b320cd8c51b748e064b9119ab2e8"/><file name="Config.php" hash="4db5923d822cca799fbc79be36bc8153"/><file name="Logs.php" hash="244942612504f433a0b7f2d242bd88a0"/><file name="Orders.php" hash="ecc48f6be218aedfe4be4bbb03e4af77"/><file name="Setup.php" hash="460c10e5c6a477f0308e2540537f3aac"/></dir><dir name="Paybox"><file name="System.php" hash="4098e42585d3d6ce72089b73d59f57ff"/></dir><dir name="Payment"><file name="Association.php" hash="11e21d2e02b3b3d55400be41c69c3414"/><file name="Payment.php" hash="64d20a9588fb08bc524ddb059c18830a"/><file name="PaymentConfig.php" hash="4e56f43bfb4a602aa044e0e4d1516171"/></dir><dir name="Sales"><dir name="Invoice"><file name="Observer.php" hash="22f094e29c3ed81a89f1de0690b962d0"/></dir></dir><dir name="Shipping"><file name="Association.php" hash="3d51ead13bc06f91772db3df7243c5f8"/><file name="ShippingConfig.php" hash="e6f72e9221bb1d156ec48024d918f4ac"/><file name="Transport.php" hash="fc307af682fce5cc3745243fd8eced1f"/><file name="TransportDelay.php" hash="ffd1266d57e47830307c8edc9364f3b2"/></dir><file name="Api.php" hash="b30acfb721a224ae08f4284727d3233c"/><file name="Config.php" hash="4ce70ab1237dcb642fbfbd37eafb15e9"/><file name="Fraud.php" hash="bc8712c607d425ae265c329266b3245a"/><file name="Functions.php" hash="ee8bb687d62d455beda8b778f387a43d"/><file name="Logs.php" hash="9e5de7161270747d03d15c1cd8a13f90"/><file name="Orders.php" hash="a2f73575009ccc63a5b7095b240019f0"/><file name="Record.php" hash="2c963bc4b256318ce2c75d93ac964fc2"/><file name="Support.php" hash="1b71d9453efde0812a20a8401a1e110c"/><file name="System.php" hash="c22c4915a5cad328c3e907d42688dce0"/></dir><dir name="sql"><dir name="secuvad_setup"><file name="mysql4-install-1.2.0.php" hash="b9e5358ab0996aec5ee629e18aadb908"/><file name="mysql4-uninstall-1.2.0.php" hash="12233cb3be952a29461f6a0438e9d585"/><file name="mysql4-uninstall-1.2.5.php" hash="12233cb3be952a29461f6a0438e9d585"/><file name="mysql4-upgrade-1.2.0-1.2.1.php" hash="3ea69d93ace824cd0198a5d456753284"/><file name="mysql4-upgrade-1.2.2-1.2.3.php" hash="3ea69d93ace824cd0198a5d456753284"/><file name="mysql4-upgrade-1.2.3-1.2.4.php" hash="3ea69d93ace824cd0198a5d456753284"/><file name="mysql4-upgrade-1.2.4-1.2.5.php" hash="303aff318c2da3eac293529afd161c94"/></dir></dir><file name="Default.php" hash="7b0b8cd94b771547f0fff9bbabf80d20"/></dir></dir></target></contents>
20
  <compatible/>
21
  <dependencies/>
22
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Secuvad_Official</name>
4
+ <version>1.2.6</version>
5
  <stability>stable</stability>
6
  <license>gpl</license>
7
  <channel>community</channel>
8
  <extends/>
9
+ <summary>D&#xE9;tection de commandes frauduleuses, garantie impay&#xE9;s et recouvrement d'impay&#xE9;s.</summary>
10
  <description>Ce module soumet vos commandes automatiquement &#xE0; Secuvad pour &#xE9;valuation ; une commande peut &#xEA;tre VALIDE ou INVALIDE (potentiellement frauduleuse), libre au commer&#xE7;ant de la livrer ou non.
11
 
12
+ Le module permet &#xE9;galement de soumettre les commandes impay&#xE9;es (g&#xE9;n&#xE9;ralement pour contestation du porteur de la carte de paiement) et d'en demander le recouvrement par Secuvad.</description>
13
+ <notes>User rights first release</notes>
 
 
14
  <authors><author><name>SECUVAD</name><user>auto-converted</user><email>magento@secuvad.com</email></author></authors>
15
  <date>2011-03-10</date>
16
+ <time>13:36:23</time>
17
+ <contents><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="secuvad"><file name="attention.gif" hash="21ff0e6ba24381e63789116139180cf0"/><file name="checkclient.gif" hash="9401025d89a0377aa3d844e7f8686165"/><file name="encours.gif" hash="d0ae3817653558109a8e86bc0019105b"/><file name="erreur.gif" hash="4f24dfdde996f4aad5fbc89232a5bece"/><file name="green.gif" hash="0db2c4f24c0f0c3f7958a05181af897a"/><file name="logo secuvad.gif" hash="41a5fb1c927dfcd42bf421a57f3a9a60"/><file name="not_send.gif" hash="1aaa96fc1319e16a85b3841c840f2721"/><file name="not_sent.gif" hash="eec242544fc4dde4cf5b3038bb2c05b1"/><file name="wait.gif" hash="a45c8b57a8c1b7d07ab1bf37afdbc1e9"/></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="secuvad.xml" hash="63fa23f485989a6a0c19be6741556132"/></dir><dir name="template"><dir name="secuvad"><file name="categoriestree.phtml" hash="7188384f3e2e97259f7e0f6b6f93861f"/><file name="category.phtml" hash="a283dbbe1778c67031834bca9c0fe481"/><file name="categorytreeformcontenair.phtml" hash="1b818bb058d5513d28a47b9a6535a205"/><file name="payment.phtml" hash="b295dbd8d20241871df61201ea92be85"/><file name="record.phtml" hash="321ae6785aeaa48935f6169f620ad7a9"/><file name="shipping.phtml" hash="e3716a26475ba04e4317a235b9c0ba30"/><file name="support.phtml" hash="ebb063392ab049483bcc2a3a7895aa5a"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="fr_FR"><file name="Secuvad.csv" hash="4e204d9143c8f406bc374825dab586d2"/></dir></target><target name="mageetc"><dir name="modules"><file name="Secuvad_Core.xml" hash="899d1b84d64cade01ea8de99afc1ebd2"/></dir></target><target name="magecommunity"><dir name="Secuvad"><dir name="Core"><dir name="Block"><dir name="Category"><dir name="Typeproduct"><dir name="Edit"><file name="Form.php" hash="486db76ab65b0c7f482f2f2d27e6965e"/></dir><file name="Edit.php" hash="cf01f54e65e58d7346c3fe354a25f219"/></dir></dir><dir name="Logs"><file name="Grid.php" hash="785df5f8695cf8f7b20720cc93588ab4"/></dir><dir name="Orders"><dir name="View"><dir name="Tab"><file name="Secuvad.php" hash="a3a2f6e71601328ddd80ee0661912c09"/></dir></dir><file name="Grid.php" hash="af202e181a2e24f1d7be7e76dfd15c21"/></dir><dir name="Tree"><file name="Abstract.php" hash="3013e48bc03951232a2ffc5fecaa5f4f"/><file name="TypeProduct.php" hash="8b35e222b83fdc759454653f499b931c"/></dir><dir name="Widget"><dir name="Grid"><dir name="Column"><dir name="Renderer"><file name="Fraud.php" hash="563db9a00222318ba4dd556783504899"/><file name="Secuvad.php" hash="3d7ce70c2d8c2ae591bae50d7f416ac1"/></dir></dir></dir></dir><file name="Logs.php" hash="b7b65a4571dd5a3359e883fef6677b43"/><file name="Orders.php" hash="e664584ca0a84245ef9c0d43ece34519"/><file name="Secuvad.php" hash="289ce5411d6a7f468499b2c230ca44ae"/></dir><dir name="Controller"><dir name="Tree"><file name="Abstract.php" hash="ff617e4b343adb4c7bb227a9bc285e1f"/><file name="TypeProduct.php" hash="38fcdf70c6f93256de69f3dfc1a5eda2"/></dir></dir><dir name="controllers"><dir name="Category"><file name="TypeproductController.php" hash="e761c91ff641fa1327191c4421f278e9"/></dir><file name="ApiController.php" hash="e5b00f4463839d17b9f4143f800e6705"/><file name="CategoryController.php" hash="7b04cce25577707fe52ce0a889110ffc"/><file name="CybermutController.php" hash="ed13571de3323e8fd70c1594010581f2"/><file name="LogsController.php" hash="2b79c7ed62f901d9f7ab5655b11240dd"/><file name="OrdersController.php" hash="a98e52657ad5332528513a3be477e0fa"/><file name="PayboxController.php" hash="f4b48685ede8a5f4617fefaf85bae8bc"/><file name="PaymentController.php" hash="0abee9a954b9c055f69d1289858efb20"/><file name="RecordController.php" hash="c637bfd016d95b87a1b51882bb0f18b1"/><file name="ShippingController.php" hash="fb0cd11e310d87f6ae9fe93acac88f91"/><file name="SpplusController.php" hash="62e86b0b2c981c58f7fe5098de9079c1"/><file name="StandardController.php" hash="90f9759ac2ccf9dbfe197f2a147d704b"/><file name="SupportController.php" hash="35aca7138042e6e20e3b57454526c2cb"/></dir><dir name="etc"><file name="api.xml" hash="87641156c9945f4eee0b805c5a48e992"/><file name="config.xml" hash="86643ccbb45faf219a35b403c7ed8abb"/></dir><dir name="Helper"><file name="Data.php" hash="fd430008d4d055968fd141aef9d35fae"/></dir><dir name="Model"><dir name="Api"><file name="Resource.php" hash="2b699b206d89e21866b7785e726d64fd"/></dir><dir name="Category"><file name="Association.php" hash="4f7307b4534da5d2c1953f1669418fc2"/><file name="Category.php" hash="4e0ac35e3cc30de29ef5613207cf0b07"/><file name="CategoryConfig.php" hash="1541e8c0a80feda93ac1c8b02bdb7407"/></dir><dir name="Mysql4"><dir name="Category"><dir name="Association"><file name="Collection.php" hash="04060fc7d2c250efe44f8c8bcc8b6333"/></dir><dir name="Category"><file name="Collection.php" hash="31b712992b4a36af5a0ed64d4fc7b80c"/></dir><file name="Association.php" hash="5c8dfd1736cf0ec1e34ae05d86a517a0"/><file name="Category.php" hash="5d36c0f0f442b90352ea7082b7488972"/></dir><dir name="Config"><file name="Collection.php" hash="998d3024589329fe21a9e37a38324212"/></dir><dir name="Logs"><file name="Collection.php" hash="eb61146dce8c79407ba863a539507a6a"/></dir><dir name="Orders"><file name="Collection.php" hash="fdc3206681cd8516c639bfca864ccafc"/></dir><dir name="Payment"><dir name="Association"><file name="Collection.php" hash="7b83f01b0fc6b224064c108b464a09c3"/></dir><dir name="Payment"><file name="Collection.php" hash="038f2890fd62ba5873099ae89b1a761c"/></dir><file name="Association.php" hash="73e7a5eae0bcb23cd95c50c53cbe4a63"/><file name="Payment.php" hash="022649b3eebbf071202daa65fd97b066"/></dir><dir name="Shipping"><dir name="Association"><file name="Collection.php" hash="f3039a1dc4da9bbcabd4e6a5672db2af"/></dir><dir name="Transport"><file name="Collection.php" hash="e31e73ad8b505f946da07632fecd775c"/></dir><dir name="TransportDelay"><file name="Collection.php" hash="e62e389e2b41ac58bc8d2c28dd5fe6e3"/></dir><file name="Association.php" hash="e6c2a03d6c42c79ee9db6f29e8a22e21"/><file name="Transport.php" hash="c491f085e009ccf9681c14f0778a6753"/><file name="TransportDelay.php" hash="e02ffd3b28bb0931db2448a7c818d559"/></dir><file name="Abstract.php" hash="a823b320cd8c51b748e064b9119ab2e8"/><file name="Config.php" hash="4db5923d822cca799fbc79be36bc8153"/><file name="Logs.php" hash="244942612504f433a0b7f2d242bd88a0"/><file name="Orders.php" hash="ecc48f6be218aedfe4be4bbb03e4af77"/><file name="Setup.php" hash="460c10e5c6a477f0308e2540537f3aac"/></dir><dir name="Paybox"><file name="System.php" hash="4098e42585d3d6ce72089b73d59f57ff"/></dir><dir name="Payment"><file name="Association.php" hash="11e21d2e02b3b3d55400be41c69c3414"/><file name="Payment.php" hash="64d20a9588fb08bc524ddb059c18830a"/><file name="PaymentConfig.php" hash="4e56f43bfb4a602aa044e0e4d1516171"/></dir><dir name="Sales"><dir name="Invoice"><file name="Observer.php" hash="22f094e29c3ed81a89f1de0690b962d0"/></dir></dir><dir name="Shipping"><file name="Association.php" hash="3d51ead13bc06f91772db3df7243c5f8"/><file name="ShippingConfig.php" hash="e6f72e9221bb1d156ec48024d918f4ac"/><file name="Transport.php" hash="fc307af682fce5cc3745243fd8eced1f"/><file name="TransportDelay.php" hash="ffd1266d57e47830307c8edc9364f3b2"/></dir><file name="Api.php" hash="b30acfb721a224ae08f4284727d3233c"/><file name="Config.php" hash="4ce70ab1237dcb642fbfbd37eafb15e9"/><file name="Fraud.php" hash="bc8712c607d425ae265c329266b3245a"/><file name="Functions.php" hash="ee8bb687d62d455beda8b778f387a43d"/><file name="Logs.php" hash="9e5de7161270747d03d15c1cd8a13f90"/><file name="Orders.php" hash="a2f73575009ccc63a5b7095b240019f0"/><file name="Record.php" hash="2c963bc4b256318ce2c75d93ac964fc2"/><file name="Support.php" hash="1b71d9453efde0812a20a8401a1e110c"/><file name="System.php" hash="c22c4915a5cad328c3e907d42688dce0"/></dir><dir name="sql"><dir name="secuvad_setup"><file name="mysql4-install-1.2.0.php" hash="5a44ba625d546f7a631bf1f9d70ae21b"/><file name="mysql4-uninstall-1.2.0.php" hash="12233cb3be952a29461f6a0438e9d585"/><file name="mysql4-uninstall-1.2.1.php" hash="12233cb3be952a29461f6a0438e9d585"/><file name="mysql4-uninstall-1.2.2.php" hash="12233cb3be952a29461f6a0438e9d585"/><file name="mysql4-uninstall-1.2.3.php" hash="12233cb3be952a29461f6a0438e9d585"/><file name="mysql4-uninstall-1.2.4.php" hash="12233cb3be952a29461f6a0438e9d585"/><file name="mysql4-uninstall-1.2.5.php" hash="12233cb3be952a29461f6a0438e9d585"/><file name="mysql4-uninstall-1.2.6.php" hash="12233cb3be952a29461f6a0438e9d585"/><file name="mysql4-upgrade-1.2.0-1.2.1.php" hash="3ea69d93ace824cd0198a5d456753284"/><file name="mysql4-upgrade-1.2.1-1.2.2.php" hash="3ea69d93ace824cd0198a5d456753284"/><file name="mysql4-upgrade-1.2.2-1.2.3.php" hash="3ea69d93ace824cd0198a5d456753284"/><file name="mysql4-upgrade-1.2.3-1.2.4.php" hash="3ea69d93ace824cd0198a5d456753284"/><file name="mysql4-upgrade-1.2.4-1.2.5.php" hash="303aff318c2da3eac293529afd161c94"/><file name="mysql4-upgrade-1.2.5-1.2.6.php" hash="3ea69d93ace824cd0198a5d456753284"/></dir></dir><file name="Default.php" hash="7b0b8cd94b771547f0fff9bbabf80d20"/></dir></dir></target></contents>
18
  <compatible/>
19
  <dependencies/>
20
  </package>