Version Notes
Changelog:
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.2 |
Comparing to | |
See all releases |
Code changes from version 2.1.1 to 2.1.2
- app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug.php +1 -1
- app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/Grid.php +13 -31
- 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/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/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 +4 -6
- 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 +3 -2
- 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 +2 -2
- app/code/community/Quadra/Paybox/etc/currency.xml +1 -1
- app/code/community/Quadra/Paybox/etc/system.xml +1 -1
- 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/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/etc/modules/Quadra_Paybox.xml +1 -1
- package.xml +10 -6
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.2 $
|
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,13 +12,11 @@
|
|
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 {
|
19 |
|
20 |
-
protected $_collection;
|
21 |
-
|
22 |
public function __construct() {
|
23 |
parent::__construct();
|
24 |
$this->setId('paybox_api_debug_grid');
|
@@ -29,53 +27,37 @@ class Quadra_Paybox_Block_Adminhtml_Api_Debug_Grid extends Mage_Adminhtml_Block_
|
|
29 |
}
|
30 |
|
31 |
protected function _prepareCollection() {
|
32 |
-
$
|
33 |
-
$this->
|
34 |
-
$this->setCollection($this->_collection);
|
35 |
return parent::_prepareCollection();
|
36 |
}
|
37 |
|
38 |
-
protected function _loadCollection() {
|
39 |
-
foreach (Mage::getResourceModel('paybox/api_debug_collection') as $item) {
|
40 |
-
$item->setData('has_request_body', (strlen($item['request_body']) > 0));
|
41 |
-
$item->setData('has_response_body', (strlen($item['response_body']) > 0));
|
42 |
-
$this->_collection->addItem($item);
|
43 |
-
}
|
44 |
-
}
|
45 |
-
|
46 |
protected function _prepareColumns() {
|
47 |
$this->addColumn('debug_at', array(
|
48 |
'header' => Mage::helper('paybox')->__('Debug at'),
|
|
|
49 |
'index' => 'debug_at',
|
50 |
-
'type' => '
|
51 |
));
|
52 |
|
53 |
$this->addColumn('real_order_id', array(
|
54 |
'header' => Mage::helper('paybox')->__('Real Order ID'),
|
55 |
-
'
|
56 |
-
'
|
57 |
));
|
58 |
|
59 |
-
$
|
60 |
-
|
61 |
-
'
|
62 |
-
'width' => '10px',
|
63 |
-
'index' => 'has_request_body',
|
64 |
-
'type' => 'options',
|
65 |
-
'options' => $sourceYesNo->toArray()
|
66 |
));
|
67 |
|
68 |
-
$this->addColumn('
|
69 |
-
'header' => Mage::helper('paybox')->__('
|
70 |
-
'
|
71 |
-
'index' => 'has_response_body',
|
72 |
-
'type' => 'options',
|
73 |
-
'options' => $sourceYesNo->toArray()
|
74 |
));
|
75 |
|
76 |
$this->addColumn('action', array(
|
77 |
'header' => Mage::helper('paybox')->__('Action'),
|
78 |
-
'width' => '100',
|
79 |
'type' => 'action',
|
80 |
'getter' => 'getId',
|
81 |
'actions' => array(
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.2 $
|
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 {
|
19 |
|
|
|
|
|
20 |
public function __construct() {
|
21 |
parent::__construct();
|
22 |
$this->setId('paybox_api_debug_grid');
|
27 |
}
|
28 |
|
29 |
protected function _prepareCollection() {
|
30 |
+
$collection = Mage::getResourceModel('paybox/api_debug_collection');
|
31 |
+
$this->setCollection($collection);
|
|
|
32 |
return parent::_prepareCollection();
|
33 |
}
|
34 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
protected function _prepareColumns() {
|
36 |
$this->addColumn('debug_at', array(
|
37 |
'header' => Mage::helper('paybox')->__('Debug at'),
|
38 |
+
'width' => '50px',
|
39 |
'index' => 'debug_at',
|
40 |
+
'type' => 'datetime'
|
41 |
));
|
42 |
|
43 |
$this->addColumn('real_order_id', array(
|
44 |
'header' => Mage::helper('paybox')->__('Real Order ID'),
|
45 |
+
'width' => '50px',
|
46 |
+
'index' => 'real_order_id'
|
47 |
));
|
48 |
|
49 |
+
$this->addColumn('request_body', array(
|
50 |
+
'header' => Mage::helper('paybox')->__('Request'),
|
51 |
+
'index' => 'request_body'
|
|
|
|
|
|
|
|
|
52 |
));
|
53 |
|
54 |
+
$this->addColumn('response_body', array(
|
55 |
+
'header' => Mage::helper('paybox')->__('Response'),
|
56 |
+
'index' => 'response_body'
|
|
|
|
|
|
|
57 |
));
|
58 |
|
59 |
$this->addColumn('action', array(
|
60 |
'header' => Mage::helper('paybox')->__('Action'),
|
|
|
61 |
'type' => 'action',
|
62 |
'getter' => 'getId',
|
63 |
'actions' => array(
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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/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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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/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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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 {
|
@@ -36,8 +36,7 @@ class Quadra_Paybox_Block_Adminhtml_Question_Number_Grid extends Mage_Adminhtml_
|
|
36 |
$this->addColumn('account_id', array(
|
37 |
'header' => Mage::helper('paybox')->__('Account ID'),
|
38 |
'width' => '50px',
|
39 |
-
'index' => 'account_id'
|
40 |
-
'type' => 'number'
|
41 |
));
|
42 |
|
43 |
$this->addColumn('account_hash', array(
|
@@ -48,15 +47,14 @@ class Quadra_Paybox_Block_Adminhtml_Question_Number_Grid extends Mage_Adminhtml_
|
|
48 |
$this->addColumn('increment_value', array(
|
49 |
'header' => Mage::helper('paybox')->__('Increment Value'),
|
50 |
'width' => '50px',
|
51 |
-
'index' => 'increment_value'
|
52 |
-
'type' => 'number'
|
53 |
));
|
54 |
|
55 |
$this->addColumn('reset_date', array(
|
56 |
'header' => Mage::helper('paybox')->__('Reset Date'),
|
57 |
'width' => '50px',
|
58 |
'index' => 'reset_date',
|
59 |
-
'type' => '
|
60 |
));
|
61 |
|
62 |
return parent::_prepareColumns();
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.2 $
|
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 {
|
36 |
$this->addColumn('account_id', array(
|
37 |
'header' => Mage::helper('paybox')->__('Account ID'),
|
38 |
'width' => '50px',
|
39 |
+
'index' => 'account_id'
|
|
|
40 |
));
|
41 |
|
42 |
$this->addColumn('account_hash', array(
|
47 |
$this->addColumn('increment_value', array(
|
48 |
'header' => Mage::helper('paybox')->__('Increment Value'),
|
49 |
'width' => '50px',
|
50 |
+
'index' => 'increment_value'
|
|
|
51 |
));
|
52 |
|
53 |
$this->addColumn('reset_date', array(
|
54 |
'header' => Mage::helper('paybox')->__('Reset Date'),
|
55 |
'width' => '50px',
|
56 |
'index' => 'reset_date',
|
57 |
+
'type' => 'datetime'
|
58 |
));
|
59 |
|
60 |
return parent::_prepareColumns();
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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 {
|
@@ -524,8 +524,9 @@ class Quadra_Paybox_Model_System extends Mage_Payment_Model_Method_Abstract {
|
|
524 |
}
|
525 |
|
526 |
if ($this->getDebugFlag()) {
|
|
|
527 |
$debug = Mage::getModel('paybox/api_debug')
|
528 |
-
->setRealOrderId($this->
|
529 |
->setRequestBody(serialize($fieldsArr))
|
530 |
->save();
|
531 |
}
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.2 $
|
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 {
|
524 |
}
|
525 |
|
526 |
if ($this->getDebugFlag()) {
|
527 |
+
$this->getOrderList();
|
528 |
$debug = Mage::getModel('paybox/api_debug')
|
529 |
+
->setRealOrderId($this->getOrderList())
|
530 |
->setRequestBody(serialize($fieldsArr))
|
531 |
->save();
|
532 |
}
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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>
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.2 $
|
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.2</version>
|
23 |
</Quadra_Paybox>
|
24 |
</modules>
|
25 |
<global>
|
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.2 $
|
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 |
-->
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.2 $
|
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-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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
app/design/adminhtml/default/default/template/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.2 $
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
app/design/adminhtml/default/default/template/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.2 $
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
app/design/adminhtml/default/default/template/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.2 $
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
app/design/adminhtml/default/default/template/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.2 $
|
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.2 $
|
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,10 @@
|
|
10 |
<description>The extension provides Paybox payment integration. Allows make payments through Paybox methods.</description>
|
11 |
<notes>Changelog:
|
12 |

|
|
|
|
|
|
|
|
|
13 |
2.1.1:
|
14 |
- Fix bug with api debug table
|
15 |
- Add table view in back-office
|
@@ -31,10 +35,10 @@
|
|
31 |
- Multishipping compatibility
|
32 |
- Bug fixed with magento 1.4
|
33 |
- Beta version</notes>
|
34 |
-
<authors><author><name>Quadra Informatique</name><user>
|
35 |
-
<date>2013-
|
36 |
-
<time>
|
37 |
-
<contents><target name="magecommunity"><dir name="Quadra"><dir name="Paybox"><dir name="Block"><dir name="Adminhtml"><dir name="Api"><dir name="Debug"><file name="Grid.php" hash="
|
38 |
<compatible/>
|
39 |
-
<dependencies><required><
|
40 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Quadra_Paybox</name>
|
4 |
+
<version>2.1.2</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.2:
|
14 |
+
- Fix bug with api debug multishipping informaion
|
15 |
+
- Fix bug with api debug view in back-office
|
16 |
+

|
17 |
2.1.1:
|
18 |
- Fix bug with api debug table
|
19 |
- Add table view in back-office
|
35 |
- Multishipping compatibility
|
36 |
- Bug fixed with magento 1.4
|
37 |
- Beta version</notes>
|
38 |
+
<authors><author><name>Quadra Informatique</name><user>auto-converted</user><email>ecommerce@quadra-informatique.fr</email></author></authors>
|
39 |
+
<date>2013-04-18</date>
|
40 |
+
<time>09:51:09</time>
|
41 |
+
<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="bfda951b3f6e97b62e5de37fbd01ac4a"/></dir><dir name="Response"><file name="Grid.php" hash="06dd85a2224ddfaeeebf84d3412a1a1b"/></dir><dir name="View"><dir name="Tab"><file name="Request.php" hash="1542bb43b3ebe6134a0109372fc217c9"/><file name="Response.php" hash="120cee721178c2023530a3757350e1ce"/></dir><file name="Form.php" hash="d959b53fd644e189299cdf549c77f4a7"/><file name="Tabs.php" hash="687e2aa29f6da63b22dfe4c81da7e041"/></dir><file name="Grid.php" hash="287f0097484f8e1fd8e0f4ca5fede3d2"/><file name="Request.php" hash="68404f65ea61355a2b0c54c2bb81c423"/><file name="Response.php" hash="a78dcfcd11e1b92c948bbe48eff0e8c8"/><file name="View.php" hash="f35535b4e8e2626084836000503c064a"/></dir><file name="Debug.php" hash="1403d3b915448e46b8c6cdee70398305"/></dir><dir name="Cart"><dir name="Type"><file name="Select.php" hash="7c8c174d0bad6b26fbf9762cfc14d06e"/></dir><file name="Type.php" hash="e124ce13dc5c5e432d4775a3e49f3f4d"/></dir><dir name="Question"><dir name="Number"><file name="Grid.php" hash="2d50938c799477285792606450aa2567"/></dir><file name="Number.php" hash="df8c10dae20e335e5778222670b84ff7"/></dir><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Backuppaymentserver.php" hash="0b70d994d9a75cfaf1c97c162cca709f"/></dir></dir></dir></dir></dir><dir name="Direct"><file name="Form.php" hash="f57919a3328e1869da99ea3d1ebd7be8"/><file name="Info.php" hash="245f987c8b2cbcd9589346b1d166e810"/></dir><dir name="System"><file name="Error.php" hash="ce2925063e1084d3ab2704831fdfc509"/><file name="Failure.php" hash="ddaabe21ff183a34357bc3fa79b745a8"/><file name="Form.php" hash="e4fc5390675971af84f5f9190bf1057f"/><file name="Redirect.php" hash="55614c3de5aa238e27f89b198f46b1c7"/></dir></dir><dir name="Helper"><file name="Data.php" hash="b833da698c3b78083e071593d2e2e8b7"/></dir><dir name="Model"><dir name="Api"><file name="Debug.php" hash="f58533805ee555222d5e9675b827e94a"/></dir><dir name="Config"><dir name="Data"><file name="Paybox.php" hash="4c4ce423df486a0aa9e64ebc20b4fcce"/></dir></dir><dir name="Mysql4"><dir name="Api"><dir name="Debug"><file name="Collection.php" hash="8360f016f25b5bea764d71d75458dac1"/></dir><file name="Debug.php" hash="de8e115f9a610740721f2bd03f68e69e"/></dir><dir name="Question"><dir name="Number"><file name="Collection.php" hash="eeea239c0dd3edfc9fe98196a48e0a38"/></dir><file name="Number.php" hash="a57fecdd03bb4bcf93689c924333497d"/></dir><file name="Setup.php" hash="01bdbae3f2faebf20dc3ff8407031bba"/></dir><dir name="Question"><file name="Number.php" hash="bfceb3ce4a0b69fb66c72b25cbb597f6"/></dir><dir name="Source"><file name="CartType.php" hash="9276f56b691e81d171803724c426c3b9"/><file name="Cctype.php" hash="6d193ec4bfdef716f17cea3dcb6ea175"/><file name="Language.php" hash="1b51c03c5ae70702bfb9fa28f55b3c3b"/><file name="ManagementMode.php" hash="022a62c4a4d2e75934bac50bbee6bdc0"/><file name="MethodCall.php" hash="787a6fef0ef0177bf94d00d60d462766"/><file name="PaymentAction.php" hash="1a44c2bf52f74e036bda321530ed6391"/><file name="PaymentMode.php" hash="2a0bfc198b3906156f4b2a2659a5d218"/><file name="PaymentType.php" hash="96144d36f1d495abe5146e4660a6c6be"/></dir><dir name="System"><dir name="Config"><dir name="Source"><dir name="Order"><dir name="Status"><file name="Accepted.php" hash="cc9eeb239e4872a8421629f1dc00563c"/><file name="Canceled.php" hash="277db3cf65c3d1c17c47c8779204f4e9"/><file name="New.php" hash="0fba1de6cf97397cce9bd16587ca68f1"/><file name="Refused.php" hash="716c28d3d3549c8cc171d016213dd45d"/></dir><file name="Status.php" hash="13ee935c9234ff9ee00c74c5493ef8ff"/><file name="Statuswithoutcanceled.php" hash="56d8c2b6f84e2829a099c034847cd170"/></dir></dir></dir></dir><file name="Direct.php" hash="ced504a23cb0c3318a8c66d30b335de9"/><file name="Observer.php" hash="bba55fd0d49503c0429b59a67ad303bc"/><file name="System.php" hash="964dfa7986cb6b8944d54c48c3a10836"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Api"><file name="DebugController.php" hash="8633c74eb744045800dfbac57e5923c9"/></dir><dir name="Question"><file name="NumberController.php" hash="6ff83656bb45c7b6b086a7f388747d46"/></dir></dir><file name="SystemController.php" hash="32c1db0ccfa61b256f607cfdac03ae53"/></dir><dir name="etc"><file name="config.xml" hash="88d4e748c54e95c98514f9e25402eff2"/><file name="currency.xml" hash="c069620a5a06077b619fcbdb3f93d31b"/><file name="pubkey.pem" hash="9bf5be38bde5f19c40acf3d8e4e7806b"/><file name="system.xml" hash="fb5976d46ed29a10e19594e46c9fac9c"/></dir><dir name="sql"><dir name="paybox_setup"><file name="mysql4-install-0.1.0.php" hash="1d5ff68e41330b2dc83b7be4e3122bc7"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="02b0999401cf4b58f841769d1b16233d"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="a2d4e617301235a6a1b39560340ef6e6"/><file name="mysql4-upgrade-0.1.2-0.1.3.php" hash="132548e1fe4e49bec87876afa987a730"/><file name="mysql4-upgrade-1.2.4-1.2.5.php" hash="699ffed0376289d98c582269020c86f9"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Quadra_Paybox.xml" hash="93bb5cec9c1fd80fc1e54a846e5670b5"/></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="69dbd572221d9caf221a2c25073af439"/></dir></dir></dir><dir name="direct"><dir name="pdf"><file name="info.phtml" hash="f8224efd8d476779fd677b78303d7f44"/></dir><file name="form.phtml" hash="478127c72ce83830f763974b3969e225"/><file name="info.phtml" hash="dde7b1658e41e0ea492ba0f75a06b63e"/></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="608b5c215577b4df1a68a9daf2a65c15"/><file name="info.phtml" hash="7b2302502dfb5ab7fcb0fc43c7aa850f"/></dir><dir name="system"><file name="error.phtml" hash="fb80f3c05c6362c28e985094fe52f478"/><file name="form.phtml" hash="42f12365c18b5532e3ef580e168a2d5a"/><file name="notify.phtml" hash="9fdbd2fcc6da5641295e84f697d5b220"/></dir></dir></dir><dir name="layout"><file name="paybox.xml" hash="a5567dfecc71895349fb1222e9becd99"/></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>
|
42 |
<compatible/>
|
43 |
+
<dependencies><required><package><name>Quadra_Extensions</name><channel>community</channel><min>1.0.0</min><max></max></package></required></dependencies>
|
44 |
</package>
|