Quadra_Paybox - Version 2.1.2

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

Files changed (64) hide show
  1. app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug.php +1 -1
  2. app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/Grid.php +13 -31
  3. app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/Request.php +1 -1
  4. app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/Request/Grid.php +1 -1
  5. app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/Response.php +1 -1
  6. app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/Response/Grid.php +1 -1
  7. app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View.php +1 -1
  8. app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View/Form.php +1 -1
  9. app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View/Tab/Request.php +1 -1
  10. app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View/Tab/Response.php +1 -1
  11. app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View/Tabs.php +1 -1
  12. app/code/community/Quadra/Paybox/Block/Adminhtml/Cart/Type.php +1 -1
  13. app/code/community/Quadra/Paybox/Block/Adminhtml/Cart/Type/Select.php +1 -1
  14. app/code/community/Quadra/Paybox/Block/Adminhtml/Question/Number.php +1 -1
  15. app/code/community/Quadra/Paybox/Block/Adminhtml/Question/Number/Grid.php +4 -6
  16. app/code/community/Quadra/Paybox/Block/Adminhtml/System/Config/Form/Field/Backuppaymentserver.php +1 -1
  17. app/code/community/Quadra/Paybox/Block/Direct/Form.php +1 -1
  18. app/code/community/Quadra/Paybox/Block/Direct/Info.php +1 -1
  19. app/code/community/Quadra/Paybox/Block/System/Error.php +1 -1
  20. app/code/community/Quadra/Paybox/Block/System/Failure.php +1 -1
  21. app/code/community/Quadra/Paybox/Block/System/Form.php +1 -1
  22. app/code/community/Quadra/Paybox/Block/System/Redirect.php +1 -1
  23. app/code/community/Quadra/Paybox/Helper/Data.php +1 -1
  24. app/code/community/Quadra/Paybox/Model/Api/Debug.php +1 -1
  25. app/code/community/Quadra/Paybox/Model/Config/Data/Paybox.php +1 -1
  26. app/code/community/Quadra/Paybox/Model/Direct.php +1 -1
  27. app/code/community/Quadra/Paybox/Model/Mysql4/Api/Debug.php +1 -1
  28. app/code/community/Quadra/Paybox/Model/Mysql4/Api/Debug/Collection.php +1 -1
  29. app/code/community/Quadra/Paybox/Model/Mysql4/Question/Number.php +1 -1
  30. app/code/community/Quadra/Paybox/Model/Mysql4/Question/Number/Collection.php +1 -1
  31. app/code/community/Quadra/Paybox/Model/Mysql4/Setup.php +1 -1
  32. app/code/community/Quadra/Paybox/Model/Observer.php +1 -1
  33. app/code/community/Quadra/Paybox/Model/Question/Number.php +1 -1
  34. app/code/community/Quadra/Paybox/Model/Source/CartType.php +1 -1
  35. app/code/community/Quadra/Paybox/Model/Source/Cctype.php +1 -1
  36. app/code/community/Quadra/Paybox/Model/Source/Language.php +1 -1
  37. app/code/community/Quadra/Paybox/Model/Source/ManagementMode.php +1 -1
  38. app/code/community/Quadra/Paybox/Model/Source/MethodCall.php +1 -1
  39. app/code/community/Quadra/Paybox/Model/Source/PaymentAction.php +1 -1
  40. app/code/community/Quadra/Paybox/Model/Source/PaymentMode.php +1 -1
  41. app/code/community/Quadra/Paybox/Model/Source/PaymentType.php +1 -1
  42. app/code/community/Quadra/Paybox/Model/System.php +3 -2
  43. app/code/community/Quadra/Paybox/Model/System/Config/Source/Order/Status.php +1 -1
  44. app/code/community/Quadra/Paybox/Model/System/Config/Source/Order/Status/Accepted.php +1 -1
  45. app/code/community/Quadra/Paybox/Model/System/Config/Source/Order/Status/Canceled.php +1 -1
  46. app/code/community/Quadra/Paybox/Model/System/Config/Source/Order/Status/New.php +1 -1
  47. app/code/community/Quadra/Paybox/Model/System/Config/Source/Order/Status/Refused.php +1 -1
  48. app/code/community/Quadra/Paybox/controllers/Adminhtml/Api/DebugController.php +1 -1
  49. app/code/community/Quadra/Paybox/controllers/Adminhtml/Question/NumberController.php +1 -1
  50. app/code/community/Quadra/Paybox/controllers/SystemController.php +1 -1
  51. app/code/community/Quadra/Paybox/etc/config.xml +2 -2
  52. app/code/community/Quadra/Paybox/etc/currency.xml +1 -1
  53. app/code/community/Quadra/Paybox/etc/system.xml +1 -1
  54. app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-install-0.1.0.php +1 -1
  55. app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-upgrade-0.1.0-0.1.1.php +1 -1
  56. app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-upgrade-0.1.1-0.1.2.php +1 -1
  57. app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-upgrade-0.1.2-0.1.3.php +1 -1
  58. app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-upgrade-1.2.4-1.2.5.php +1 -1
  59. app/design/adminhtml/default/default/template/paybox/adminhtml/cart/type/select.phtml +1 -1
  60. app/design/adminhtml/default/default/template/paybox/direct/form.phtml +1 -1
  61. app/design/adminhtml/default/default/template/paybox/direct/info.phtml +1 -1
  62. app/design/adminhtml/default/default/template/paybox/direct/pdf/info.phtml +1 -1
  63. app/etc/modules/Quadra_Paybox.xml +1 -1
  64. 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.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.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
