Version Notes
Changelog:
2.1.5:
- Add minumal order total to activate 3D Secure.
2.1.4:
- Add paybox payment server response debug.
2.1.3:
- Add new Paybox server address IP used in IP check
2.1.2:
- Fix bug with api debug multishipping informaion
- Fix bug with api debug view in back-office
2.1.1:
- Fix bug with api debug table
- Add table view in back-office
2.1.0:
- Bug fixed with Paybox Direct
- Bug fixed with multishipping
- Add Paybox System intermediate page configuration
2.0.2:
- Some fields in the configuration of the module are now configurable in store view
- The field "empty cart" was added
2.0.1:
- Stable version
2.0.0:
- Magento 1.5 compatibility
- Multishipping compatibility
- Bug fixed with magento 1.4
- Beta version
Download this release
Release Info
Developer | Magento Core Team |
Extension | Quadra_Paybox |
Version | 2.1.5 |
Comparing to | |
See all releases |
Code changes from version 2.1.4 to 2.1.5
- app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug.php +1 -1
- app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/Grid.php +1 -1
- app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/Request.php +1 -1
- app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/Request/Grid.php +1 -1
- app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/Response.php +1 -1
- app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/Response/Grid.php +1 -1
- app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/ResponseServer/Grid.php +1 -1
- app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View.php +1 -1
- app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View/Form.php +1 -1
- app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View/Tab/Request.php +1 -1
- app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View/Tab/Response.php +1 -1
- app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View/Tab/ResponseServer.php +1 -1
- app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View/Tabs.php +1 -1
- app/code/community/Quadra/Paybox/Block/Adminhtml/Cart/Type.php +1 -1
- app/code/community/Quadra/Paybox/Block/Adminhtml/Cart/Type/Select.php +1 -1
- app/code/community/Quadra/Paybox/Block/Adminhtml/Question/Number.php +1 -1
- app/code/community/Quadra/Paybox/Block/Adminhtml/Question/Number/Grid.php +1 -1
- app/code/community/Quadra/Paybox/Block/Adminhtml/System/Config/Form/Field/Backuppaymentserver.php +1 -1
- app/code/community/Quadra/Paybox/Block/Direct/Form.php +1 -1
- app/code/community/Quadra/Paybox/Block/Direct/Info.php +1 -1
- app/code/community/Quadra/Paybox/Block/System/Error.php +1 -1
- app/code/community/Quadra/Paybox/Block/System/Failure.php +1 -1
- app/code/community/Quadra/Paybox/Block/System/Form.php +1 -1
- app/code/community/Quadra/Paybox/Block/System/Redirect.php +1 -1
- app/code/community/Quadra/Paybox/Helper/Data.php +1 -1
- app/code/community/Quadra/Paybox/Model/Api/Debug.php +1 -1
- app/code/community/Quadra/Paybox/Model/Config/Data/Paybox.php +1 -1
- app/code/community/Quadra/Paybox/Model/Direct.php +1 -1
- app/code/community/Quadra/Paybox/Model/Mysql4/Api/Debug.php +1 -1
- app/code/community/Quadra/Paybox/Model/Mysql4/Api/Debug/Collection.php +1 -1
- app/code/community/Quadra/Paybox/Model/Mysql4/Question/Number.php +1 -1
- app/code/community/Quadra/Paybox/Model/Mysql4/Question/Number/Collection.php +1 -1
- app/code/community/Quadra/Paybox/Model/Mysql4/Setup.php +1 -1
- app/code/community/Quadra/Paybox/Model/Observer.php +1 -1
- app/code/community/Quadra/Paybox/Model/Question/Number.php +1 -1
- app/code/community/Quadra/Paybox/Model/Source/CartType.php +1 -1
- app/code/community/Quadra/Paybox/Model/Source/Cctype.php +1 -1
- app/code/community/Quadra/Paybox/Model/Source/Language.php +1 -1
- app/code/community/Quadra/Paybox/Model/Source/ManagementMode.php +1 -1
- app/code/community/Quadra/Paybox/Model/Source/MethodCall.php +1 -1
- app/code/community/Quadra/Paybox/Model/Source/PaymentAction.php +1 -1
- app/code/community/Quadra/Paybox/Model/Source/PaymentMode.php +1 -1
- app/code/community/Quadra/Paybox/Model/Source/PaymentType.php +1 -1
- app/code/community/Quadra/Paybox/Model/System.php +4 -1
- app/code/community/Quadra/Paybox/Model/System/Config/Source/Order/Status.php +1 -1
- app/code/community/Quadra/Paybox/Model/System/Config/Source/Order/Status/Accepted.php +1 -1
- app/code/community/Quadra/Paybox/Model/System/Config/Source/Order/Status/Canceled.php +1 -1
- app/code/community/Quadra/Paybox/Model/System/Config/Source/Order/Status/New.php +1 -1
- app/code/community/Quadra/Paybox/Model/System/Config/Source/Order/Status/Refused.php +1 -1
- app/code/community/Quadra/Paybox/controllers/Adminhtml/Api/DebugController.php +1 -1
- app/code/community/Quadra/Paybox/controllers/Adminhtml/Question/NumberController.php +1 -1
- app/code/community/Quadra/Paybox/controllers/SystemController.php +1 -1
- app/code/community/Quadra/Paybox/etc/config.xml +5 -2
- app/code/community/Quadra/Paybox/etc/currency.xml +1 -1
- app/code/community/Quadra/Paybox/etc/system.xml +21 -10
- app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-install-0.1.0.php +1 -1
- app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-upgrade-0.1.0-0.1.1.php +1 -1
- app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-upgrade-0.1.1-0.1.2.php +1 -1
- app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-upgrade-0.1.2-0.1.3.php +1 -1
- app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-upgrade-1.2.4-1.2.5.php +1 -1
- app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-upgrade-2.1.3-2.1.4.php +1 -1
- app/design/adminhtml/default/default/template/paybox/adminhtml/cart/type/select.phtml +1 -1
- app/design/adminhtml/default/default/template/paybox/direct/form.phtml +1 -1
- app/design/adminhtml/default/default/template/paybox/direct/info.phtml +1 -1
- app/design/adminhtml/default/default/template/paybox/direct/pdf/info.phtml +1 -1
- app/design/frontend/default/default/layout/paybox.xml +1 -1
- app/design/frontend/default/default/template/paybox/direct/form.phtml +1 -1
- app/design/frontend/default/default/template/paybox/direct/info.phtml +1 -1
- app/design/frontend/default/default/template/paybox/system/error.phtml +1 -1
- app/design/frontend/default/default/template/paybox/system/form.phtml +1 -1
- app/design/frontend/default/default/template/paybox/system/notify.phtml +1 -1
- app/etc/modules/Quadra_Paybox.xml +1 -1
- package.xml +7 -4
app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug extends Mage_Adminhtml_Block_Widget_Grid_Container {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug extends Mage_Adminhtml_Block_Widget_Grid_Container {
|
app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/Grid.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_Grid extends Mage_Adminhtml_Block_Widget_Grid {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_Grid extends Mage_Adminhtml_Block_Widget_Grid {
|
app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/Request.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_Request extends Mage_Adminhtml_Block_Widget_Grid_Container {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_Request extends Mage_Adminhtml_Block_Widget_Grid_Container {
|
app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/Request/Grid.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_Request_Grid extends Mage_Adminhtml_Block_Widget_Grid {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_Request_Grid extends Mage_Adminhtml_Block_Widget_Grid {
|
app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/Response.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_Response extends Mage_Adminhtml_Block_Widget_Grid_Container {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_Response extends Mage_Adminhtml_Block_Widget_Grid_Container {
|
app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/Response/Grid.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_Response_Grid extends Mage_Adminhtml_Block_Widget_Grid {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_Response_Grid extends Mage_Adminhtml_Block_Widget_Grid {
|
app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/ResponseServer/Grid.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_ResponseServer_Grid extends Mage_Adminhtml_Block_Widget_Grid {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_ResponseServer_Grid extends Mage_Adminhtml_Block_Widget_Grid {
|
app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_View extends Mage_Adminhtml_Block_Widget_Form_Container {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_View extends Mage_Adminhtml_Block_Widget_Form_Container {
|
app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View/Form.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_View_Form extends Mage_Adminhtml_Block_Widget_Form {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_View_Form extends Mage_Adminhtml_Block_Widget_Form {
|
app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View/Tab/Request.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_View_Tab_Request extends Quadra_Paybox_Block_Adminhtml_Api_Debug_Request_Grid
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_View_Tab_Request extends Quadra_Paybox_Block_Adminhtml_Api_Debug_Request_Grid
|
app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View/Tab/Response.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_View_Tab_Response extends Quadra_Paybox_Block_Adminhtml_Api_Debug_Response_Grid
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_View_Tab_Response extends Quadra_Paybox_Block_Adminhtml_Api_Debug_Response_Grid
|
app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View/Tab/ResponseServer.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_View_Tab_ResponseServer extends Quadra_Paybox_Block_Adminhtml_Api_Debug_ResponseServer_Grid
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_View_Tab_ResponseServer extends Quadra_Paybox_Block_Adminhtml_Api_Debug_ResponseServer_Grid
|
app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View/Tabs.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_View_Tabs extends Mage_Adminhtml_Block_Widget_Tabs {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_View_Tabs extends Mage_Adminhtml_Block_Widget_Tabs {
|
app/code/community/Quadra/Paybox/Block/Adminhtml/Cart/Type.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Cart_Type extends Mage_Adminhtml_Block_System_Config_Form_Field {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Cart_Type extends Mage_Adminhtml_Block_System_Config_Form_Field {
|
app/code/community/Quadra/Paybox/Block/Adminhtml/Cart/Type/Select.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Cart_Type_Select extends Mage_Adminhtml_Block_Template {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Cart_Type_Select extends Mage_Adminhtml_Block_Template {
|
app/code/community/Quadra/Paybox/Block/Adminhtml/Question/Number.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Question_Number extends Mage_Adminhtml_Block_Widget_Grid_Container {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Question_Number extends Mage_Adminhtml_Block_Widget_Grid_Container {
|
app/code/community/Quadra/Paybox/Block/Adminhtml/Question/Number/Grid.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Question_Number_Grid extends Mage_Adminhtml_Block_Widget_Grid {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Question_Number_Grid extends Mage_Adminhtml_Block_Widget_Grid {
|
app/code/community/Quadra/Paybox/Block/Adminhtml/System/Config/Form/Field/Backuppaymentserver.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_System_Config_Form_Field_Backuppaymentserver extends Mage_Adminhtml_Block_System_Config_Form_Field_Array_Abstract {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_System_Config_Form_Field_Backuppaymentserver extends Mage_Adminhtml_Block_System_Config_Form_Field_Array_Abstract {
|
app/code/community/Quadra/Paybox/Block/Direct/Form.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Direct_Form extends Mage_Payment_Block_Form_Cc {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Direct_Form extends Mage_Payment_Block_Form_Cc {
|
app/code/community/Quadra/Paybox/Block/Direct/Info.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Direct_Info extends Mage_Payment_Block_Info_Cc {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Direct_Info extends Mage_Payment_Block_Info_Cc {
|
app/code/community/Quadra/Paybox/Block/System/Error.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_System_Error extends Mage_Core_Block_Template {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_System_Error extends Mage_Core_Block_Template {
|
app/code/community/Quadra/Paybox/Block/System/Failure.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_System_Failure extends Mage_Core_Block_Template {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_System_Failure extends Mage_Core_Block_Template {
|
app/code/community/Quadra/Paybox/Block/System/Form.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_System_Form extends Mage_Payment_Block_Form {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_System_Form extends Mage_Payment_Block_Form {
|
app/code/community/Quadra/Paybox/Block/System/Redirect.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_System_Redirect extends Mage_Core_Block_Abstract {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_System_Redirect extends Mage_Core_Block_Abstract {
|
app/code/community/Quadra/Paybox/Helper/Data.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Helper_Data extends Mage_Core_Helper_Abstract {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Helper_Data extends Mage_Core_Helper_Abstract {
|
app/code/community/Quadra/Paybox/Model/Api/Debug.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Api_Debug extends Mage_Core_Model_Abstract {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Api_Debug extends Mage_Core_Model_Abstract {
|
app/code/community/Quadra/Paybox/Model/Config/Data/Paybox.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Config_Data_Paybox extends Mage_Core_Model_Config_Data {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Config_Data_Paybox extends Mage_Core_Model_Config_Data {
|
app/code/community/Quadra/Paybox/Model/Direct.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Direct extends Mage_Payment_Model_Method_Cc {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Direct extends Mage_Payment_Model_Method_Cc {
|
app/code/community/Quadra/Paybox/Model/Mysql4/Api/Debug.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Mysql4_Api_Debug extends Mage_Core_Model_Mysql4_Abstract {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Mysql4_Api_Debug extends Mage_Core_Model_Mysql4_Abstract {
|
app/code/community/Quadra/Paybox/Model/Mysql4/Api/Debug/Collection.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Mysql4_Api_Debug_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Mysql4_Api_Debug_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
|
app/code/community/Quadra/Paybox/Model/Mysql4/Question/Number.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Mysql4_Question_Number extends Mage_Core_Model_Mysql4_Abstract {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Mysql4_Question_Number extends Mage_Core_Model_Mysql4_Abstract {
|
app/code/community/Quadra/Paybox/Model/Mysql4/Question/Number/Collection.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Mysql4_Question_Number_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Mysql4_Question_Number_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
|
app/code/community/Quadra/Paybox/Model/Mysql4/Setup.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Mysql4_Setup extends Mage_Sales_Model_Mysql4_Setup {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Mysql4_Setup extends Mage_Sales_Model_Mysql4_Setup {
|
app/code/community/Quadra/Paybox/Model/Observer.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Observer {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Observer {
|
app/code/community/Quadra/Paybox/Model/Question/Number.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Question_Number extends Mage_Core_Model_Abstract {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Question_Number extends Mage_Core_Model_Abstract {
|
app/code/community/Quadra/Paybox/Model/Source/CartType.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Source_CartType {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Source_CartType {
|
app/code/community/Quadra/Paybox/Model/Source/Cctype.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Source_Cctype extends Mage_Payment_Model_Source_Cctype {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Source_Cctype extends Mage_Payment_Model_Source_Cctype {
|
app/code/community/Quadra/Paybox/Model/Source/Language.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Source_Language {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Source_Language {
|
app/code/community/Quadra/Paybox/Model/Source/ManagementMode.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Source_ManagementMode {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Source_ManagementMode {
|
app/code/community/Quadra/Paybox/Model/Source/MethodCall.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Source_MethodCall {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Source_MethodCall {
|
app/code/community/Quadra/Paybox/Model/Source/PaymentAction.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Source_PaymentAction {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Source_PaymentAction {
|
app/code/community/Quadra/Paybox/Model/Source/PaymentMode.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Source_PaymentMode {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Source_PaymentMode {
|
app/code/community/Quadra/Paybox/Model/Source/PaymentType.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Source_PaymentType {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Source_PaymentType {
|
app/code/community/Quadra/Paybox/Model/System.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_System extends Mage_Payment_Model_Method_Abstract {
|
@@ -494,6 +494,9 @@ class Quadra_Paybox_Model_System extends Mage_Payment_Model_Method_Abstract {
|
|
494 |
'PBX_RUF1' => self::PBX_METHOD_CALL,
|
495 |
);
|
496 |
|
|
|
|
|
|
|
497 |
if ($this->getQuote()->getIsMultiShipping()) {
|
498 |
$fieldsArr['PBX_TOTAL'] = (int) ($this->getQuote()->getBaseGrandTotal() * 100);
|
499 |
}
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_System extends Mage_Payment_Model_Method_Abstract {
|
494 |
'PBX_RUF1' => self::PBX_METHOD_CALL,
|
495 |
);
|
496 |
|
497 |
+
if ($fieldsArr['PBX_TOTAL'] < ((int) $this->getConfigData('min_order_total_3ds') * 100))
|
498 |
+
$fieldsArr['PBX_3DS'] = 'N';
|
499 |
+
|
500 |
if ($this->getQuote()->getIsMultiShipping()) {
|
501 |
$fieldsArr['PBX_TOTAL'] = (int) ($this->getQuote()->getBaseGrandTotal() * 100);
|
502 |
}
|
app/code/community/Quadra/Paybox/Model/System/Config/Source/Order/Status.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_System_Config_Source_Order_Status {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_System_Config_Source_Order_Status {
|
app/code/community/Quadra/Paybox/Model/System/Config/Source/Order/Status/Accepted.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_System_Config_Source_Order_Status_Accepted extends Quadra_Paybox_Model_System_Config_Source_Order_Status {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_System_Config_Source_Order_Status_Accepted extends Quadra_Paybox_Model_System_Config_Source_Order_Status {
|
app/code/community/Quadra/Paybox/Model/System/Config/Source/Order/Status/Canceled.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_System_Config_Source_Order_Status_Canceled extends Quadra_Paybox_Model_System_Config_Source_Order_Status {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_System_Config_Source_Order_Status_Canceled extends Quadra_Paybox_Model_System_Config_Source_Order_Status {
|
app/code/community/Quadra/Paybox/Model/System/Config/Source/Order/Status/New.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_System_Config_Source_Order_Status_New extends Quadra_Paybox_Model_System_Config_Source_Order_Status {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_System_Config_Source_Order_Status_New extends Quadra_Paybox_Model_System_Config_Source_Order_Status {
|
app/code/community/Quadra/Paybox/Model/System/Config/Source/Order/Status/Refused.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_System_Config_Source_Order_Status_Refused extends Quadra_Paybox_Model_System_Config_Source_Order_Status {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_System_Config_Source_Order_Status_Refused extends Quadra_Paybox_Model_System_Config_Source_Order_Status {
|
app/code/community/Quadra/Paybox/controllers/Adminhtml/Api/DebugController.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Adminhtml_Api_DebugController extends Mage_Adminhtml_Controller_Action {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Adminhtml_Api_DebugController extends Mage_Adminhtml_Controller_Action {
|
app/code/community/Quadra/Paybox/controllers/Adminhtml/Question/NumberController.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Adminhtml_Question_NumberController extends Mage_Adminhtml_Controller_Action {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Adminhtml_Question_NumberController extends Mage_Adminhtml_Controller_Action {
|
app/code/community/Quadra/Paybox/controllers/SystemController.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_SystemController extends Mage_Core_Controller_Front_Action {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_SystemController extends Mage_Core_Controller_Front_Action {
|
app/code/community/Quadra/Paybox/etc/config.xml
CHANGED
@@ -12,14 +12,14 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
-->
|
19 |
<config>
|
20 |
<modules>
|
21 |
<Quadra_Paybox>
|
22 |
-
<version>2.1.
|
23 |
</Quadra_Paybox>
|
24 |
</modules>
|
25 |
<global>
|
@@ -84,6 +84,9 @@
|
|
84 |
</routers>
|
85 |
</admin>
|
86 |
<frontend>
|
|
|
|
|
|
|
87 |
<layout>
|
88 |
<updates>
|
89 |
<booking>
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
-->
|
19 |
<config>
|
20 |
<modules>
|
21 |
<Quadra_Paybox>
|
22 |
+
<version>2.1.5</version>
|
23 |
</Quadra_Paybox>
|
24 |
</modules>
|
25 |
<global>
|
84 |
</routers>
|
85 |
</admin>
|
86 |
<frontend>
|
87 |
+
<secure_url>
|
88 |
+
<paybox_system>/paybox/system</paybox_system>
|
89 |
+
</secure_url>
|
90 |
<layout>
|
91 |
<updates>
|
92 |
<booking>
|
app/code/community/Quadra/Paybox/etc/currency.xml
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
-->
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
-->
|
app/code/community/Quadra/Paybox/etc/system.xml
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
-->
|
@@ -246,14 +246,6 @@
|
|
246 |
<show_in_website>1</show_in_website>
|
247 |
<show_in_store>0</show_in_store>
|
248 |
</empty_cart>
|
249 |
-
<sort_order translate="label">
|
250 |
-
<label>Sort order</label>
|
251 |
-
<frontend_type>text</frontend_type>
|
252 |
-
<sort_order>500</sort_order>
|
253 |
-
<show_in_default>1</show_in_default>
|
254 |
-
<show_in_website>1</show_in_website>
|
255 |
-
<show_in_store>1</show_in_store>
|
256 |
-
</sort_order>
|
257 |
<allowspecific translate="label">
|
258 |
<label>Payment from applicable countries</label>
|
259 |
<frontend_type>allowspecific</frontend_type>
|
@@ -272,12 +264,30 @@
|
|
272 |
<show_in_website>1</show_in_website>
|
273 |
<show_in_store>1</show_in_store>
|
274 |
</specificcountry>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
275 |
</fields>
|
276 |
</paybox_system>
|
277 |
<paybox_direct translate="label" module="paybox">
|
278 |
<label>Paybox Direct</label>
|
279 |
<frontend_type>text</frontend_type>
|
280 |
-
<sort_order>
|
281 |
<show_in_default>1</show_in_default>
|
282 |
<show_in_website>1</show_in_website>
|
283 |
<show_in_store>0</show_in_store>
|
@@ -403,6 +413,7 @@
|
|
403 |
<show_in_default>1</show_in_default>
|
404 |
<show_in_website>1</show_in_website>
|
405 |
<show_in_store>1</show_in_store>
|
|
|
406 |
</sort_order>
|
407 |
</fields>
|
408 |
</paybox_direct>
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
-->
|
246 |
<show_in_website>1</show_in_website>
|
247 |
<show_in_store>0</show_in_store>
|
248 |
</empty_cart>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
249 |
<allowspecific translate="label">
|
250 |
<label>Payment from applicable countries</label>
|
251 |
<frontend_type>allowspecific</frontend_type>
|
264 |
<show_in_website>1</show_in_website>
|
265 |
<show_in_store>1</show_in_store>
|
266 |
</specificcountry>
|
267 |
+
<min_order_total_3ds translate="label">
|
268 |
+
<label>Minimum Order Total to activate 3D Secure</label>
|
269 |
+
<frontend_type>text</frontend_type>
|
270 |
+
<sort_order>450</sort_order>
|
271 |
+
<show_in_default>1</show_in_default>
|
272 |
+
<show_in_website>1</show_in_website>
|
273 |
+
<show_in_store>1</show_in_store>
|
274 |
+
<frontend_class>validate-number</frontend_class>
|
275 |
+
</min_order_total_3ds>
|
276 |
+
<sort_order translate="label">
|
277 |
+
<label>Sort order</label>
|
278 |
+
<frontend_type>text</frontend_type>
|
279 |
+
<sort_order>500</sort_order>
|
280 |
+
<show_in_default>1</show_in_default>
|
281 |
+
<show_in_website>1</show_in_website>
|
282 |
+
<show_in_store>1</show_in_store>
|
283 |
+
<frontend_class>validate-number</frontend_class>
|
284 |
+
</sort_order>
|
285 |
</fields>
|
286 |
</paybox_system>
|
287 |
<paybox_direct translate="label" module="paybox">
|
288 |
<label>Paybox Direct</label>
|
289 |
<frontend_type>text</frontend_type>
|
290 |
+
<sort_order>102</sort_order>
|
291 |
<show_in_default>1</show_in_default>
|
292 |
<show_in_website>1</show_in_website>
|
293 |
<show_in_store>0</show_in_store>
|
413 |
<show_in_default>1</show_in_default>
|
414 |
<show_in_website>1</show_in_website>
|
415 |
<show_in_store>1</show_in_store>
|
416 |
+
<frontend_class>validate-number</frontend_class>
|
417 |
</sort_order>
|
418 |
</fields>
|
419 |
</paybox_direct>
|
app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-install-0.1.0.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-upgrade-0.1.0-0.1.1.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-upgrade-0.1.1-0.1.2.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-upgrade-0.1.2-0.1.3.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-upgrade-1.2.4-1.2.5.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-upgrade-2.1.3-2.1.4.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
app/design/adminhtml/default/default/template/paybox/adminhtml/cart/type/select.phtml
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
*
|
12 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
13 |
* @copyright 1997-2013 Quadra Informatique
|
14 |
-
* @version Release: $Revision: 2.1.
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
11 |
*
|
12 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
13 |
* @copyright 1997-2013 Quadra Informatique
|
14 |
+
* @version Release: $Revision: 2.1.5 $
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
app/design/adminhtml/default/default/template/paybox/direct/form.phtml
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
*
|
12 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
13 |
* @copyright 1997-2013 Quadra Informatique
|
14 |
-
* @version Release: $Revision: 2.1.
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
11 |
*
|
12 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
13 |
* @copyright 1997-2013 Quadra Informatique
|
14 |
+
* @version Release: $Revision: 2.1.5 $
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
app/design/adminhtml/default/default/template/paybox/direct/info.phtml
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
*
|
12 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
13 |
* @copyright 1997-2013 Quadra Informatique
|
14 |
-
* @version Release: $Revision: 2.1.
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
11 |
*
|
12 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
13 |
* @copyright 1997-2013 Quadra Informatique
|
14 |
+
* @version Release: $Revision: 2.1.5 $
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
app/design/adminhtml/default/default/template/paybox/direct/pdf/info.phtml
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
*
|
12 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
13 |
* @copyright 1997-2013 Quadra Informatique
|
14 |
-
* @version Release: $Revision: 2.1.
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
11 |
*
|
12 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
13 |
* @copyright 1997-2013 Quadra Informatique
|
14 |
+
* @version Release: $Revision: 2.1.5 $
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
app/design/frontend/default/default/layout/paybox.xml
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
-->
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
-->
|
app/design/frontend/default/default/template/paybox/direct/form.phtml
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
*
|
12 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
13 |
* @copyright 1997-2013 Quadra Informatique
|
14 |
-
* @version Release: $Revision: 2.1.
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
11 |
*
|
12 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
13 |
* @copyright 1997-2013 Quadra Informatique
|
14 |
+
* @version Release: $Revision: 2.1.5 $
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
app/design/frontend/default/default/template/paybox/direct/info.phtml
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
*
|
12 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
13 |
* @copyright 1997-2013 Quadra Informatique
|
14 |
-
* @version Release: $Revision: 2.1.
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
11 |
*
|
12 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
13 |
* @copyright 1997-2013 Quadra Informatique
|
14 |
+
* @version Release: $Revision: 2.1.5 $
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
app/design/frontend/default/default/template/paybox/system/error.phtml
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
*
|
12 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
13 |
* @copyright 1997-2013 Quadra Informatique
|
14 |
-
* @version Release: $Revision: 2.1.
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
11 |
*
|
12 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
13 |
* @copyright 1997-2013 Quadra Informatique
|
14 |
+
* @version Release: $Revision: 2.1.5 $
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
app/design/frontend/default/default/template/paybox/system/form.phtml
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
*
|
12 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
13 |
* @copyright 1997-2013 Quadra Informatique
|
14 |
-
* @version Release: $Revision: 2.1.
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
11 |
*
|
12 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
13 |
* @copyright 1997-2013 Quadra Informatique
|
14 |
+
* @version Release: $Revision: 2.1.5 $
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
app/design/frontend/default/default/template/paybox/system/notify.phtml
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
*
|
12 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
13 |
* @copyright 1997-2013 Quadra Informatique
|
14 |
-
* @version Release: $Revision: 2.1.
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
11 |
*
|
12 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
13 |
* @copyright 1997-2013 Quadra Informatique
|
14 |
+
* @version Release: $Revision: 2.1.5 $
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
app/etc/modules/Quadra_Paybox.xml
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
-->
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.5 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
-->
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Quadra_Paybox</name>
|
4 |
-
<version>2.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
@@ -10,6 +10,9 @@
|
|
10 |
<description>The extension provides Paybox payment integration. Allows make payments through Paybox methods.</description>
|
11 |
<notes>Changelog:
|
12 |

|
|
|
|
|
|
|
13 |
2.1.4:
|
14 |
- Add paybox payment server response debug.
|
15 |

|
@@ -42,9 +45,9 @@
|
|
42 |
- Bug fixed with magento 1.4
|
43 |
- Beta version</notes>
|
44 |
<authors><author><name>Quadra Informatique</name><user>auto-converted</user><email>ecommerce@quadra-informatique.fr</email></author></authors>
|
45 |
-
<date>2013-05
|
46 |
-
<time>
|
47 |
-
<contents><target name="magecommunity"><dir name="Quadra"><dir name="Paybox"><dir name="Block"><dir name="Adminhtml"><dir name="Api"><dir name="Debug"><dir name="Request"><file name="Grid.php" hash="
|
48 |
<compatible/>
|
49 |
<dependencies><required><package><name>Quadra_Extensions</name><channel>community</channel><min>1.0.0</min><max></max></package></required></dependencies>
|
50 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Quadra_Paybox</name>
|
4 |
+
<version>2.1.5</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
10 |
<description>The extension provides Paybox payment integration. Allows make payments through Paybox methods.</description>
|
11 |
<notes>Changelog:
|
12 |

|
13 |
+
2.1.5:
|
14 |
+
- Add minumal order total to activate 3D Secure.
|
15 |
+

|
16 |
2.1.4:
|
17 |
- Add paybox payment server response debug.
|
18 |

|
45 |
- Bug fixed with magento 1.4
|
46 |
- Beta version</notes>
|
47 |
<authors><author><name>Quadra Informatique</name><user>auto-converted</user><email>ecommerce@quadra-informatique.fr</email></author></authors>
|
48 |
+
<date>2013-08-05</date>
|
49 |
+
<time>08:51:58</time>
|
50 |
+
<contents><target name="magecommunity"><dir name="Quadra"><dir name="Paybox"><dir name="Block"><dir name="Adminhtml"><dir name="Api"><dir name="Debug"><dir name="Request"><file name="Grid.php" hash="efb7a30303c8df7c58a726130f5d8ea0"/></dir><dir name="Response"><file name="Grid.php" hash="4ca22bbed8c3f7fcf896ff5c9909bb32"/></dir><dir name="ResponseServer"><file name="Grid.php" hash="c871d95afab17ad9188133dc80b15ecf"/></dir><dir name="View"><dir name="Tab"><file name="Request.php" hash="a21ca509f89e7b83ced2234d96437944"/><file name="Response.php" hash="6ae13f4049cfd1d8a03b8c2edb14cb33"/><file name="ResponseServer.php" hash="164a357e4500b843e6ecc8c50c7f5fdf"/></dir><file name="Form.php" hash="b3d4c2165694fb476108b06bf8a58f73"/><file name="Tabs.php" hash="20211218a79b406862264c4c037c76a7"/></dir><file name="Grid.php" hash="6af4c8539c00c11c05bf61edf4420979"/><file name="Request.php" hash="8e2135667be1e57087ff296b2dcb2fdd"/><file name="Response.php" hash="191534c013568b3772c9ea1d767adfc4"/><file name="View.php" hash="9762a831f304061dbc60c588625b83a3"/></dir><file name="Debug.php" hash="8a6969b4982fa3633c293dccfc196f81"/></dir><dir name="Cart"><dir name="Type"><file name="Select.php" hash="681483e0f830ab1d2de5325397c2eee8"/></dir><file name="Type.php" hash="82648bde4aaaea7d484b26b23810d7a9"/></dir><dir name="Question"><dir name="Number"><file name="Grid.php" hash="da89b9dd7a85860449872f9a8e89f321"/></dir><file name="Number.php" hash="8d633358a10c53b421ddeca04136c577"/></dir><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Backuppaymentserver.php" hash="37d047c705e458fb848a00b48dee7f37"/></dir></dir></dir></dir></dir><dir name="Direct"><file name="Form.php" hash="dd8b65fa5c741bd0cfcb040d80c82147"/><file name="Info.php" hash="0b96018a2a8d69ffb4ba5d2f657bd86a"/></dir><dir name="System"><file name="Error.php" hash="69898aa888057a501a71b10bbf8211c8"/><file name="Failure.php" hash="efca1cf622920baa5efcb270fddfe395"/><file name="Form.php" hash="4c506eeefe79c404fb7d03528d40f83c"/><file name="Redirect.php" hash="bd90650daaba02289cf45864ad58b789"/></dir></dir><dir name="Helper"><file name="Data.php" hash="52bd34c902a8cbcace7c86e86ca79cf2"/></dir><dir name="Model"><dir name="Api"><file name="Debug.php" hash="a46e0d39e354c290bc38c068bf6e5e4d"/></dir><dir name="Config"><dir name="Data"><file name="Paybox.php" hash="4405e308218843cc3f1ff45bd7f9ce00"/></dir></dir><dir name="Mysql4"><dir name="Api"><dir name="Debug"><file name="Collection.php" hash="0804c8e77b0bf4d179c5364ee8d10e56"/></dir><file name="Debug.php" hash="698f68be622239aafd76eb38ce358869"/></dir><dir name="Question"><dir name="Number"><file name="Collection.php" hash="55748cbd16ce4e1c89394ef47ee96ebd"/></dir><file name="Number.php" hash="88124faac0d3603039b25b4977dd9d27"/></dir><file name="Setup.php" hash="aca7b61f6234deab015b9b31ed93e5dc"/></dir><dir name="Question"><file name="Number.php" hash="26bcc36a32b4d35aec850545251ac281"/></dir><dir name="Source"><file name="CartType.php" hash="c2940d510787f50be8d7b33cec6fa9b0"/><file name="Cctype.php" hash="07e7a04ce836f17294644eae2153667a"/><file name="Language.php" hash="d87a8a54b00fd4a001bb3fc0f7b1d9a8"/><file name="ManagementMode.php" hash="b4c783617a3fac185587853905ada8fa"/><file name="MethodCall.php" hash="bbd4e6c0bf4283e4c3be7905d65f5da0"/><file name="PaymentAction.php" hash="077bf2604a77638e3f1a2ba233ede0d3"/><file name="PaymentMode.php" hash="7aa52de4b2af21adf12c4ab2902208ae"/><file name="PaymentType.php" hash="7a99129f5bbaebcbdefe1bc61f93d7d7"/></dir><dir name="System"><dir name="Config"><dir name="Source"><dir name="Order"><dir name="Status"><file name="Accepted.php" hash="7ead98a3681194fe6f41a4c42909939d"/><file name="Canceled.php" hash="cc7ca9b4cfcfba4f75eb0e75566df471"/><file name="New.php" hash="94e64a3dca28051997931a69597c37ec"/><file name="Refused.php" hash="77c8b8ab3e764e321d7c7e921697e627"/></dir><file name="Status.php" hash="3d61907a57c088e006ac771b9fdfb83c"/><file name="Statuswithoutcanceled.php" hash="56d8c2b6f84e2829a099c034847cd170"/></dir></dir></dir></dir><file name="Direct.php" hash="5c6502baa004ba446e9f834d69669ca4"/><file name="Observer.php" hash="fb044dfdb873bdc9eec48b3bed0d6878"/><file name="System.php" hash="a135d8ce11dbb1df062eff1b06c09dce"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Api"><file name="DebugController.php" hash="206614c666c49cb3a7ba4ea9ae821ff6"/></dir><dir name="Question"><file name="NumberController.php" hash="561d0dd4a3f429b223e27c79ca9b1e1f"/></dir></dir><file name="SystemController.php" hash="2a8284bae7a5e36209ca98e7c0e23199"/></dir><dir name="etc"><file name="config.xml" hash="e4126a3556b2d61aa3928136420a68b1"/><file name="currency.xml" hash="aef416eaa2bcd7dffac755ebfa8fb2d3"/><file name="pubkey.pem" hash="9bf5be38bde5f19c40acf3d8e4e7806b"/><file name="system.xml" hash="f794bd3a4447ce11aecd417b755cf066"/></dir><dir name="sql"><dir name="paybox_setup"><file name="mysql4-install-0.1.0.php" hash="32c594b15dfaf79218313218112a29ce"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="ab03016b4a0ab81f169f9aa0075af82d"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="94fef986479e6217bbc4056497f4235b"/><file name="mysql4-upgrade-0.1.2-0.1.3.php" hash="f3267b53697556e7d839b4fa3988c492"/><file name="mysql4-upgrade-1.2.4-1.2.5.php" hash="79af896cd90c3ea3026790fb5fdd5bd7"/><file name="mysql4-upgrade-2.1.3-2.1.4.php" hash="635ad7bca1a0693771bed4b381cfb44e"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Quadra_Paybox.xml" hash="11f51cff8eda925ef3e292db5e26c24d"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="paybox"><dir name="adminhtml"><dir name="cart"><dir name="type"><file name="select.phtml" hash="fb2f62f9f2aadbef4698e1bd3ebf8037"/></dir></dir></dir><dir name="direct"><dir name="pdf"><file name="info.phtml" hash="af7bcabfb11c79ae377b85938f2f30c6"/></dir><file name="form.phtml" hash="af236bc6b1bf856eca4c0892b3834c9f"/><file name="info.phtml" hash="2e60ba75fc41f7df3a768a9d61a2bcfd"/></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="paybox"><dir name="direct"><file name="form.phtml" hash="8bc8478bf4336bb58d826effa9b16cc2"/><file name="info.phtml" hash="b8861a824804a5f12ddcb2e741286ca6"/></dir><dir name="system"><file name="error.phtml" hash="2b4a6682de5cef8ebc98f97db516c13e"/><file name="form.phtml" hash="bd01d4ef8990e8868a223888dd4dc693"/><file name="notify.phtml" hash="1cadd3fb4752c80421d03693eaa211ea"/></dir></dir></dir><dir name="layout"><file name="paybox.xml" hash="2c85ed412f25b70468d6e4df3c6bc622"/></dir></dir></dir></dir></target><target name="magelocale"><dir name="fr_FR"><file name="Quadra_Paybox.csv" hash="3e93b483137b0f2770f656bd02e48336"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="images"><dir name="media"><dir name="paybox"><file name="PayboxPaiementSecurise.png" hash="de66247ae1debc79a0f3cd015247307e"/><file name="paybox.png" hash="87f2b567282864162b5af79d7ab7d44b"/></dir></dir></dir></dir></dir></dir></target></contents>
|
51 |
<compatible/>
|
52 |
<dependencies><required><package><name>Quadra_Extensions</name><channel>community</channel><min>1.0.0</min><max></max></package></required></dependencies>
|
53 |
</package>
|