Fianet_Sac - Version 1.0.2

Version Notes

third official commit

Download this release

Release Info

Developer Magento Core Team
Extension Fianet_Sac
Version 1.0.2
Comparing to
See all releases


Code changes from version 1.0.1 to 1.0.2

Files changed (36) hide show
  1. app/code/community/Fianet/Sac/Block/Adminhtml/Payment/Configuration.php +2 -2
  2. app/code/community/Fianet/Sac/Block/Adminhtml/Payment/Edit/Form.php +1 -1
  3. app/code/community/Fianet/Sac/Helper/Data.php +1 -1
  4. app/code/community/Fianet/Sac/Helper/Order.php +1 -1
  5. app/code/community/Fianet/Sac/Model/Action.php +4 -4
  6. app/code/community/Fianet/Sac/Model/Fianet/Order/Info/Sac.php +1 -1
  7. app/code/community/Fianet/Sac/Model/Fianet/Order/Sac.php +1 -1
  8. app/code/community/Fianet/Sac/Model/Mysql4/Payment/Association.php +1 -1
  9. app/code/community/Fianet/Sac/Model/Mysql4/Payment/Association/Collection.php +1 -1
  10. app/code/community/Fianet/Sac/Model/Observer.php +1 -1
  11. app/code/community/Fianet/Sac/Model/Payment/Association.php +1 -1
  12. app/code/community/Fianet/Sac/Model/Product.php +1 -1
  13. app/code/community/Fianet/Sac/Model/Source/Statut.php +1 -1
  14. app/code/community/Fianet/Sac/Model/Source/Type.php +1 -1
  15. app/code/community/Fianet/Sac/controllers/Adminhtml/PaymentController.php +1 -1
  16. app/code/community/Fianet/Sac/etc/adminhtml.xml +18 -2
  17. app/code/community/Fianet/Sac/etc/config.xml +2 -2
  18. app/code/community/Fianet/Sac/etc/system.xml +1 -1
  19. app/code/community/Fianet/Sac/sql/sac_setup/mysql4-install-0.0.1.php +1 -1
  20. app/code/community/Fianet/Sac/sql/sac_setup/mysql4-upgrade-0.0.1-0.0.2.php +1 -1
  21. app/code/community/Fianet/Sac/sql/sac_setup/mysql4-upgrade-0.0.10-0.0.11.php +1 -1
  22. app/code/community/Fianet/Sac/sql/sac_setup/mysql4-upgrade-0.0.11-0.0.12.php +1 -1
  23. app/code/community/Fianet/Sac/sql/sac_setup/mysql4-upgrade-0.0.12-0.0.13.php +1 -1
  24. app/code/community/Fianet/Sac/sql/sac_setup/mysql4-upgrade-0.0.13-1.0.0.php +1 -1
  25. app/code/community/Fianet/Sac/sql/sac_setup/mysql4-upgrade-0.0.2-0.0.3.php +1 -1
  26. app/code/community/Fianet/Sac/sql/sac_setup/mysql4-upgrade-0.0.3-0.0.4.php +1 -1
  27. app/code/community/Fianet/Sac/sql/sac_setup/mysql4-upgrade-0.0.4-0.0.5.php +1 -1
  28. app/code/community/Fianet/Sac/sql/sac_setup/mysql4-upgrade-1.0.0-1.0.1.php +1 -1
  29. app/design/adminhtml/default/default/layout/sac.xml +1 -1
  30. app/design/adminhtml/default/default/template/sac/categoriestree.phtml +1 -1
  31. app/design/adminhtml/default/default/template/sac/categorytreeformcontainer.phtml +1 -1
  32. app/design/adminhtml/default/default/template/sac/shipping.phtml +1 -1
  33. app/design/adminhtml/default/default/template/sac/storeswitcher.phtml +1 -1
  34. app/etc/modules/Fianet_Sac.xml +1 -1
  35. app/locale/fr_FR/Fianet_Sac.csv +23 -53
  36. package.xml +7 -7
app/code/community/Fianet/Sac/Block/Adminhtml/Payment/Configuration.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.1 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Sac_Block_Adminhtml_Payment_Configuration extends Mage_Adminhtml_Block_Widget_Form_Container {
@@ -29,7 +29,7 @@ class Fianet_Sac_Block_Adminhtml_Payment_Configuration extends Mage_Adminhtml_Bl
29
  }
30
 