- $this->_collection = new Varien_Data_Collection();
33
- $this->_loadCollection();
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' => 'date'
51
  ));
52
 
53
  $this->addColumn('real_order_id', array(
54
  'header' => Mage::helper('paybox')->__('Real Order ID'),
55
- 'index' => 'real_order_id',
56
- 'type' => 'number'
57
  ));
58
 
59
- $sourceYesNo = Mage::getSingleton('adminhtml/system_config_source_yesno');
60
- $this->addColumn('has_request_body', array(
61
- 'header' => Mage::helper('paybox')->__('Has Request'),
62
- 'width' => '10px',
63
- 'index' => 'has_request_body',
64
- 'type' => 'options',
65
- 'options' => $sourceYesNo->toArray()
66
  ));
67
 
68
- $this->addColumn('has_response_body', array(
69
- 'header' => Mage::helper('paybox')->__('Has Response'),
70
- 'width' => '10px',
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.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.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.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.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.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.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.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.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.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.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.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.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.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' => 'date'
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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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->getOrder()->getRealOrderId())
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.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.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.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.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.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.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.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.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.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.1</version>
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.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.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.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.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.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.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.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.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.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.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.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.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.1</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,6 +10,10 @@
10
  <description>The extension provides Paybox payment integration. Allows make payments through Paybox methods.</description>
11
  <notes>Changelog:&#xD;
12
  &#xD;
 
 
 
 
13
  2.1.1:&#xD;
14
  - Fix bug with api debug table&#xD;
15
  - Add table view in back-office&#xD;
@@ -31,10 +35,10 @@
31
  - Multishipping compatibility&#xD;
32
  - Bug fixed with magento 1.4&#xD;
33
  - Beta version</notes>
34
- <authors><author><name>Quadra Informatique</name><user>quadrainfo</user><email>ecommerce@quadra-informatique.fr</email></author></authors>
35
- <date>2013-02-25</date>
36
- <time>12:48:25</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="7f3846940aede7309abf7692f3fbe3ea"/><dir name="Request"><file name="Grid.php" hash="70928a4e8366dcf33e92e2e867b90434"/></dir><file name="Request.php" hash="c7353dc8287911bc8adb222e8cc098d7"/><dir name="Response"><file name="Grid.php" hash="9ec0dc50579b437329a2377eb3a42707"/></dir><file name="Response.php" hash="b22c82f7066d4c07518f8687a4085ab0"/><dir name="View"><file name="Form.php" hash="9234e7da06735abc6d83683608ec9cca"/><dir name="Tab"><file name="Request.php" hash="51147d075c8a837648bdf834d7052247"/><file name="Response.php" hash="14fc052a17a19a29bb903e2db22b24f5"/></dir><file name="Tabs.php" hash="2fdc2c449e98b3365abc4ffe55914def"/></dir><file name="View.php" hash="2b408c6c8597e7246ba235bd37d261ae"/></dir><file name="Debug.php" hash="f95a843f462bb941c632b9507206bf7b"/></dir><dir name="Cart"><dir name="Type"><file name="Select.php" hash="982c487501f72231630a3bc7fed2d22c"/></dir><file name="Type.php" hash="60020f8fffd0d7dbb8a9df9d5c453d4f"/></dir><dir name="Question"><dir name="Number"><file name="Grid.php" hash="918721b84be281e2060f2de1d45789d0"/></dir><file name="Number.php" hash="5478731b2ad226e3ec1351193d524632"/></dir><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Backuppaymentserver.php" hash="38faf8a15e0596e590d80e562bb3c3a4"/></dir></dir></dir></dir></dir><dir name="Direct"><file name="Form.php" hash="7a068563ba8d0132e4c747ac608256e8"/><file name="Info.php" hash="1218a22ca7ddf5f3d3dc245a4c2c0dcf"/></dir><dir name="System"><file name="Error.php" hash="2f354e31b9363be5cccbe3ed954489e1"/><file name="Failure.php" hash="566c8ff8ca4c4405a57f4cb0118f577a"/><file name="Form.php" hash="4a8ad78cd841107378cea38e173aa3d4"/><file name="Redirect.php" hash="b5f46f8fa84803410a07fac06e37a9b3"/></dir></dir><dir name="Helper"><file name="Data.php" hash="66640e72c55594fbdbb765b231acbad0"/></dir><dir name="Model"><dir name="Api"><file name="Debug.php" hash="cc4ea15317e83695b07de9945c47a6d3"/></dir><dir name="Config"><dir name="Data"><file name="Paybox.php" hash="f790284c79c292286524af02c3afcaa7"/></dir></dir><file name="Direct.php" hash="df479476bbb2dc94c191223ac4236c49"/><dir name="Mysql4"><dir name="Api"><dir name="Debug"><file name="Collection.php" hash="1a1b12246329f7a14b593556e31a6dfc"/></dir><file name="Debug.php" hash="e559431b4082706fd995463050ec3ab4"/></dir><dir name="Question"><dir name="Number"><file name="Collection.php" hash="ffdb72d97390ccbeae765b7293fa7f48"/></dir><file name="Number.php" hash="77333bfbb5b1375d8efe532793a326dc"/></dir><file name="Setup.php" hash="359bf4f61992197cabd2ad0de2313f75"/></dir><file name="Observer.php" hash="bb22467cd2c9dfe3058c1514110facc5"/><dir name="Question"><file name="Number.php" hash="70bb03f97bd422555d550f2ac6c8d789"/></dir><dir name="Source"><file name="CartType.php" hash="d9cbea5b565692fc6dd6dd0c65ab3f13"/><file name="Cctype.php" hash="7b7493effb9275b549d24d5954083c08"/><file name="Language.php" hash="26667fdc2fe2ae3cbf60415bf131fb80"/><file name="ManagementMode.php" hash="6e6a56921ecd6c53ce4ce1e99d161ba0"/><file name="MethodCall.php" hash="5afdeeb856a4ffc6758eedbb40ff5e2e"/><file name="PaymentAction.php" hash="f570524e22a3d751f5fc35da66cffc51"/><file name="PaymentMode.php" hash="f5686d04c1c0c4044e58940dc9ee0077"/><file name="PaymentType.php" hash="778b346d2894974282884a4069bbdea7"/></dir><dir name="System"><dir name="Config"><dir name="Source"><dir name="Order"><dir name="Status"><file name="Accepted.php" hash="31118f3ce9e997901696ffd95a575037"/><file name="Canceled.php" hash="b0fd0cbd38f5cae0ed44b309e9a24df9"/><file name="New.php" hash="51167ceee472be62689f4b93ac6ecf8f"/><file name="Refused.php" hash="e0d580c51dc4d76b91a972ea8fb6e2f4"/></dir><file name="Status.php" hash="560264574b9b244999206b14d5b16b0a"/><file name="Statuswithoutcanceled.php" hash="56d8c2b6f84e2829a099c034847cd170"/></dir></dir></dir></dir><file name="System.php" hash="f77642ba174249dced2b33edbd5b74fb"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Api"><file name="DebugController.php" hash="8170c74641065499d4dfbb5f2edfd6a4"/></dir><dir name="Question"><file name="NumberController.php" hash="6876f05d48c7f50825d0ff04a5ec8556"/></dir></dir><file name="SystemController.php" hash="22993a86ce71e72d90a2efbf04aba183"/></dir><dir name="etc"><file name="config.xml" hash="a07eb31782435b7593ff51714b5596f5"/><file name="currency.xml" hash="9831ba08f8909a7d17bcd00d8fb2c4be"/><file name="pubkey.pem" hash="9bf5be38bde5f19c40acf3d8e4e7806b"/><file name="system.xml" hash="bf1e4f8461d417ab3968cf36270f7899"/></dir><dir name="sql"><dir name="paybox_setup"><file name="mysql4-install-0.1.0.php" hash="e8023d20b8c97bd5b2713c2bea728e91"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="63e57165f23ca8da21f1f70fbcd24441"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="89b5170465b028440c10978d72eb667b"/><file name="mysql4-upgrade-0.1.2-0.1.3.php" hash="36f0e228e22e9031f553757c62dc4465"/><file name="mysql4-upgrade-1.2.4-1.2.5.php" hash="04c32b92a0d56d606ab3ddac110671e3"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Quadra_Paybox.xml" hash="7636fe98b396cd68d58473bb97990a54"/></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="0c4dd2fa7efd5c590c5b4401a8c52a13"/></dir></dir></dir><dir name="direct"><file name="form.phtml" hash="475916adc85f6321e616230ae576b8c8"/><file name="info.phtml" hash="f3e347daa4895b31fa33d0b2d23be353"/><dir name="pdf"><file name="info.phtml" hash="fa8596480027881194bbdeb6bae6b040"/></dir></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>
38
  <compatible/>
39
- <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Quadra_Extensions</name><channel>community</channel><min>1.0.0</min><max></max></package></required></dependencies>
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:&#xD;
12
  &#xD;
13
+ 2.1.2:&#xD;
14
+ - Fix bug with api debug multishipping informaion&#xD;
15
+ - Fix bug with api debug view in back-office&#xD;
16
+ &#xD;
17
  2.1.1:&#xD;
18
  - Fix bug with api debug table&#xD;
19
  - Add table view in back-office&#xD;
35
  - Multishipping compatibility&#xD;
36
  - Bug fixed with magento 1.4&#xD;
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>