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
- app/code/community/Fianet/Sac/Block/Adminhtml/Payment/Configuration.php +2 -2
- app/code/community/Fianet/Sac/Block/Adminhtml/Payment/Edit/Form.php +1 -1
- app/code/community/Fianet/Sac/Helper/Data.php +1 -1
- app/code/community/Fianet/Sac/Helper/Order.php +1 -1
- app/code/community/Fianet/Sac/Model/Action.php +4 -4
- app/code/community/Fianet/Sac/Model/Fianet/Order/Info/Sac.php +1 -1
- app/code/community/Fianet/Sac/Model/Fianet/Order/Sac.php +1 -1
- app/code/community/Fianet/Sac/Model/Mysql4/Payment/Association.php +1 -1
- app/code/community/Fianet/Sac/Model/Mysql4/Payment/Association/Collection.php +1 -1
- app/code/community/Fianet/Sac/Model/Observer.php +1 -1
- app/code/community/Fianet/Sac/Model/Payment/Association.php +1 -1
- app/code/community/Fianet/Sac/Model/Product.php +1 -1
- app/code/community/Fianet/Sac/Model/Source/Statut.php +1 -1
- app/code/community/Fianet/Sac/Model/Source/Type.php +1 -1
- app/code/community/Fianet/Sac/controllers/Adminhtml/PaymentController.php +1 -1
- app/code/community/Fianet/Sac/etc/adminhtml.xml +18 -2
- app/code/community/Fianet/Sac/etc/config.xml +2 -2
- app/code/community/Fianet/Sac/etc/system.xml +1 -1
- app/code/community/Fianet/Sac/sql/sac_setup/mysql4-install-0.0.1.php +1 -1
- app/code/community/Fianet/Sac/sql/sac_setup/mysql4-upgrade-0.0.1-0.0.2.php +1 -1
- app/code/community/Fianet/Sac/sql/sac_setup/mysql4-upgrade-0.0.10-0.0.11.php +1 -1
- app/code/community/Fianet/Sac/sql/sac_setup/mysql4-upgrade-0.0.11-0.0.12.php +1 -1
- app/code/community/Fianet/Sac/sql/sac_setup/mysql4-upgrade-0.0.12-0.0.13.php +1 -1
- app/code/community/Fianet/Sac/sql/sac_setup/mysql4-upgrade-0.0.13-1.0.0.php +1 -1
- app/code/community/Fianet/Sac/sql/sac_setup/mysql4-upgrade-0.0.2-0.0.3.php +1 -1
- app/code/community/Fianet/Sac/sql/sac_setup/mysql4-upgrade-0.0.3-0.0.4.php +1 -1
- app/code/community/Fianet/Sac/sql/sac_setup/mysql4-upgrade-0.0.4-0.0.5.php +1 -1
- app/code/community/Fianet/Sac/sql/sac_setup/mysql4-upgrade-1.0.0-1.0.1.php +1 -1
- app/design/adminhtml/default/default/layout/sac.xml +1 -1
- app/design/adminhtml/default/default/template/sac/categoriestree.phtml +1 -1
- app/design/adminhtml/default/default/template/sac/categorytreeformcontainer.phtml +1 -1
- app/design/adminhtml/default/default/template/sac/shipping.phtml +1 -1
- app/design/adminhtml/default/default/template/sac/storeswitcher.phtml +1 -1
- app/etc/modules/Fianet_Sac.xml +1 -1
- app/locale/fr_FR/Fianet_Sac.csv +23 -53
- 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.
|
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')->__('
|
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.
|
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.
|
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.
|
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.
|
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
|
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 :
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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>
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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 |
-
"
|
2 |
-
"
|
3 |
-
"
|
4 |
-
"
|
5 |
-
"
|
6 |
-
"
|
7 |
-
"
|
8 |
-
"
|
9 |
-
|
10 |
-
"FIA-NET Shipping type","Type de livraison FIA-NET"
|
11 |
-
"Shipping speed","Rapidité de livraison"
|
12 |
-
"Conveyor","Convoyeur"
|
13 |
-
"Shipping times","Délai de livraison"
|
14 |
-
"Shipping times no stock","Délai de livraison si rupture de stock"
|
15 |
-
"Name","Nom"
|
16 |
-
"Quantity","Quantité"
|
17 |
-
"Shipping times by delivery","Délai de livraison par méthode de livraison"
|
18 |
-
"Encrypted key","Clé cryptée"
|
19 |
-
"General configuration","Configuration générale"
|
20 |
-
"Enabled","Activé"
|
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ère"
|
28 |
-
"Default product type","Type de produit par dé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ème Certissim (multisélection possible)"
|
31 |
"Maximum delay to sending commands (in day)","Délai maximum d'envoi des commandes en jour"
|
32 |
"Orders placed before this time will not be sent to CERTISSIM","Les commandes passées il y a plus de X jours ne seront pas soumises au système Certissim"
|
33 |
-
"
|
|
|
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écupération des réévaluations"
|
39 |
"CERTISSIM Interface","Interface CERTISSIM"
|
40 |
"Check XML","Page de vérification du flux XML"
|
41 |
-
|
42 |
-
"
|
43 |
-
"
|
44 |
-
"
|
45 |
-
"
|
46 |
-
"
|
47 |
-
"
|
48 |
-
"
|
49 |
-
"
|
50 |
-
"
|
51 |
-
"
|
52 |
-
"
|
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égories"
|
58 |
-
"This payment method is currently in test phase, no payment possible.","Cette mé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élai maximum d'envoi des commandes en jour"
|
14 |
"Orders placed before this time will not be sent to CERTISSIM","Les commandes passées il y a plus de X jours ne seront pas soumises au systè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ème Certissim (multisé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écupération des réévaluations"
|
22 |
"CERTISSIM Interface","Interface CERTISSIM"
|
23 |
"Check XML","Page de vé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.
|
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>
|
12 |
-
<authors><author><name>FIA-NET</name><user>
|
13 |
-
<date>2013-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="Fianet"><dir name="Sac"><dir name="Block"><dir name="Adminhtml"><dir name="Payment"><file name="
|
16 |
<compatible/>
|
17 |
-
<dependencies><required><
|
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>
|