Version Notes
sixth official commit
Download this release
Release Info
Developer | Magento Core Team |
Extension | Fianet_Sac |
Version | 1.0.5 |
Comparing to | |
See all releases |
Code changes from version 1.0.4 to 1.0.5
- app/code/community/Fianet/Sac/Block/Adminhtml/Payment/Configuration.php +3 -3
- app/code/community/Fianet/Sac/Block/Adminhtml/Payment/Edit/Form.php +3 -3
- app/code/community/Fianet/Sac/Helper/Data.php +3 -3
- app/code/community/Fianet/Sac/Helper/Order.php +3 -3
- app/code/community/Fianet/Sac/Model/Action.php +3 -3
- app/code/community/Fianet/Sac/Model/Fianet/Order/Info/Sac.php +3 -3
- app/code/community/Fianet/Sac/Model/Fianet/Order/Sac.php +20 -20
- app/code/community/Fianet/Sac/Model/Mysql4/Payment/Association.php +3 -3
- app/code/community/Fianet/Sac/Model/Mysql4/Payment/Association/Collection.php +3 -3
- app/code/community/Fianet/Sac/Model/Observer.php +3 -3
- app/code/community/Fianet/Sac/Model/Payment/Association.php +3 -3
- app/code/community/Fianet/Sac/Model/Product.php +3 -3
- app/code/community/Fianet/Sac/Model/Source/Statut.php +3 -3
- app/code/community/Fianet/Sac/Model/Source/Type.php +3 -3
- app/code/community/Fianet/Sac/controllers/Adminhtml/PaymentController.php +3 -3
- app/code/community/Fianet/Sac/etc/adminhtml.xml +3 -3
- app/code/community/Fianet/Sac/etc/config.xml +6 -4
- app/code/community/Fianet/Sac/etc/system.xml +3 -3
- app/code/community/Fianet/Sac/sql/sac_setup/mysql4-install-0.0.1.php +3 -3
- app/code/community/Fianet/Sac/sql/sac_setup/mysql4-upgrade-0.0.1-0.0.2.php +3 -3
- app/code/community/Fianet/Sac/sql/sac_setup/mysql4-upgrade-0.0.10-0.0.11.php +3 -3
- app/code/community/Fianet/Sac/sql/sac_setup/mysql4-upgrade-0.0.11-0.0.12.php +3 -3
- app/code/community/Fianet/Sac/sql/sac_setup/mysql4-upgrade-0.0.12-0.0.13.php +3 -3
- app/code/community/Fianet/Sac/sql/sac_setup/mysql4-upgrade-0.0.13-1.0.0.php +3 -3
- app/code/community/Fianet/Sac/sql/sac_setup/mysql4-upgrade-0.0.2-0.0.3.php +3 -3
- app/code/community/Fianet/Sac/sql/sac_setup/mysql4-upgrade-0.0.3-0.0.4.php +3 -3
- app/code/community/Fianet/Sac/sql/sac_setup/mysql4-upgrade-0.0.4-0.0.5.php +3 -3
- app/code/community/Fianet/Sac/sql/sac_setup/mysql4-upgrade-1.0.0-1.0.1.php +3 -3
- app/code/community/Fianet/Sac/sql/sac_setup/mysql4-upgrade-1.0.3-1.0.4.php +3 -3
- app/design/adminhtml/default/default/layout/sac.xml +3 -3
- app/etc/modules/Fianet_Sac.xml +4 -4
- package.xml +5 -5
app/code/community/Fianet/Sac/Block/Adminhtml/Payment/Configuration.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* 2000-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -11,8 +11,8 @@
|
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
-
* @copyright 2000-
|
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 {
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* 2000-2014 FIA-NET
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
+
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.5 $
|
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 {
|
app/code/community/Fianet/Sac/Block/Adminhtml/Payment/Edit/Form.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* 2000-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -11,8 +11,8 @@
|
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
-
* @copyright 2000-
|
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 {
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* 2000-2014 FIA-NET
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
+
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.5 $
|
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
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* 2000-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -11,8 +11,8 @@
|
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
-
* @copyright 2000-
|
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 {
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* 2000-2014 FIA-NET
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
+
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.5 $
|
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
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* 2000-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -11,8 +11,8 @@
|
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
-
* @copyright 2000-
|
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 {
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* 2000-2014 FIA-NET
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
+
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.5 $
|
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
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* 2000-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -11,8 +11,8 @@
|
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
-
* @copyright 2000-
|
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 {
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* 2000-2014 FIA-NET
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
+
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Sac_Model_Action {
|
app/code/community/Fianet/Sac/Model/Fianet/Order/Info/Sac.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* 2000-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -11,8 +11,8 @@
|
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
-
* @copyright 2000-
|
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 {
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* 2000-2014 FIA-NET
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
+
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.5 $
|
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
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* 2000-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -11,8 +11,8 @@
|
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
-
* @copyright 2000-
|
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 {
|
@@ -105,7 +105,16 @@ class Fianet_Sac_Model_Fianet_Order_Sac {
|
|
105 |
$sacOrder->billing_address->ville = $billing_address->getCity();
|
106 |
$sacOrder->billing_address->pays = (preg_match('/^97/', $billing_address->getPostcode()))? 'FR' : $billing_address->getCountry();
|
107 |
|
108 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
|
110 |
$sacOrder->info_commande->refid = $order->getRealOrderId();
|
111 |
$sacOrder->info_commande->devise = $order->getBaseCurrencyCode();
|
@@ -128,8 +137,12 @@ class Fianet_Sac_Model_Fianet_Order_Sac {
|
|
128 |
|
129 |
//Traitement particulier si la m�thode de livraison est So Colissimo Simplicit�
|
130 |
if ($shipping_code == "socolissimosimplicite") {
|
131 |
-
$nom_transporteur = 'So Colissimo
|
132 |
$rapidite_transporteur = '2';
|
|
|
|
|
|
|
|
|
133 |
switch ($order->getSocoProductCode()) {
|
134 |
case "A2P";
|
135 |
case "CMT";
|
@@ -139,14 +152,12 @@ class Fianet_Sac_Model_Fianet_Order_Sac {
|
|
139 |
case "CDI";
|
140 |
case "BDP":
|
141 |
$type_transporteur = '2';
|
142 |
-
|
143 |
-
$sacOrder->billing_user->telmobile = $order->getSocoPhoneNumber();
|
144 |
$transport_adress = Mage::getModel('fianet/fianet_order_address_transport');
|
145 |
$transport_adress->rue1 = $shipping_address->getStreet(1);
|
146 |
$transport_adress->cpostal = $shipping_address->getPostcode();
|
147 |
$transport_adress->ville = $shipping_address->getCity();
|
148 |
$transport_adress->pays = (preg_match('/^97/', $shipping_address->getPostcode()))? 'FR' : $shipping_address->getCountry();
|
149 |
-
|
150 |
$sacOrder->info_commande->transport->identifiant = $order->getSocoRelayPointCode();
|
151 |
$sacOrder->info_commande->transport->adresse = $transport_adress;
|
152 |
break;
|
@@ -155,8 +166,8 @@ class Fianet_Sac_Model_Fianet_Order_Sac {
|
|
155 |
$type_transporteur = '4';
|
156 |
break;
|
157 |
default:
|
|
|
158 |
//On log l'erreur "So Colissimo mode de livraison inconnu"
|
159 |
-
$type_transporteur = 'nc';
|
160 |
Mage::getModel('fianet/log')->Log(Mage::helper('fianet')->__("Certissim: order #%s. Error with SoColissimo's return. Product Code %s was not recognized.", $order->getRealOrderId(), $order->getSocoProductCode()));
|
161 |
break;
|
162 |
}
|
@@ -209,18 +220,7 @@ class Fianet_Sac_Model_Fianet_Order_Sac {
|
|
209 |
$sacOrder->info_commande->transport->rapidite = $rapidite_transporteur;
|
210 |
|
211 |
if(($type_transporteur == "4") && (!Fianet_Core_Model_Functions::compareBillingAndShipping($billing_address, $shipping_address))) {
|
212 |
-
$sacOrder->delivery_user = Mage::getModel('fianet/fianet_order_user_delivery');
|
213 |
$sacOrder->delivery_address = Mage::getModel('fianet/fianet_order_address_delivery');
|
214 |
-
|
215 |
-
$sacOrder->delivery_user->qualite = $sacOrder->billing_user->qualite;
|
216 |
-
|
217 |
-
$sacOrder->delivery_user->titre = $shipping_address->getPrefix();
|
218 |
-
$sacOrder->delivery_user->nom = $shipping_address->getLastname();
|
219 |
-
$sacOrder->delivery_user->prenom = $shipping_address->getFirstname();
|
220 |
-
$sacOrder->delivery_user->telhome = preg_replace("/[^0-9]/", "", $shipping_address->getTelephone());
|
221 |
-
$sacOrder->delivery_user->telfax = preg_replace("/[^0-9]/", "", $shipping_address->getFax());
|
222 |
-
$sacOrder->delivery_user->email = $shipping_address->getEmail();
|
223 |
-
$sacOrder->delivery_user->societe = $shipping_address->getCompany();
|
224 |
|
225 |
$sacOrder->delivery_address->rue1 = $shipping_address->getStreet(1);
|
226 |
$sacOrder->delivery_address->rue2 = $shipping_address->getStreet(2);
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* 2000-2014 FIA-NET
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
+
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.5 $
|
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 {
|
105 |
$sacOrder->billing_address->ville = $billing_address->getCity();
|
106 |
$sacOrder->billing_address->pays = (preg_match('/^97/', $billing_address->getPostcode()))? 'FR' : $billing_address->getCountry();
|
107 |
|
108 |
+
$sacOrder->delivery_user = Mage::getModel('fianet/fianet_order_user_delivery');
|
109 |
+
$sacOrder->delivery_user->qualite = $sacOrder->billing_user->qualite;
|
110 |
+
|
111 |
+
$sacOrder->delivery_user->titre = $shipping_address->getPrefix();
|
112 |
+
$sacOrder->delivery_user->nom = $shipping_address->getLastname();
|
113 |
+
$sacOrder->delivery_user->prenom = $shipping_address->getFirstname();
|
114 |
+
$sacOrder->delivery_user->telhome = preg_replace("/[^0-9]/", "", $shipping_address->getTelephone());
|
115 |
+
$sacOrder->delivery_user->telfax = preg_replace("/[^0-9]/", "", $shipping_address->getFax());
|
116 |
+
$sacOrder->delivery_user->email = $shipping_address->getEmail();
|
117 |
+
$sacOrder->delivery_user->societe = $shipping_address->getCompany();
|
118 |
|
119 |
$sacOrder->info_commande->refid = $order->getRealOrderId();
|
120 |
$sacOrder->info_commande->devise = $order->getBaseCurrencyCode();
|
137 |
|
138 |
//Traitement particulier si la m�thode de livraison est So Colissimo Simplicit�
|
139 |
if ($shipping_code == "socolissimosimplicite") {
|
140 |
+
$nom_transporteur = 'So Colissimo Simplicite';
|
141 |
$rapidite_transporteur = '2';
|
142 |
+
//R�cup�ration du num tel demand� par SoColissimo
|
143 |
+
if ($order->getSocoPhoneNumber())
|
144 |
+
$sacOrder->delivery_user->telmobile = $order->getSocoPhoneNumber();
|
145 |
+
|
146 |
switch ($order->getSocoProductCode()) {
|
147 |
case "A2P";
|
148 |
case "CMT";
|
152 |
case "CDI";
|
153 |
case "BDP":
|
154 |
$type_transporteur = '2';
|
155 |
+
|
|
|
156 |
$transport_adress = Mage::getModel('fianet/fianet_order_address_transport');
|
157 |
$transport_adress->rue1 = $shipping_address->getStreet(1);
|
158 |
$transport_adress->cpostal = $shipping_address->getPostcode();
|
159 |
$transport_adress->ville = $shipping_address->getCity();
|
160 |
$transport_adress->pays = (preg_match('/^97/', $shipping_address->getPostcode()))? 'FR' : $shipping_address->getCountry();
|
|
|
161 |
$sacOrder->info_commande->transport->identifiant = $order->getSocoRelayPointCode();
|
162 |
$sacOrder->info_commande->transport->adresse = $transport_adress;
|
163 |
break;
|
166 |
$type_transporteur = '4';
|
167 |
break;
|
168 |
default:
|
169 |
+
$type_transporteur = '4';
|
170 |
//On log l'erreur "So Colissimo mode de livraison inconnu"
|
|
|
171 |
Mage::getModel('fianet/log')->Log(Mage::helper('fianet')->__("Certissim: order #%s. Error with SoColissimo's return. Product Code %s was not recognized.", $order->getRealOrderId(), $order->getSocoProductCode()));
|
172 |
break;
|
173 |
}
|
220 |
$sacOrder->info_commande->transport->rapidite = $rapidite_transporteur;
|
221 |
|
222 |
if(($type_transporteur == "4") && (!Fianet_Core_Model_Functions::compareBillingAndShipping($billing_address, $shipping_address))) {
|
|
|
223 |
$sacOrder->delivery_address = Mage::getModel('fianet/fianet_order_address_delivery');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
224 |
|
225 |
$sacOrder->delivery_address->rue1 = $shipping_address->getStreet(1);
|
226 |
$sacOrder->delivery_address->rue2 = $shipping_address->getStreet(2);
|
app/code/community/Fianet/Sac/Model/Mysql4/Payment/Association.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* 2000-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -11,8 +11,8 @@
|
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
-
* @copyright 2000-
|
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 {
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* 2000-2014 FIA-NET
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
+
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.5 $
|
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
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* 2000-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -11,8 +11,8 @@
|
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
-
* @copyright 2000-
|
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 {
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* 2000-2014 FIA-NET
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
+
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.5 $
|
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
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* 2000-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -11,8 +11,8 @@
|
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
-
* @copyright 2000-
|
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 {
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* 2000-2014 FIA-NET
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
+
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.5 $
|
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
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* 2000-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -11,8 +11,8 @@
|
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
-
* @copyright 2000-
|
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 {
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* 2000-2014 FIA-NET
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
+
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.5 $
|
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
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* 2000-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -11,8 +11,8 @@
|
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
-
* @copyright 2000-
|
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 {
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* 2000-2014 FIA-NET
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
+
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.5 $
|
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
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* 2000-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -11,8 +11,8 @@
|
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
-
* @copyright 2000-
|
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 {
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* 2000-2014 FIA-NET
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
+
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.5 $
|
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
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* 2000-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -11,8 +11,8 @@
|
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
-
* @copyright 2000-
|
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 {
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* 2000-2014 FIA-NET
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
+
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.5 $
|
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
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* 2000-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -11,8 +11,8 @@
|
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
-
* @copyright 2000-
|
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 {
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* 2000-2014 FIA-NET
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
+
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.5 $
|
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
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<!--
|
3 |
/**
|
4 |
-
* 2000-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -11,8 +11,8 @@
|
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
-
* @copyright 2000-
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
-->
|
1 |
<?xml version="1.0"?>
|
2 |
<!--
|
3 |
/**
|
4 |
+
* 2000-2014 FIA-NET
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
+
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
-->
|
app/code/community/Fianet/Sac/etc/config.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!--
|
3 |
/**
|
4 |
-
* 2000-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -11,15 +11,15 @@
|
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
-
* @copyright 2000-
|
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>
|
@@ -112,6 +112,8 @@
|
|
112 |
<default>
|
113 |
<sac>
|
114 |
<sacconfg>
|
|
|
|
|
115 |
<timecontrol><![CDATA[22]]></timecontrol>
|
116 |
</sacconfg>
|
117 |
<saclink>
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!--
|
3 |
/**
|
4 |
+
* 2000-2014 FIA-NET
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
+
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.5 $
|
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.5</version>
|
23 |
</Fianet_Sac>
|
24 |
</modules>
|
25 |
<admin>
|
112 |
<default>
|
113 |
<sac>
|
114 |
<sacconfg>
|
115 |
+
<encryptmode>Hash64bits</encryptmode>
|
116 |
+
<charset>UTF-8</charset>
|
117 |
<timecontrol><![CDATA[22]]></timecontrol>
|
118 |
</sacconfg>
|
119 |
<saclink>
|
app/code/community/Fianet/Sac/etc/system.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<!--
|
3 |
/**
|
4 |
-
* 2000-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -11,8 +11,8 @@
|
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
-
* @copyright 2000-
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
-->
|
1 |
<?xml version="1.0"?>
|
2 |
<!--
|
3 |
/**
|
4 |
+
* 2000-2014 FIA-NET
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
+
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.5 $
|
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
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* 2000-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -11,8 +11,8 @@
|
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
-
* @copyright 2000-
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
?>
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* 2000-2014 FIA-NET
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
+
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.5 $
|
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
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* 2000-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -11,8 +11,8 @@
|
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
-
* @copyright 2000-
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
?>
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* 2000-2014 FIA-NET
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
+
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.5 $
|
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
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* 2000-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -11,8 +11,8 @@
|
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
-
* @copyright 2000-
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
?>
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* 2000-2014 FIA-NET
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
+
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.5 $
|
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
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* 2000-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -11,8 +11,8 @@
|
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
-
* @copyright 2000-
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
?>
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* 2000-2014 FIA-NET
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
+
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.5 $
|
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
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* 2000-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -11,8 +11,8 @@
|
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
-
* @copyright 2000-
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
?>
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* 2000-2014 FIA-NET
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
+
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.5 $
|
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
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* 2000-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -11,8 +11,8 @@
|
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
-
* @copyright 2000-
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
?>
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* 2000-2014 FIA-NET
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
+
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.5 $
|
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
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* 2000-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -11,8 +11,8 @@
|
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
-
* @copyright 2000-
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
?>
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* 2000-2014 FIA-NET
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
+
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.5 $
|
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
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* 2000-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -11,8 +11,8 @@
|
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
-
* @copyright 2000-
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
?>
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* 2000-2014 FIA-NET
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
+
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.5 $
|
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
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* 2000-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -11,8 +11,8 @@
|
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
-
* @copyright 2000-
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
?>
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* 2000-2014 FIA-NET
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
+
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.5 $
|
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
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* 2000-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -11,8 +11,8 @@
|
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
-
* @copyright 2000-
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
?>
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* 2000-2014 FIA-NET
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
+
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.5 $
|
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.3-1.0.4.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* 2000-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -11,8 +11,8 @@
|
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
-
* @copyright 2000-
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
?>
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* 2000-2014 FIA-NET
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
+
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.5 $
|
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
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0" encoding="utf-8" ?>
|
2 |
<!--
|
3 |
/**
|
4 |
-
* 2000-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -11,8 +11,8 @@
|
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
-
* @copyright 2000-
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
-->
|
1 |
<?xml version="1.0" encoding="utf-8" ?>
|
2 |
<!--
|
3 |
/**
|
4 |
+
* 2000-2014 FIA-NET
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
+
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
-->
|
app/etc/modules/Fianet_Sac.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!--
|
3 |
/**
|
4 |
-
* 2000-
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
@@ -11,8 +11,8 @@
|
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
-
* @copyright 2000-
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
-->
|
@@ -24,7 +24,7 @@
|
|
24 |
<depends>
|
25 |
<Fianet_Core />
|
26 |
</depends>
|
27 |
-
<version>1.0.
|
28 |
</Fianet_Sac>
|
29 |
</modules>
|
30 |
</config>
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!--
|
3 |
/**
|
4 |
+
* 2000-2014 FIA-NET
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
11 |
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
+
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
-->
|
24 |
<depends>
|
25 |
<Fianet_Core />
|
26 |
</depends>
|
27 |
+
<version>1.0.5</version>
|
28 |
</Fianet_Sac>
|
29 |
</modules>
|
30 |
</config>
|
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>auto-converted</user><email>support-boutique@fia-net.com</email></author></authors>
|
13 |
-
<date>
|
14 |
-
<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="
|
16 |
<compatible/>
|
17 |
<dependencies><required><package><name>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.5</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>sixth 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>2014-03-03</date>
|
14 |
+
<time>14:13:22</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="5b03d1637b41ead37f0182d3343554fc"/></dir><file name="Configuration.php" hash="e276dd64c0e54677b2576fef37decefc"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="333de7c17f3898dcd9fc39537dbc4b0c"/><file name="Order.php" hash="6f9cc36a58b4889255ffa34ca81309b7"/></dir><dir name="Model"><dir name="Fianet"><dir name="Order"><dir name="Info"><file name="Sac.php" hash="3dac680358f262632ca9344130983370"/></dir><file name="Sac.php" hash="84a7b1175664c48853c8011d4c0e7598"/></dir></dir><dir name="Mysql4"><dir name="Payment"><dir name="Association"><file name="Collection.php" hash="275c40f666526ecfc83c8c06904b0dc9"/></dir><file name="Association.php" hash="597e3bcd156d09ba9d8cbbd4f71fbf8a"/></dir></dir><dir name="Payment"><file name="Association.php" hash="98c8cda09cde295995e2c3023ab88eaf"/></dir><dir name="Source"><file name="Statut.php" hash="364d2670ed858deaf32913f56726dc5f"/><file name="Type.php" hash="5b8b51b44fbadc1d74fa88a62c748263"/></dir><file name="Action.php" hash="8a679e61e208cd2290dc0a0b1fead509"/><file name="Observer.php" hash="846c4c3878298e683c2a2e6b67fd2ad6"/><file name="Product.php" hash="8f2e6ae2371474cf8d5ebd091008f6b1"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="PaymentController.php" hash="be55fdaee1e923ac0cb8209d5434d44d"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="829ae283570e4c7dbf4ace1fa928a6d9"/><file name="config.xml" hash="fd413b93774706fcdcac9227f35bd456"/><file name="system.xml" hash="db86cc22e90a8db83b97d3701dfb1a70"/></dir><dir name="sql"><dir name="sac_setup"><file name="mysql4-install-0.0.1.php" hash="6d614fc38e4a5e053e64b3ea8f042615"/><file name="mysql4-upgrade-0.0.1-0.0.2.php" hash="4d4242c59175105ebd081958c7bc1775"/><file name="mysql4-upgrade-0.0.10-0.0.11.php" hash="8c9ef7e3d797f8511574341a708cfaa2"/><file name="mysql4-upgrade-0.0.11-0.0.12.php" hash="4dd0fab235a751eaf8a809de9aa5a398"/><file name="mysql4-upgrade-0.0.12-0.0.13.php" hash="abed007ccba9ec338a19c87ad0d302fe"/><file name="mysql4-upgrade-0.0.13-1.0.0.php" hash="b3147dd85a32f408d900a3768d018a45"/><file name="mysql4-upgrade-0.0.2-0.0.3.php" hash="505d50085746268c11b2855c1ff72b74"/><file name="mysql4-upgrade-0.0.3-0.0.4.php" hash="424ea163b462a86dc79a42f1eca3dc28"/><file name="mysql4-upgrade-0.0.4-0.0.5.php" hash="e76268640cd7056b6bc68a64e09a8d5a"/><file name="mysql4-upgrade-1.0.0-1.0.1.php" hash="d500c2772e3e8845d709b988b9c18354"/><file name="mysql4-upgrade-1.0.3-1.0.4.php" hash="f9ed9f7a8504802f414bc972062fb6c8"/></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="098c90f8624cd707a97f71314ec42d66"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Fianet_Sac.xml" hash="29915233e7b18bdf94b54760f4c3b266"/></dir></target><target name="magelocale"><dir name="fr_FR"><file name="Fianet_Sac.csv" hash="2d38ebfce19c7e6476dde62360226c6a"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="fianet"><file name="attention.gif" hash="d85cab75ed2cba677829db26b1f0a6c2"/><file name="fianet_SAC_icon.gif" hash="be9ce72c9a2bd81611a9e82537a8e15a"/><file name="rond_rouge.gif" hash="c605401e88cd234a31691dc9e4a38b05"/><file name="rond_vert.gif" hash="ce704184ee159f7008f81af51a747e71"/><file name="rond_vertclair.gif" hash="b0310ca593cd539b88463d720df3cd60"/><file name="rond_orange.gif" hash="b97b309b0b0dc155ee07b0198209d21e"/></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>
|