31
  public function getHeaderText() {
32
- return Mage::helper('fianet')->__('Payment configuration');
33
  }
34
 
35
  }
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Sac_Block_Adminhtml_Payment_Configuration extends Mage_Adminhtml_Block_Widget_Form_Container {
29
  }
30
 
31
  public function getHeaderText() {
32
+ return Mage::helper('fianet')->__('Payments configuration');
33
  }
34
 
35
  }
app/code/community/Fianet/Sac/Block/Adminhtml/Payment/Edit/Form.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.1 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Sac_Block_Adminhtml_Payment_Edit_Form extends Mage_Adminhtml_Block_Widget_Form {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Sac_Block_Adminhtml_Payment_Edit_Form extends Mage_Adminhtml_Block_Widget_Form {
app/code/community/Fianet/Sac/Helper/Data.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.1 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Sac_Helper_Data extends Mage_Core_Helper_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Sac_Helper_Data extends Mage_Core_Helper_Abstract {
app/code/community/Fianet/Sac/Helper/Order.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.1 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Sac_Helper_Order extends Mage_Core_Helper_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Sac_Helper_Order extends Mage_Core_Helper_Abstract {
app/code/community/Fianet/Sac/Model/Action.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.1 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Sac_Model_Action {
@@ -65,7 +65,7 @@ class Fianet_Sac_Model_Action {
65
 
66
  try {
67
  $payment_type = Mage::getModel('sac/payment_association')->load($order->getPayment()->getMethod())->getValue();
68
- $message = "Certissim : sending missing order #%s, payment type is %s sac status is %s";
69
  Mage::getModel('fianet/log')->log(Mage::helper('fianet')->__($message, $order->getIncrementId(), $payment_type, $statut));
70
  $SacOrder = Fianet_Sac_Model_Fianet_Order_Sac::GenerateSacOrder($order);
71
  $sender = Mage::getModel('fianet/fianet_sender');
@@ -89,7 +89,7 @@ class Fianet_Sac_Model_Action {
89
  }
90
 
91
  public static function getEvaluation($orderIds = array()) {
92
- Mage::getModel('fianet/log')->log(Mage::helper('fianet')->__('Certissim : get Evaluation'));
93
  $nb = 0;
94
 
95
  $collection = Mage::getResourceModel('sales/order_collection')
@@ -225,7 +225,7 @@ class Fianet_Sac_Model_Action {
225
  try {
226
  $notification = Mage::getModel('adminnotification/inbox');
227
  $notification->setseverity(Mage_AdminNotification_Model_Inbox::SEVERITY_MINOR);
228
- $notification->setTitle(Mage::helper('fianet')->__('Order %s has been reevaluated', $reevaluation['refid']));
229
  $notification->setDate_added(date('Y-m-d H:i:s'));
230
 
231
  switch ($reevaluation['eval']) {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Sac_Model_Action {
65
 
66
  try {
67
  $payment_type = Mage::getModel('sac/payment_association')->load($order->getPayment()->getMethod())->getValue();
68
+ $message = "Certissim : sending missing order #%s, payment type is %s Certissim status is %s";
69
  Mage::getModel('fianet/log')->log(Mage::helper('fianet')->__($message, $order->getIncrementId(), $payment_type, $statut));
70
  $SacOrder = Fianet_Sac_Model_Fianet_Order_Sac::GenerateSacOrder($order);
71
  $sender = Mage::getModel('fianet/fianet_sender');
89
  }
90
 
91
  public static function getEvaluation($orderIds = array()) {
92
+ Mage::getModel('fianet/log')->log(Mage::helper('fianet')->__('Certissim : Attempt to retrieve Evaluation...'));
93
  $nb = 0;
94
 
95
  $collection = Mage::getResourceModel('sales/order_collection')
225
  try {
226
  $notification = Mage::getModel('adminnotification/inbox');
227
  $notification->setseverity(Mage_AdminNotification_Model_Inbox::SEVERITY_MINOR);
228
+ $notification->setTitle(Mage::helper('fianet')->__('Certissim : Order %s has been reevaluated', $reevaluation['refid']));
229
  $notification->setDate_added(date('Y-m-d H:i:s'));
230
 
231
  switch ($reevaluation['eval']) {
app/code/community/Fianet/Sac/Model/Fianet/Order/Info/Sac.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.1 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Sac_Model_Fianet_Order_Info_Sac {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Sac_Model_Fianet_Order_Info_Sac {
app/code/community/Fianet/Sac/Model/Fianet/Order/Sac.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.1 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Sac_Model_Fianet_Order_Sac {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Sac_Model_Fianet_Order_Sac {
app/code/community/Fianet/Sac/Model/Mysql4/Payment/Association.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.1 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Sac_Model_Mysql4_Payment_Association extends Fianet_Core_Model_Mysql4_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Sac_Model_Mysql4_Payment_Association extends Fianet_Core_Model_Mysql4_Abstract {
app/code/community/Fianet/Sac/Model/Mysql4/Payment/Association/Collection.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.1 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Sac_Model_Mysql4_Payment_Association_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Sac_Model_Mysql4_Payment_Association_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
app/code/community/Fianet/Sac/Model/Observer.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.1 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Sac_Model_Observer {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Sac_Model_Observer {
app/code/community/Fianet/Sac/Model/Payment/Association.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.1 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Sac_Model_Payment_Association extends Mage_Core_Model_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Sac_Model_Payment_Association extends Mage_Core_Model_Abstract {
app/code/community/Fianet/Sac/Model/Product.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.1 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Sac_Model_Product extends Fianet_Core_Model_Product {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Sac_Model_Product extends Fianet_Core_Model_Product {
app/code/community/Fianet/Sac/Model/Source/Statut.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.1 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Sac_Model_Source_Statut {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Sac_Model_Source_Statut {
app/code/community/Fianet/Sac/Model/Source/Type.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.1 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Sac_Model_Source_Type {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Sac_Model_Source_Type {
app/code/community/Fianet/Sac/controllers/Adminhtml/PaymentController.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.1 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Sac_Adminhtml_PaymentController extends Mage_Adminhtml_Controller_Action {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Sac_Adminhtml_PaymentController extends Mage_Adminhtml_Controller_Action {
app/code/community/Fianet/Sac/etc/adminhtml.xml CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.1 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
@@ -25,7 +25,7 @@
25
  <sort_order>20</sort_order>
26
  <children>
27
  <sacconfpaiement translate="title" module="sac">
28
- <title>Configuration payment</title>
29
  <sort_order>10</sort_order>
30
  <action>sac/adminhtml_payment</action>
31
  </sacconfpaiement>
@@ -54,6 +54,22 @@
54
  </children>
55
  </system>
56
  </children>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  </admin>
58
  </resources>
59
  </acl>
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
25
  <sort_order>20</sort_order>
26
  <children>
27
  <sacconfpaiement translate="title" module="sac">
28
+ <title>Payments configuration</title>
29
  <sort_order>10</sort_order>
30
  <action>sac/adminhtml_payment</action>
31
  </sacconfpaiement>
54
  </children>
55
  </system>
56
  </children>
57
+ <children>
58
+ <adminfianet>
59
+ <children>
60
+ <sacconfig>
61
+ <title>Certissim</title>
62
+ <sort_order>20</sort_order>
63
+ <children>
64
+ <sacconfpaiement>
65
+ <title>Configuration payment</title>
66
+ <sort_order>10</sort_order>
67
+ </sacconfpaiement>
68
+ </children>
69
+ </sacconfig>
70
+ </children>
71
+ </adminfianet>
72
+ </children>
73
  </admin>
74
  </resources>
75
  </acl>
app/code/community/Fianet/Sac/etc/config.xml CHANGED
@@ -12,14 +12,14 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.1 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
19
  <config>
20
  <modules>
21
  <Fianet_Sac>
22
- <version>1.0.1</version>
23
  </Fianet_Sac>
24
  </modules>
25
  <admin>
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
19
  <config>
20
  <modules>
21
  <Fianet_Sac>
22
+ <version>1.0.2</version>
23
  </Fianet_Sac>
24
  </modules>
25
  <admin>
app/code/community/Fianet/Sac/etc/system.xml CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.1 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
app/code/community/Fianet/Sac/sql/sac_setup/mysql4-install-0.0.1.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.1 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
app/code/community/Fianet/Sac/sql/sac_setup/mysql4-upgrade-0.0.1-0.0.2.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.1 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
app/code/community/Fianet/Sac/sql/sac_setup/mysql4-upgrade-0.0.10-0.0.11.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.1 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
app/code/community/Fianet/Sac/sql/sac_setup/mysql4-upgrade-0.0.11-0.0.12.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.1 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
app/code/community/Fianet/Sac/sql/sac_setup/mysql4-upgrade-0.0.12-0.0.13.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.1 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
app/code/community/Fianet/Sac/sql/sac_setup/mysql4-upgrade-0.0.13-1.0.0.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.1 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
app/code/community/Fianet/Sac/sql/sac_setup/mysql4-upgrade-0.0.2-0.0.3.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.1 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
app/code/community/Fianet/Sac/sql/sac_setup/mysql4-upgrade-0.0.3-0.0.4.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.1 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
app/code/community/Fianet/Sac/sql/sac_setup/mysql4-upgrade-0.0.4-0.0.5.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.1 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
app/code/community/Fianet/Sac/sql/sac_setup/mysql4-upgrade-1.0.0-1.0.1.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.1 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
app/design/adminhtml/default/default/layout/sac.xml CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.1 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
app/design/adminhtml/default/default/template/sac/categoriestree.phtml CHANGED
@@ -11,7 +11,7 @@
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2012 FIA-NET
14
- * @version Release: $Revision: 1.0.1 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2012 FIA-NET
14
+ * @version Release: $Revision: 1.0.2 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
app/design/adminhtml/default/default/template/sac/categorytreeformcontainer.phtml CHANGED
@@ -11,7 +11,7 @@
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2012 FIA-NET
14
- * @version Release: $Revision: 1.0.1 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2012 FIA-NET
14
+ * @version Release: $Revision: 1.0.2 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
app/design/adminhtml/default/default/template/sac/shipping.phtml CHANGED
@@ -11,7 +11,7 @@
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2012 FIA-NET
14
- * @version Release: $Revision: 1.0.1 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2012 FIA-NET
14
+ * @version Release: $Revision: 1.0.2 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
app/design/adminhtml/default/default/template/sac/storeswitcher.phtml CHANGED
@@ -11,7 +11,7 @@
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2012 FIA-NET
14
- * @version Release: $Revision: 1.0.1 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2012 FIA-NET
14
+ * @version Release: $Revision: 1.0.2 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
app/etc/modules/Fianet_Sac.xml CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.1 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
app/locale/fr_FR/Fianet_Sac.csv CHANGED
@@ -1,36 +1,19 @@
1
- "Product type","Type de produit"
2
- "Shipping type","Type de livraison"
3
- "Categories shipping times","D&eacute;lai de livraison par cat&eacute;gorie"
4
- "Transport shipping times","D&eacute;lai de livraison par type de transport"
5
- "Log","Journal"
6
- "Configuration payment","Configuration des moyens de paiement"
7
- "Categories configuration","Configuration des cat&eacute;gories"
8
- "Shipping methods list","Liste des m&eacute;thodes de livraison"
9
- "Shipping method","M&eacute;thode de livraison"
10
- "FIA-NET Shipping type","Type de livraison FIA-NET"
11
- "Shipping speed","Rapidit&eacute; de livraison"
12
- "Conveyor","Convoyeur"
13
- "Shipping times","D&eacute;lai de livraison"
14
- "Shipping times no stock","D&eacute;lai de livraison si rupture de stock"
15
- "Name","Nom"
16
- "Quantity","Quantit&eacute;"
17
- "Shipping times by delivery","D&eacute;lai de livraison par m&eacute;thode de livraison"
18
- "Encrypted key","Cl&eacute; crypt&eacute;e"
19
- "General configuration","Configuration générale"
20
- "Enabled","Activ&eacute;"
21
  "The site ID is provided in your Certissim account","Le Site ID est fourni dans votre compte Certissim"
22
  "The Login is provided in your Certissim account","Le Login est fourni dans votre compte Certissim"
23
  "The Password is provided in your Certissim account","Le Mot de passe est fourni dans votre compte Certissim"
24
- "Test or production mode","Mode test ou production"
25
- "Password","Mot de passe"
26
- "Encryption mode","Mode"
27
- "Charset","Jeu de caract&egrave;re"
28
- "Default product type","Type de produit par d&eacute;faut"
29
- "List of Magento's Statuses","Liste des Statuts Magento"
30
- "Select the status for which the transaction will be sent to CERTISSIM system (multiple selections possible)","Selectionnez le statut pour lequel la transaction sera soumise au syst&egrave;me Certissim (multis&eacute;lection possible)"
31
  "Maximum delay to sending commands (in day)","D&eacute;lai maximum d'envoi des commandes en jour"
32
  "Orders placed before this time will not be sent to CERTISSIM","Les commandes pass&eacute;es il y a plus de X jours ne seront pas soumises au syst&egrave;me Certissim"
33
- "Links","Liens"
 
34
  "Production URL","URL de Production"
35
  "Test URL","URL de Test"
36
  "Sending script's orders","Script d'envoi des commandes"
@@ -38,28 +21,15 @@
38
  "Recovery script's reevaluations","Script de r&eacute;cup&eacute;ration des r&eacute;&eacute;valuations"
39
  "CERTISSIM Interface","Interface CERTISSIM"
40
  "Check XML","Page de v&eacute;rification du flux XML"
41
- "Data succesfully saved.","Les donn&eacute;es ont &eacute;t&eacute; sauvegard&eacute;es"
42
- "Status","Statut"
43
- "Value","Valeur"
44
- "Notify customer ?","Notifier client ?"
45
- "Partial cancellation","Annulation partielle"
46
- "Cancel","Annulation"
47
- "Are you sure ?","Etes-vous certain ?"
48
- "Success.","Succ&egrave;s"
49
- "Success, not yet funded.","Succ&egrave;s, pas encore financ&eacute;"
50
- "Payment statut not found","Status du paiement non trouv&eacute;"
51
- "Order under control","Commande sous surveillance"
52
- "Positive score","Score positif"
53
- "Negative score","Score negatif"
54
- "Validate","Valider"
55
- "Last tag","Dernier Tag"
56
- "Choose Store","Choisir une vue magasin"
57
- "Apply to sub-categories","Appliquer au sous-cat&eacute;gories"
58
- "This payment method is currently in test phase, no payment possible.","Cette m&eacute;thode de paiement est actuellement en phase de test, aucun paiement n'est possible"
59
- "Credit card","Carte bancaire"
60
- "Money order","Chèque"
61
- "Against repayment","Contre-remboursement"
62
- "Transfer","Virement"
63
- "Credit card in x times","Carte bancaire en plusieurs fois"
64
- "Paypal","Paypal"
65
- "Processing statuts","Statuts processing"
1
+ "Payments configuration","Configuration des moyens de paiement"
2
+ "Payment methods","Méthodes de paiement"
3
+ "Credit card","Carte bancaire"
4
+ "Money order","Chèque"
5
+ "Against repayment","Contre-remboursement"
6
+ "Transfer","Virement"
7
+ "Credit card in x times","Carte bancaire en plusieurs fois"
8
+ "Paypal","Paypal"
9
+
 
 
 
 
 
 
 
 
 
 
 
10
  "The site ID is provided in your Certissim account","Le Site ID est fourni dans votre compte Certissim"
11
  "The Login is provided in your Certissim account","Le Login est fourni dans votre compte Certissim"
12
  "The Password is provided in your Certissim account","Le Mot de passe est fourni dans votre compte Certissim"
 
 
 
 
 
 
 
13
  "Maximum delay to sending commands (in day)","D&eacute;lai maximum d'envoi des commandes en jour"
14
  "Orders placed before this time will not be sent to CERTISSIM","Les commandes pass&eacute;es il y a plus de X jours ne seront pas soumises au syst&egrave;me Certissim"
15
+ "List of Magento's Statuses","Liste des Statuts Magento"
16
+ "Select the status for which the transaction will be sent to CERTISSIM system (multiple selections possible)","Selectionnez le statut pour lequel la transaction sera soumise au syst&egrave;me Certissim (multis&eacute;lection possible)"
17
  "Production URL","URL de Production"
18
  "Test URL","URL de Test"
19
  "Sending script's orders","Script d'envoi des commandes"
21
  "Recovery script's reevaluations","Script de r&eacute;cup&eacute;ration des r&eacute;&eacute;valuations"
22
  "CERTISSIM Interface","Interface CERTISSIM"
23
  "Check XML","Page de v&eacute;rification du flux XML"
24
+
25
+ "Certissim : Attempt to retrieve Reevaluation...","Certissim : tentative de récupération des Réevaluations..."
26
+ "Certissim : Attempt to retrieve Evaluation...","Certissim : tentative de récupération des Evaluations..."
27
+ "Certissim : %s reevaluation found.","Certissim : %s réévaluations trouvées."
28
+ "Certissim : New send evaluation request","Certissim : nouvel envoi d'une commande"
29
+ "Certissim : sending missing order #%s, payment type is %s Certissim status is %s","Certissim : envoi des commandes absentes #%s, type de paiement %s, statut Certissim %s"
30
+ "Certissim : Order %s updated to eval %s","Certissim : la commande %s mise à jour vers évaluation %s"
31
+ "Certissim : Order %s has been reevaluated","Certissim : la commande %s a été réévaluée pas le système d'analyse des commande de FIA-NET"
32
+ "Certissim : The order %s has now evaluation %s","Certissim : la commande %s a maintenant l'évaluation %s"
33
+ "Certissim : Retrieving reevaluation ended.","Certissim : récupération des réévaluations terminées."
34
+ "Certissim : order %s sent and is currently in state : %s","Certissim : commande %s envoyée et est actuellement à l'état : %s"
35
+ "Certissim : %s order(s) successfully sent to FIA-NET","Certissim : %s commande(s) envoyées avec succès à FIA-NET"
 
 
 
 
 
 
 
 
 
 
 
 
 
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Fianet_Sac</name>
4
- <version>1.0.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/OSL-3.0">Open Software License (OSL 3.0)</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>FIA-NET Certissim</summary>
10
  <description>Anti-Fraud System</description>
11
- <notes>second official commit</notes>
12
- <authors><author><name>FIA-NET</name><user>FIA-NET</user><email>support-boutique@fia-net.com</email></author></authors>
13
- <date>2013-05-24</date>
14
- <time>08:49:47</time>
15
- <contents><target name="magecommunity"><dir name="Fianet"><dir name="Sac"><dir name="Block"><dir name="Adminhtml"><dir name="Payment"><file name="Configuration.php" hash="c12216c34f92d553b597fdcb962a2559"/><dir name="Edit"><file name="Form.php" hash="cfdc5657228a289531672493a6a24008"/></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="4f8b166e96a48341e1c90469dd93de29"/><file name="Order.php" hash="363d28e43b0f94e2ef0954cb5fb59c22"/></dir><dir name="Model"><file name="Action.php" hash="e5b94d08b1ef6d5b7edfa45afe53800b"/><dir name="Fianet"><dir name="Order"><dir name="Info"><file name="Sac.php" hash="97a25f78e5174348e39af3d2b7b91552"/></dir><file name="Sac.php" hash="01478c77c814ed4ef15486816b011796"/></dir></dir><dir name="Mysql4"><dir name="Payment"><dir name="Association"><file name="Collection.php" hash="25c531d1b34b4c9a9c09b7c8d77a7fab"/></dir><file name="Association.php" hash="03b7242ea330dd8d48ae9386bb2f5b87"/></dir></dir><file name="Observer.php" hash="7367a63c12f2d2dacb1c2f22d282ac6f"/><dir name="Payment"><file name="Association.php" hash="b2744fded4bd4a95c236000e9335dfa7"/></dir><file name="Product.php" hash="82358c8996348c6be2da5bc12de48b8d"/><dir name="Source"><file name="Statut.php" hash="e6d218fe8de864e7c448f33c5ebe3188"/><file name="Type.php" hash="b1d9bcd25cb58104d0d87ee0c9f2e142"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="PaymentController.php" hash="51c0a5c7016e21edd288261a3c11fea3"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="b3afc82ec93a7e978365d2b006facf89"/><file name="config.xml" hash="e91f684ba5c694862a8d4f506046d6c4"/><file name="system.xml" hash="a555aa6088cac442135abc28ef36bc9a"/></dir><dir name="sql"><dir name="sac_setup"><file name="mysql4-install-0.0.1.php" hash="8a6cb2894e62ca2e6ff19b573de88810"/><file name="mysql4-upgrade-0.0.1-0.0.2.php" hash="3df979d9c557e29c6b993fc4d54511c0"/><file name="mysql4-upgrade-0.0.10-0.0.11.php" hash="da8049079ba19dda28f70a049a62fc12"/><file name="mysql4-upgrade-0.0.11-0.0.12.php" hash="95235473720af18a5625013cb3b03811"/><file name="mysql4-upgrade-0.0.12-0.0.13.php" hash="67a1a3a16d818065a97c17cfe5331452"/><file name="mysql4-upgrade-0.0.13-1.0.0.php" hash="8ac9faac25706687214217bf812ed505"/><file name="mysql4-upgrade-0.0.2-0.0.3.php" hash="6c19a733b2aba3bfe7ccfd4d01ea7451"/><file name="mysql4-upgrade-0.0.3-0.0.4.php" hash="4997fc7e388ae662b25a727d122fa4c2"/><file name="mysql4-upgrade-0.0.4-0.0.5.php" hash="b631cf6bc5985a813a61b68be7fe8c60"/><file name="mysql4-upgrade-1.0.0-1.0.1.php" hash="2513d2ac4f95a977f5a4e73fa2ff671d"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="sac.xml" hash="997537e480ba943964af231555acedad"/></dir><dir name="template"><dir name="sac"><file name="categoriestree.phtml" hash="d7c09f42cfbc8707c45f3f164134887b"/><file name="categorytreeformcontainer.phtml" hash="449b1d2837f083e2210d35724f17a486"/><file name="shipping.phtml" hash="86d11fd12bea6e04f098df240f26564a"/><file name="storeswitcher.phtml" hash="a76d57d77e5ad12942c988f9fec7cf05"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Fianet_Sac.xml" hash="00b24abe3eeb993c392c461c988467ff"/></dir></target><target name="magelocale"><dir name="fr_FR"><file name="Fianet_Sac.csv" hash="6d65100235b7dc7f1a399c1a38630f4e"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="kwixo"><file name="RnP.gif" hash="d2f0083a5731f301b9a3bdcff327e19c"/><file name="attention.gif" hash="d85cab75ed2cba677829db26b1f0a6c2"/><file name="cb15.gif" hash="c9b308669efc27038043480400ab99e2"/><file name="fianet_SAC_icon.gif" hash="be9ce72c9a2bd81611a9e82537a8e15a"/><file name="icon_reset.gif" hash="1a883459cf1035dbc4fcd21c777af477"/><file name="ko.gif" hash="3d479be5db8b4b2ffa67612eeb5d47e1"/><file name="ok.gif" hash="1f6c46ba51a3f8732f62a65c0533f118"/><file name="rnp_tag.gif" hash="caeb5b7040352e4bcf7c3e09d4b1f085"/><file name="rond_rouge.gif" hash="c605401e88cd234a31691dc9e4a38b05"/><file name="rond_vert.gif" hash="ce704184ee159f7008f81af51a747e71"/><file name="rond_vertclair.gif" hash="b0310ca593cd539b88463d720df3cd60"/><file name="sof15.gif" hash="0f1e01ce195d2fb3da0700813a5ccd35"/></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
- <dependencies><required><php><min>5.2.9</min><max>6.0.0</max></php><package><name>Official_Fianet_Core</name><channel>community</channel><min></min><max></max></package></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Fianet_Sac</name>
4
+ <version>1.0.2</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/OSL-3.0">Open Software License (OSL 3.0)</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>FIA-NET Certissim</summary>
10
  <description>Anti-Fraud System</description>
11
+ <notes>third official commit</notes>
12
+ <authors><author><name>FIA-NET</name><user>auto-converted</user><email>support-boutique@fia-net.com</email></author></authors>
13
+ <date>2013-06-13</date>
14
+ <time>15:39:38</time>
15
+ <contents><target name="magecommunity"><dir name="Fianet"><dir name="Sac"><dir name="Block"><dir name="Adminhtml"><dir name="Payment"><dir name="Edit"><file name="Form.php" hash="9c35760b8520441f96de2e2bb84707a2"/></dir><file name="Configuration.php" hash="1fbbf9ea73b9eaf556a981ddfcaa9514"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="0f61b7ad282a8871467469c6fd4f8a61"/><file name="Order.php" hash="446ee501e0587aa24d26f300cf5ba0ab"/></dir><dir name="Model"><dir name="Fianet"><dir name="Order"><dir name="Info"><file name="Sac.php" hash="cf4ce46e2ff540171d269cf8ee6a2fe3"/></dir><file name="Sac.php" hash="2c317d8072285e725ffbea70ef89d587"/></dir></dir><dir name="Mysql4"><dir name="Payment"><dir name="Association"><file name="Collection.php" hash="fc0be6636e9d52555427eb5f5e7f2c94"/></dir><file name="Association.php" hash="9df56c4d83212d01b667da33b93f96a5"/></dir></dir><dir name="Payment"><file name="Association.php" hash="a5e1be56a0132de53f494b3507be96b6"/></dir><dir name="Source"><file name="Statut.php" hash="2cd31fcff677eabf6cf6e30e91ba3708"/><file name="Type.php" hash="5e26749cfac2f1c9b16e027112444fc9"/></dir><file name="Action.php" hash="ce6abd7a4c1cd94c6fa9947f4f8d46ee"/><file name="Observer.php" hash="6e43889a9aae91ae93d4f479bb482d46"/><file name="Product.php" hash="62e086fff87947098b40e2ad237f2935"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="PaymentController.php" hash="0dace96231602bd12b086b726806b85f"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="ccdd6117536633fab5f69d4593d97ad7"/><file name="config.xml" hash="fffa93f9e793397dd3c86520ab4605ca"/><file name="system.xml" hash="7c1788ea6f63633e15877e212d256379"/></dir><dir name="sql"><dir name="sac_setup"><file name="mysql4-install-0.0.1.php" hash="3501a88e4c3752a42962f20260513121"/><file name="mysql4-upgrade-0.0.1-0.0.2.php" hash="5963d5595f29f7dc652973e06de2e99c"/><file name="mysql4-upgrade-0.0.10-0.0.11.php" hash="8f0ea1c2930ec5a3825598fceb978c91"/><file name="mysql4-upgrade-0.0.11-0.0.12.php" hash="bd9335a550e6a61ba4fbbb6ad086db54"/><file name="mysql4-upgrade-0.0.12-0.0.13.php" hash="ab9d303ebe1bb15a4bfa961f67886ada"/><file name="mysql4-upgrade-0.0.13-1.0.0.php" hash="df220e6cf39e26409469ab3f13fd7d89"/><file name="mysql4-upgrade-0.0.2-0.0.3.php" hash="b2b68161c010941650ab4311e2dfd3d3"/><file name="mysql4-upgrade-0.0.3-0.0.4.php" hash="ec31fad794900662e6f5c98f556dd523"/><file name="mysql4-upgrade-0.0.4-0.0.5.php" hash="77c5316f55dd9f318a133962dcfa770f"/><file name="mysql4-upgrade-1.0.0-1.0.1.php" hash="7ad408f5469fc00746c745371a133497"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="sac.xml" hash="fc973642196bbc4f006494bfe21aa520"/></dir><dir name="template"><dir name="sac"><file name="categoriestree.phtml" hash="0777b078b11f3f6508b34cd29d48fc25"/><file name="categorytreeformcontainer.phtml" hash="2655e48c5ddef893a8b415953a081f59"/><file name="shipping.phtml" hash="cc8dbd03838fb2fd5d276821ec342b22"/><file name="storeswitcher.phtml" hash="9c5ba20a65e231909f65fa8d7e47d85c"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Fianet_Sac.xml" hash="6c0537bae7fd3980a819e3b36ae1d114"/></dir></target><target name="magelocale"><dir name="fr_FR"><file name="Fianet_Sac.csv" hash="03be1f3a616838454a5f26ba77c1b37a"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="kwixo"><file name="RnP.gif" hash="d2f0083a5731f301b9a3bdcff327e19c"/><file name="attention.gif" hash="d85cab75ed2cba677829db26b1f0a6c2"/><file name="cb15.gif" hash="c9b308669efc27038043480400ab99e2"/><file name="fianet_SAC_icon.gif" hash="be9ce72c9a2bd81611a9e82537a8e15a"/><file name="icon_reset.gif" hash="1a883459cf1035dbc4fcd21c777af477"/><file name="ko.gif" hash="3d479be5db8b4b2ffa67612eeb5d47e1"/><file name="ok.gif" hash="1f6c46ba51a3f8732f62a65c0533f118"/><file name="rnp_tag.gif" hash="caeb5b7040352e4bcf7c3e09d4b1f085"/><file name="rond_rouge.gif" hash="c605401e88cd234a31691dc9e4a38b05"/><file name="rond_vert.gif" hash="ce704184ee159f7008f81af51a747e71"/><file name="rond_vertclair.gif" hash="b0310ca593cd539b88463d720df3cd60"/><file name="sof15.gif" hash="0f1e01ce195d2fb3da0700813a5ccd35"/></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
+ <dependencies><required><package><name>Fianet_Core</name><channel>community</channel><min></min><max></max></package></required></dependencies>
18
  </package>