Quadra_Paybox - Version 2.1.5

Version Notes

Changelog:

2.1.5:
- Add minumal order total to activate 3D Secure.

2.1.4:
- Add paybox payment server response debug.

2.1.3:
- Add new Paybox server address IP used in IP check

2.1.2:
- Fix bug with api debug multishipping informaion
- Fix bug with api debug view in back-office

2.1.1:
- Fix bug with api debug table
- Add table view in back-office

2.1.0:
- Bug fixed with Paybox Direct
- Bug fixed with multishipping
- Add Paybox System intermediate page configuration

2.0.2:
- Some fields in the configuration of the module are now configurable in store view
- The field "empty cart" was added

2.0.1:
- Stable version

2.0.0:
- Magento 1.5 compatibility
- Multishipping compatibility
- Bug fixed with magento 1.4
- Beta version

Download this release

Release Info

Developer Magento Core Team
Extension Quadra_Paybox
Version 2.1.5
Comparing to
See all releases


Code changes from version 2.1.4 to 2.1.5

Files changed (73) 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 +1 -1
  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/ResponseServer/Grid.php +1 -1
  8. app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View.php +1 -1
  9. app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View/Form.php +1 -1
  10. app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View/Tab/Request.php +1 -1
  11. app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View/Tab/Response.php +1 -1
  12. app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View/Tab/ResponseServer.php +1 -1
  13. app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View/Tabs.php +1 -1
  14. app/code/community/Quadra/Paybox/Block/Adminhtml/Cart/Type.php +1 -1
  15. app/code/community/Quadra/Paybox/Block/Adminhtml/Cart/Type/Select.php +1 -1
  16. app/code/community/Quadra/Paybox/Block/Adminhtml/Question/Number.php +1 -1
  17. app/code/community/Quadra/Paybox/Block/Adminhtml/Question/Number/Grid.php +1 -1
  18. app/code/community/Quadra/Paybox/Block/Adminhtml/System/Config/Form/Field/Backuppaymentserver.php +1 -1
  19. app/code/community/Quadra/Paybox/Block/Direct/Form.php +1 -1
  20. app/code/community/Quadra/Paybox/Block/Direct/Info.php +1 -1
  21. app/code/community/Quadra/Paybox/Block/System/Error.php +1 -1
  22. app/code/community/Quadra/Paybox/Block/System/Failure.php +1 -1
  23. app/code/community/Quadra/Paybox/Block/System/Form.php +1 -1
  24. app/code/community/Quadra/Paybox/Block/System/Redirect.php +1 -1
  25. app/code/community/Quadra/Paybox/Helper/Data.php +1 -1
  26. app/code/community/Quadra/Paybox/Model/Api/Debug.php +1 -1
  27. app/code/community/Quadra/Paybox/Model/Config/Data/Paybox.php +1 -1
  28. app/code/community/Quadra/Paybox/Model/Direct.php +1 -1
  29. app/code/community/Quadra/Paybox/Model/Mysql4/Api/Debug.php +1 -1
  30. app/code/community/Quadra/Paybox/Model/Mysql4/Api/Debug/Collection.php +1 -1
  31. app/code/community/Quadra/Paybox/Model/Mysql4/Question/Number.php +1 -1
  32. app/code/community/Quadra/Paybox/Model/Mysql4/Question/Number/Collection.php +1 -1
  33. app/code/community/Quadra/Paybox/Model/Mysql4/Setup.php +1 -1
  34. app/code/community/Quadra/Paybox/Model/Observer.php +1 -1
  35. app/code/community/Quadra/Paybox/Model/Question/Number.php +1 -1
  36. app/code/community/Quadra/Paybox/Model/Source/CartType.php +1 -1
  37. app/code/community/Quadra/Paybox/Model/Source/Cctype.php +1 -1
  38. app/code/community/Quadra/Paybox/Model/Source/Language.php +1 -1
  39. app/code/community/Quadra/Paybox/Model/Source/ManagementMode.php +1 -1
  40. app/code/community/Quadra/Paybox/Model/Source/MethodCall.php +1 -1
  41. app/code/community/Quadra/Paybox/Model/Source/PaymentAction.php +1 -1
  42. app/code/community/Quadra/Paybox/Model/Source/PaymentMode.php +1 -1
  43. app/code/community/Quadra/Paybox/Model/Source/PaymentType.php +1 -1
  44. app/code/community/Quadra/Paybox/Model/System.php +4 -1
  45. app/code/community/Quadra/Paybox/Model/System/Config/Source/Order/Status.php +1 -1
  46. app/code/community/Quadra/Paybox/Model/System/Config/Source/Order/Status/Accepted.php +1 -1
  47. app/code/community/Quadra/Paybox/Model/System/Config/Source/Order/Status/Canceled.php +1 -1
  48. app/code/community/Quadra/Paybox/Model/System/Config/Source/Order/Status/New.php +1 -1
  49. app/code/community/Quadra/Paybox/Model/System/Config/Source/Order/Status/Refused.php +1 -1
  50. app/code/community/Quadra/Paybox/controllers/Adminhtml/Api/DebugController.php +1 -1
  51. app/code/community/Quadra/Paybox/controllers/Adminhtml/Question/NumberController.php +1 -1
  52. app/code/community/Quadra/Paybox/controllers/SystemController.php +1 -1
  53. app/code/community/Quadra/Paybox/etc/config.xml +5 -2
  54. app/code/community/Quadra/Paybox/etc/currency.xml +1 -1
  55. app/code/community/Quadra/Paybox/etc/system.xml +21 -10
  56. app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-install-0.1.0.php +1 -1
  57. app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-upgrade-0.1.0-0.1.1.php +1 -1
  58. app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-upgrade-0.1.1-0.1.2.php +1 -1
  59. app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-upgrade-0.1.2-0.1.3.php +1 -1
  60. app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-upgrade-1.2.4-1.2.5.php +1 -1
  61. app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-upgrade-2.1.3-2.1.4.php +1 -1
  62. app/design/adminhtml/default/default/template/paybox/adminhtml/cart/type/select.phtml +1 -1
  63. app/design/adminhtml/default/default/template/paybox/direct/form.phtml +1 -1
  64. app/design/adminhtml/default/default/template/paybox/direct/info.phtml +1 -1
  65. app/design/adminhtml/default/default/template/paybox/direct/pdf/info.phtml +1 -1
  66. app/design/frontend/default/default/layout/paybox.xml +1 -1
  67. app/design/frontend/default/default/template/paybox/direct/form.phtml +1 -1
  68. app/design/frontend/default/default/template/paybox/direct/info.phtml +1 -1
  69. app/design/frontend/default/default/template/paybox/system/error.phtml +1 -1
  70. app/design/frontend/default/default/template/paybox/system/form.phtml +1 -1
  71. app/design/frontend/default/default/template/paybox/system/notify.phtml +1 -1
  72. app/etc/modules/Quadra_Paybox.xml +1 -1
  73. package.xml +7 -4
app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Adminhtml_Api_Debug extends Mage_Adminhtml_Block_Widget_Grid_Container {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Adminhtml_Api_Debug extends Mage_Adminhtml_Block_Widget_Grid_Container {
app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/Grid.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Adminhtml_Api_Debug_Grid extends Mage_Adminhtml_Block_Widget_Grid {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Adminhtml_Api_Debug_Grid extends Mage_Adminhtml_Block_Widget_Grid {
app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/Request.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Adminhtml_Api_Debug_Request extends Mage_Adminhtml_Block_Widget_Grid_Container {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Adminhtml_Api_Debug_Request extends Mage_Adminhtml_Block_Widget_Grid_Container {
app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/Request/Grid.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Adminhtml_Api_Debug_Request_Grid extends Mage_Adminhtml_Block_Widget_Grid {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Adminhtml_Api_Debug_Request_Grid extends Mage_Adminhtml_Block_Widget_Grid {
app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/Response.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Adminhtml_Api_Debug_Response extends Mage_Adminhtml_Block_Widget_Grid_Container {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Adminhtml_Api_Debug_Response extends Mage_Adminhtml_Block_Widget_Grid_Container {
app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/Response/Grid.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Adminhtml_Api_Debug_Response_Grid extends Mage_Adminhtml_Block_Widget_Grid {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Adminhtml_Api_Debug_Response_Grid extends Mage_Adminhtml_Block_Widget_Grid {
app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/ResponseServer/Grid.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Adminhtml_Api_Debug_ResponseServer_Grid extends Mage_Adminhtml_Block_Widget_Grid {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Adminhtml_Api_Debug_ResponseServer_Grid extends Mage_Adminhtml_Block_Widget_Grid {
app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Adminhtml_Api_Debug_View extends Mage_Adminhtml_Block_Widget_Form_Container {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Adminhtml_Api_Debug_View extends Mage_Adminhtml_Block_Widget_Form_Container {
app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View/Form.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Adminhtml_Api_Debug_View_Form extends Mage_Adminhtml_Block_Widget_Form {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Adminhtml_Api_Debug_View_Form extends Mage_Adminhtml_Block_Widget_Form {
app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View/Tab/Request.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Adminhtml_Api_Debug_View_Tab_Request extends Quadra_Paybox_Block_Adminhtml_Api_Debug_Request_Grid
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Adminhtml_Api_Debug_View_Tab_Request extends Quadra_Paybox_Block_Adminhtml_Api_Debug_Request_Grid
app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View/Tab/Response.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Adminhtml_Api_Debug_View_Tab_Response extends Quadra_Paybox_Block_Adminhtml_Api_Debug_Response_Grid
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Adminhtml_Api_Debug_View_Tab_Response extends Quadra_Paybox_Block_Adminhtml_Api_Debug_Response_Grid
app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View/Tab/ResponseServer.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Adminhtml_Api_Debug_View_Tab_ResponseServer extends Quadra_Paybox_Block_Adminhtml_Api_Debug_ResponseServer_Grid
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Adminhtml_Api_Debug_View_Tab_ResponseServer extends Quadra_Paybox_Block_Adminhtml_Api_Debug_ResponseServer_Grid
app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View/Tabs.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Adminhtml_Api_Debug_View_Tabs extends Mage_Adminhtml_Block_Widget_Tabs {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Adminhtml_Api_Debug_View_Tabs extends Mage_Adminhtml_Block_Widget_Tabs {
app/code/community/Quadra/Paybox/Block/Adminhtml/Cart/Type.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Adminhtml_Cart_Type extends Mage_Adminhtml_Block_System_Config_Form_Field {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Adminhtml_Cart_Type extends Mage_Adminhtml_Block_System_Config_Form_Field {
app/code/community/Quadra/Paybox/Block/Adminhtml/Cart/Type/Select.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Adminhtml_Cart_Type_Select extends Mage_Adminhtml_Block_Template {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Adminhtml_Cart_Type_Select extends Mage_Adminhtml_Block_Template {
app/code/community/Quadra/Paybox/Block/Adminhtml/Question/Number.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Adminhtml_Question_Number extends Mage_Adminhtml_Block_Widget_Grid_Container {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Adminhtml_Question_Number extends Mage_Adminhtml_Block_Widget_Grid_Container {
app/code/community/Quadra/Paybox/Block/Adminhtml/Question/Number/Grid.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Adminhtml_Question_Number_Grid extends Mage_Adminhtml_Block_Widget_Grid {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Adminhtml_Question_Number_Grid extends Mage_Adminhtml_Block_Widget_Grid {
app/code/community/Quadra/Paybox/Block/Adminhtml/System/Config/Form/Field/Backuppaymentserver.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Adminhtml_System_Config_Form_Field_Backuppaymentserver extends Mage_Adminhtml_Block_System_Config_Form_Field_Array_Abstract {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Adminhtml_System_Config_Form_Field_Backuppaymentserver extends Mage_Adminhtml_Block_System_Config_Form_Field_Array_Abstract {
app/code/community/Quadra/Paybox/Block/Direct/Form.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Direct_Form extends Mage_Payment_Block_Form_Cc {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Direct_Form extends Mage_Payment_Block_Form_Cc {
app/code/community/Quadra/Paybox/Block/Direct/Info.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Direct_Info extends Mage_Payment_Block_Info_Cc {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_Direct_Info extends Mage_Payment_Block_Info_Cc {
app/code/community/Quadra/Paybox/Block/System/Error.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_System_Error extends Mage_Core_Block_Template {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_System_Error extends Mage_Core_Block_Template {
app/code/community/Quadra/Paybox/Block/System/Failure.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_System_Failure extends Mage_Core_Block_Template {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_System_Failure extends Mage_Core_Block_Template {
app/code/community/Quadra/Paybox/Block/System/Form.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_System_Form extends Mage_Payment_Block_Form {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_System_Form extends Mage_Payment_Block_Form {
app/code/community/Quadra/Paybox/Block/System/Redirect.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_System_Redirect extends Mage_Core_Block_Abstract {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Block_System_Redirect extends Mage_Core_Block_Abstract {
app/code/community/Quadra/Paybox/Helper/Data.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Helper_Data extends Mage_Core_Helper_Abstract {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Helper_Data extends Mage_Core_Helper_Abstract {
app/code/community/Quadra/Paybox/Model/Api/Debug.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_Api_Debug extends Mage_Core_Model_Abstract {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_Api_Debug extends Mage_Core_Model_Abstract {
app/code/community/Quadra/Paybox/Model/Config/Data/Paybox.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_Config_Data_Paybox extends Mage_Core_Model_Config_Data {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_Config_Data_Paybox extends Mage_Core_Model_Config_Data {
app/code/community/Quadra/Paybox/Model/Direct.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_Direct extends Mage_Payment_Model_Method_Cc {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_Direct extends Mage_Payment_Model_Method_Cc {
app/code/community/Quadra/Paybox/Model/Mysql4/Api/Debug.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_Mysql4_Api_Debug extends Mage_Core_Model_Mysql4_Abstract {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_Mysql4_Api_Debug extends Mage_Core_Model_Mysql4_Abstract {
app/code/community/Quadra/Paybox/Model/Mysql4/Api/Debug/Collection.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_Mysql4_Api_Debug_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_Mysql4_Api_Debug_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
app/code/community/Quadra/Paybox/Model/Mysql4/Question/Number.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_Mysql4_Question_Number extends Mage_Core_Model_Mysql4_Abstract {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_Mysql4_Question_Number extends Mage_Core_Model_Mysql4_Abstract {
app/code/community/Quadra/Paybox/Model/Mysql4/Question/Number/Collection.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_Mysql4_Question_Number_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_Mysql4_Question_Number_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
app/code/community/Quadra/Paybox/Model/Mysql4/Setup.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_Mysql4_Setup extends Mage_Sales_Model_Mysql4_Setup {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_Mysql4_Setup extends Mage_Sales_Model_Mysql4_Setup {
app/code/community/Quadra/Paybox/Model/Observer.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_Observer {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_Observer {
app/code/community/Quadra/Paybox/Model/Question/Number.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_Question_Number extends Mage_Core_Model_Abstract {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_Question_Number extends Mage_Core_Model_Abstract {
app/code/community/Quadra/Paybox/Model/Source/CartType.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_Source_CartType {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_Source_CartType {
app/code/community/Quadra/Paybox/Model/Source/Cctype.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_Source_Cctype extends Mage_Payment_Model_Source_Cctype {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_Source_Cctype extends Mage_Payment_Model_Source_Cctype {
app/code/community/Quadra/Paybox/Model/Source/Language.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_Source_Language {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_Source_Language {
app/code/community/Quadra/Paybox/Model/Source/ManagementMode.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_Source_ManagementMode {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_Source_ManagementMode {
app/code/community/Quadra/Paybox/Model/Source/MethodCall.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_Source_MethodCall {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_Source_MethodCall {
app/code/community/Quadra/Paybox/Model/Source/PaymentAction.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_Source_PaymentAction {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_Source_PaymentAction {
app/code/community/Quadra/Paybox/Model/Source/PaymentMode.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_Source_PaymentMode {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_Source_PaymentMode {
app/code/community/Quadra/Paybox/Model/Source/PaymentType.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_Source_PaymentType {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_Source_PaymentType {
app/code/community/Quadra/Paybox/Model/System.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_System extends Mage_Payment_Model_Method_Abstract {
@@ -494,6 +494,9 @@ class Quadra_Paybox_Model_System extends Mage_Payment_Model_Method_Abstract {
494
  'PBX_RUF1' => self::PBX_METHOD_CALL,
495
  );
496
 
 
 
 
497
  if ($this->getQuote()->getIsMultiShipping()) {
498
  $fieldsArr['PBX_TOTAL'] = (int) ($this->getQuote()->getBaseGrandTotal() * 100);
499
  }
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_System extends Mage_Payment_Model_Method_Abstract {
494
  'PBX_RUF1' => self::PBX_METHOD_CALL,
495
  );
496
 
497
+ if ($fieldsArr['PBX_TOTAL'] < ((int) $this->getConfigData('min_order_total_3ds') * 100))
498
+ $fieldsArr['PBX_3DS'] = 'N';
499
+
500
  if ($this->getQuote()->getIsMultiShipping()) {
501
  $fieldsArr['PBX_TOTAL'] = (int) ($this->getQuote()->getBaseGrandTotal() * 100);
502
  }
app/code/community/Quadra/Paybox/Model/System/Config/Source/Order/Status.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_System_Config_Source_Order_Status {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_System_Config_Source_Order_Status {
app/code/community/Quadra/Paybox/Model/System/Config/Source/Order/Status/Accepted.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_System_Config_Source_Order_Status_Accepted extends Quadra_Paybox_Model_System_Config_Source_Order_Status {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_System_Config_Source_Order_Status_Accepted extends Quadra_Paybox_Model_System_Config_Source_Order_Status {
app/code/community/Quadra/Paybox/Model/System/Config/Source/Order/Status/Canceled.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_System_Config_Source_Order_Status_Canceled extends Quadra_Paybox_Model_System_Config_Source_Order_Status {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_System_Config_Source_Order_Status_Canceled extends Quadra_Paybox_Model_System_Config_Source_Order_Status {
app/code/community/Quadra/Paybox/Model/System/Config/Source/Order/Status/New.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_System_Config_Source_Order_Status_New extends Quadra_Paybox_Model_System_Config_Source_Order_Status {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_System_Config_Source_Order_Status_New extends Quadra_Paybox_Model_System_Config_Source_Order_Status {
app/code/community/Quadra/Paybox/Model/System/Config/Source/Order/Status/Refused.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_System_Config_Source_Order_Status_Refused extends Quadra_Paybox_Model_System_Config_Source_Order_Status {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Model_System_Config_Source_Order_Status_Refused extends Quadra_Paybox_Model_System_Config_Source_Order_Status {
app/code/community/Quadra/Paybox/controllers/Adminhtml/Api/DebugController.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Adminhtml_Api_DebugController extends Mage_Adminhtml_Controller_Action {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Adminhtml_Api_DebugController extends Mage_Adminhtml_Controller_Action {
app/code/community/Quadra/Paybox/controllers/Adminhtml/Question/NumberController.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Adminhtml_Question_NumberController extends Mage_Adminhtml_Controller_Action {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_Adminhtml_Question_NumberController extends Mage_Adminhtml_Controller_Action {
app/code/community/Quadra/Paybox/controllers/SystemController.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_SystemController extends Mage_Core_Controller_Front_Action {
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Quadra_Paybox_SystemController extends Mage_Core_Controller_Front_Action {
app/code/community/Quadra/Paybox/etc/config.xml CHANGED
@@ -12,14 +12,14 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
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.4</version>
23
  </Quadra_Paybox>
24
  </modules>
25
  <global>
@@ -84,6 +84,9 @@
84
  </routers>
85
  </admin>
86
  <frontend>
 
 
 
87
  <layout>
88
  <updates>
89
  <booking>
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
19
  <config>
20
  <modules>
21
  <Quadra_Paybox>
22
+ <version>2.1.5</version>
23
  </Quadra_Paybox>
24
  </modules>
25
  <global>
84
  </routers>
85
  </admin>
86
  <frontend>
87
+ <secure_url>
88
+ <paybox_system>/paybox/system</paybox_system>
89
+ </secure_url>
90
  <layout>
91
  <updates>
92
  <booking>
app/code/community/Quadra/Paybox/etc/currency.xml CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
app/code/community/Quadra/Paybox/etc/system.xml CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
@@ -246,14 +246,6 @@
246
  <show_in_website>1</show_in_website>
247
  <show_in_store>0</show_in_store>
248
  </empty_cart>
249
- <sort_order translate="label">
250
- <label>Sort order</label>
251
- <frontend_type>text</frontend_type>
252
- <sort_order>500</sort_order>
253
- <show_in_default>1</show_in_default>
254
- <show_in_website>1</show_in_website>
255
- <show_in_store>1</show_in_store>
256
- </sort_order>
257
  <allowspecific translate="label">
258
  <label>Payment from applicable countries</label>
259
  <frontend_type>allowspecific</frontend_type>
@@ -272,12 +264,30 @@
272
  <show_in_website>1</show_in_website>
273
  <show_in_store>1</show_in_store>
274
  </specificcountry>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
275
  </fields>
276
  </paybox_system>
277
  <paybox_direct translate="label" module="paybox">
278
  <label>Paybox Direct</label>
279
  <frontend_type>text</frontend_type>
280
- <sort_order>101</sort_order>
281
  <show_in_default>1</show_in_default>
282
  <show_in_website>1</show_in_website>
283
  <show_in_store>0</show_in_store>
@@ -403,6 +413,7 @@
403
  <show_in_default>1</show_in_default>
404
  <show_in_website>1</show_in_website>
405
  <show_in_store>1</show_in_store>
 
406
  </sort_order>
407
  </fields>
408
  </paybox_direct>
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
246
  <show_in_website>1</show_in_website>
247
  <show_in_store>0</show_in_store>
248
  </empty_cart>
 
 
 
 
 
 
 
 
249
  <allowspecific translate="label">
250
  <label>Payment from applicable countries</label>
251
  <frontend_type>allowspecific</frontend_type>
264
  <show_in_website>1</show_in_website>
265
  <show_in_store>1</show_in_store>
266
  </specificcountry>
267
+ <min_order_total_3ds translate="label">
268
+ <label>Minimum Order Total to activate 3D Secure</label>
269
+ <frontend_type>text</frontend_type>
270
+ <sort_order>450</sort_order>
271
+ <show_in_default>1</show_in_default>
272
+ <show_in_website>1</show_in_website>
273
+ <show_in_store>1</show_in_store>
274
+ <frontend_class>validate-number</frontend_class>
275
+ </min_order_total_3ds>
276
+ <sort_order translate="label">
277
+ <label>Sort order</label>
278
+ <frontend_type>text</frontend_type>
279
+ <sort_order>500</sort_order>
280
+ <show_in_default>1</show_in_default>
281
+ <show_in_website>1</show_in_website>
282
+ <show_in_store>1</show_in_store>
283
+ <frontend_class>validate-number</frontend_class>
284
+ </sort_order>
285
  </fields>
286
  </paybox_system>
287
  <paybox_direct translate="label" module="paybox">
288
  <label>Paybox Direct</label>
289
  <frontend_type>text</frontend_type>
290
+ <sort_order>102</sort_order>
291
  <show_in_default>1</show_in_default>
292
  <show_in_website>1</show_in_website>
293
  <show_in_store>0</show_in_store>
413
  <show_in_default>1</show_in_default>
414
  <show_in_website>1</show_in_website>
415
  <show_in_store>1</show_in_store>
416
+ <frontend_class>validate-number</frontend_class>
417
  </sort_order>
418
  </fields>
419
  </paybox_direct>
app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-install-0.1.0.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
 
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
 
app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-upgrade-0.1.0-0.1.1.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
 
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
 
app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-upgrade-0.1.1-0.1.2.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
 
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
 
app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-upgrade-0.1.2-0.1.3.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
 
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
 
app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-upgrade-1.2.4-1.2.5.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
 
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
 
app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-upgrade-2.1.3-2.1.4.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
 
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
 
app/design/adminhtml/default/default/template/paybox/adminhtml/cart/type/select.phtml CHANGED
@@ -11,7 +11,7 @@
11
  *
12
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
13
  * @copyright 1997-2013 Quadra Informatique
14
- * @version Release: $Revision: 2.1.4 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
11
  *
12
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
13
  * @copyright 1997-2013 Quadra Informatique
14
+ * @version Release: $Revision: 2.1.5 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
app/design/adminhtml/default/default/template/paybox/direct/form.phtml CHANGED
@@ -11,7 +11,7 @@
11
  *
12
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
13
  * @copyright 1997-2013 Quadra Informatique
14
- * @version Release: $Revision: 2.1.4 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
11
  *
12
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
13
  * @copyright 1997-2013 Quadra Informatique
14
+ * @version Release: $Revision: 2.1.5 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
app/design/adminhtml/default/default/template/paybox/direct/info.phtml CHANGED
@@ -11,7 +11,7 @@
11
  *
12
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
13
  * @copyright 1997-2013 Quadra Informatique
14
- * @version Release: $Revision: 2.1.4 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
11
  *
12
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
13
  * @copyright 1997-2013 Quadra Informatique
14
+ * @version Release: $Revision: 2.1.5 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
app/design/adminhtml/default/default/template/paybox/direct/pdf/info.phtml CHANGED
@@ -11,7 +11,7 @@
11
  *
12
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
13
  * @copyright 1997-2013 Quadra Informatique
14
- * @version Release: $Revision: 2.1.4 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
11
  *
12
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
13
  * @copyright 1997-2013 Quadra Informatique
14
+ * @version Release: $Revision: 2.1.5 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
app/design/frontend/default/default/layout/paybox.xml CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
app/design/frontend/default/default/template/paybox/direct/form.phtml CHANGED
@@ -11,7 +11,7 @@
11
  *
12
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
13
  * @copyright 1997-2013 Quadra Informatique
14
- * @version Release: $Revision: 2.1.4 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
11
  *
12
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
13
  * @copyright 1997-2013 Quadra Informatique
14
+ * @version Release: $Revision: 2.1.5 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
app/design/frontend/default/default/template/paybox/direct/info.phtml CHANGED
@@ -11,7 +11,7 @@
11
  *
12
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
13
  * @copyright 1997-2013 Quadra Informatique
14
- * @version Release: $Revision: 2.1.4 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
11
  *
12
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
13
  * @copyright 1997-2013 Quadra Informatique
14
+ * @version Release: $Revision: 2.1.5 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
app/design/frontend/default/default/template/paybox/system/error.phtml CHANGED
@@ -11,7 +11,7 @@
11
  *
12
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
13
  * @copyright 1997-2013 Quadra Informatique
14
- * @version Release: $Revision: 2.1.4 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
11
  *
12
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
13
  * @copyright 1997-2013 Quadra Informatique
14
+ * @version Release: $Revision: 2.1.5 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
app/design/frontend/default/default/template/paybox/system/form.phtml CHANGED
@@ -11,7 +11,7 @@
11
  *
12
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
13
  * @copyright 1997-2013 Quadra Informatique
14
- * @version Release: $Revision: 2.1.4 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
11
  *
12
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
13
  * @copyright 1997-2013 Quadra Informatique
14
+ * @version Release: $Revision: 2.1.5 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
app/design/frontend/default/default/template/paybox/system/notify.phtml CHANGED
@@ -11,7 +11,7 @@
11
  *
12
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
13
  * @copyright 1997-2013 Quadra Informatique
14
- * @version Release: $Revision: 2.1.4 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
11
  *
12
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
13
  * @copyright 1997-2013 Quadra Informatique
14
+ * @version Release: $Revision: 2.1.5 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
app/etc/modules/Quadra_Paybox.xml CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
- * @version Release: $Revision: 2.1.4 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
12
  *
13
  * @author Quadra Informatique <ecommerce@quadra-informatique.fr>
14
  * @copyright 1997-2013 Quadra Informatique
15
+ * @version Release: $Revision: 2.1.5 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Quadra_Paybox</name>
4
- <version>2.1.4</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,9 @@
10
  <description>The extension provides Paybox payment integration. Allows make payments through Paybox methods.</description>
11
  <notes>Changelog:&#xD;
12
  &#xD;
 
 
 
13
  2.1.4:&#xD;
14
  - Add paybox payment server response debug.&#xD;
15
  &#xD;
@@ -42,9 +45,9 @@
42
  - Bug fixed with magento 1.4&#xD;
43
  - Beta version</notes>
44
  <authors><author><name>Quadra Informatique</name><user>auto-converted</user><email>ecommerce@quadra-informatique.fr</email></author></authors>
45
- <date>2013-05-21</date>
46
- <time>10:02:25</time>
47
- <contents><target name="magecommunity"><dir name="Quadra"><dir name="Paybox"><dir name="Block"><dir name="Adminhtml"><dir name="Api"><dir name="Debug"><dir name="Request"><file name="Grid.php" hash="5f228694b4fbbe924a40aaedba1bc08d"/></dir><dir name="Response"><file name="Grid.php" hash="7cd12fe95bcc1627106cdc7f287f075f"/></dir><dir name="ResponseServer"><file name="Grid.php" hash="8bebae9ad786495b6c232699dffe90ef"/></dir><dir name="View"><dir name="Tab"><file name="Request.php" hash="c281243fb4fa9cdf72dd41797abecda2"/><file name="Response.php" hash="6e3a9c597ef3914b55fe526e5d43e09c"/><file name="ResponseServer.php" hash="e9ce0304d7036f2c7e0b6744706c8120"/></dir><file name="Form.php" hash="825aa81759eccacf35724f3042b1a09c"/><file name="Tabs.php" hash="b7e422aa3e2e972c01825b0dffb1c4cd"/></dir><file name="Grid.php" hash="17291cb4867dc05676a4b27125c398af"/><file name="Request.php" hash="7dadfa97d5155e3e2ffebe46a7f6d98b"/><file name="Response.php" hash="fa70f561222fe01d46c2f8c26574c61c"/><file name="View.php" hash="2bafcf288520768a77f82bf09b03b90c"/></dir><file name="Debug.php" hash="267e5d3c4ab8dc6d3cd3dc1d2f7a4c76"/></dir><dir name="Cart"><dir name="Type"><file name="Select.php" hash="6c0decb5e1373db6c6898f80b23923a9"/></dir><file name="Type.php" hash="a81cccf394f6df7d8bb41b6b6ea9629c"/></dir><dir name="Question"><dir name="Number"><file name="Grid.php" hash="49c091b43dae86f68f64ee1e0ce2f6dc"/></dir><file name="Number.php" hash="78a8d4ef8f79b3980b49d21beee52556"/></dir><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Backuppaymentserver.php" hash="b50613fc6d10756b44a707dc3a116222"/></dir></dir></dir></dir></dir><dir name="Direct"><file name="Form.php" hash="1c5e2a6587a1af7e1f24860ee057a8a8"/><file name="Info.php" hash="3a68d9da78889dcd5074740966c0e4a7"/></dir><dir name="System"><file name="Error.php" hash="f8b34e666f6237bb1b652c2a6826a1d5"/><file name="Failure.php" hash="b191dcf287985a3098eee8a66a382269"/><file name="Form.php" hash="96cba1aa4ed4d94289f04ff0f12a96b4"/><file name="Redirect.php" hash="5cc67a58d225ebc2971ba01958a093d2"/></dir></dir><dir name="Helper"><file name="Data.php" hash="5c69da3d2ad42e87d34569164112a187"/></dir><dir name="Model"><dir name="Api"><file name="Debug.php" hash="d572453ad664ef831621746782dee522"/></dir><dir name="Config"><dir name="Data"><file name="Paybox.php" hash="27df519c893a789c38c09ab86c409bed"/></dir></dir><dir name="Mysql4"><dir name="Api"><dir name="Debug"><file name="Collection.php" hash="3048853aa8e76c62d845ed4cec57083f"/></dir><file name="Debug.php" hash="80e7c64029bf435a1600b0a0fc69307b"/></dir><dir name="Question"><dir name="Number"><file name="Collection.php" hash="b76d979f386e0ebd8e42bc2891edd36a"/></dir><file name="Number.php" hash="b2f8eed19db59dc293eed60e260e13d4"/></dir><file name="Setup.php" hash="b7128ffedbe4376ffd481bd57c06b874"/></dir><dir name="Question"><file name="Number.php" hash="745c66465b89398d3a22866f7763c8ae"/></dir><dir name="Source"><file name="CartType.php" hash="20d7f7ce6133837da1abb8b3e99301cc"/><file name="Cctype.php" hash="c1be19b7267d2da0efcc3f1f2164ee55"/><file name="Language.php" hash="d14b1c8ff8ea3e4aa4e7579ed04fd764"/><file name="ManagementMode.php" hash="9ae193b91fe7d251a534bfa29c3b6983"/><file name="MethodCall.php" hash="26109997f7c359946592f16266ad8176"/><file name="PaymentAction.php" hash="0097fe95871cfbaecde6fbf748cc9e26"/><file name="PaymentMode.php" hash="5376eb6bc4993651bcbf83e88c625393"/><file name="PaymentType.php" hash="31ab41f12ac4c212d0b3d5f6e8dc461c"/></dir><dir name="System"><dir name="Config"><dir name="Source"><dir name="Order"><dir name="Status"><file name="Accepted.php" hash="139fdacd9edb6182bd6f343b63aa1b13"/><file name="Canceled.php" hash="70b58a6b0cb6dc6c6452b6079225ab42"/><file name="New.php" hash="25636d41c020c2a2b0e3dfbf2f289038"/><file name="Refused.php" hash="1053a83cd27eaa179e93ad3b2b32d932"/></dir><file name="Status.php" hash="4f5cabef18976f4c17dc7d7ea86a7a0f"/><file name="Statuswithoutcanceled.php" hash="56d8c2b6f84e2829a099c034847cd170"/></dir></dir></dir></dir><file name="Direct.php" hash="2b920607206e9a0a8c3ba124b7a7bd4f"/><file name="Observer.php" hash="b72eaf74f06b2b6f38d448d4a6c1135b"/><file name="System.php" hash="33033b4ec8443ccca476684be5e1e885"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Api"><file name="DebugController.php" hash="d27d2ac39c09ca12fbf57eb64f100805"/></dir><dir name="Question"><file name="NumberController.php" hash="adee89db7ae14e7711234a76eea8cde4"/></dir></dir><file name="SystemController.php" hash="96b1617afb42e49252a2772e9904ad58"/></dir><dir name="etc"><file name="config.xml" hash="eed52cbc30c8488c904c30f4a1765429"/><file name="currency.xml" hash="d3788bfabf21fcb8dbc05b05ae3ba25e"/><file name="pubkey.pem" hash="9bf5be38bde5f19c40acf3d8e4e7806b"/><file name="system.xml" hash="1dff8016559a0394a9379d80e3a718cc"/></dir><dir name="sql"><dir name="paybox_setup"><file name="mysql4-install-0.1.0.php" hash="d67be495c27e124360143e88c9594536"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="00dce028683fef2bc536e48a1fa597e8"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="6184aa9e892edaad02853623f46cec1e"/><file name="mysql4-upgrade-0.1.2-0.1.3.php" hash="e1865a6bc7289d593449c770c2eac786"/><file name="mysql4-upgrade-1.2.4-1.2.5.php" hash="c2e8ec1ce1c115b07316a5caf4c4f3b2"/><file name="mysql4-upgrade-2.1.3-2.1.4.php" hash="5d6361ed7237ea2bdf035aa148b0752d"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Quadra_Paybox.xml" hash="44f3bab10a5dbf77ef87fcf18c9742b9"/></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="bcce39e93a6a8d20a99c530749bf6003"/></dir></dir></dir><dir name="direct"><dir name="pdf"><file name="info.phtml" hash="7b3f957a9e68e2da9739a1fe23110cca"/></dir><file name="form.phtml" hash="245fbdabfae25b0287448de39d24cb95"/><file name="info.phtml" hash="6c3dc6ba22fd08d2da84bf2a265ff3ee"/></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="4162d20232b0ed480c2c0ecf987912ef"/><file name="info.phtml" hash="6f0ec731e9b9fa3342b17936b8cbdd0d"/></dir><dir name="system"><file name="error.phtml" hash="a8764a50e293e1dadf6b5d369dbef089"/><file name="form.phtml" hash="aae3a0e21cdff89fbe2fa79acd6f8d11"/><file name="notify.phtml" hash="e633c60fc3f451e58bb269b39ab28255"/></dir></dir></dir><dir name="layout"><file name="paybox.xml" hash="c361a92aeb0c1f67880a5247883fdead"/></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>
48
  <compatible/>
49
  <dependencies><required><package><name>Quadra_Extensions</name><channel>community</channel><min>1.0.0</min><max></max></package></required></dependencies>
50
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Quadra_Paybox</name>
4
+ <version>2.1.5</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
7
  <channel>community</channel>
10
  <description>The extension provides Paybox payment integration. Allows make payments through Paybox methods.</description>
11
  <notes>Changelog:&#xD;
12
  &#xD;
13
+ 2.1.5:&#xD;
14
+ - Add minumal order total to activate 3D Secure.&#xD;
15
+ &#xD;
16
  2.1.4:&#xD;
17
  - Add paybox payment server response debug.&#xD;
18
  &#xD;
45
  - Bug fixed with magento 1.4&#xD;
46
  - Beta version</notes>
47
  <authors><author><name>Quadra Informatique</name><user>auto-converted</user><email>ecommerce@quadra-informatique.fr</email></author></authors>
48
+ <date>2013-08-05</date>
49
+ <time>08:51:58</time>
50
+ <contents><target name="magecommunity"><dir name="Quadra"><dir name="Paybox"><dir name="Block"><dir name="Adminhtml"><dir name="Api"><dir name="Debug"><dir name="Request"><file name="Grid.php" hash="efb7a30303c8df7c58a726130f5d8ea0"/></dir><dir name="Response"><file name="Grid.php" hash="4ca22bbed8c3f7fcf896ff5c9909bb32"/></dir><dir name="ResponseServer"><file name="Grid.php" hash="c871d95afab17ad9188133dc80b15ecf"/></dir><dir name="View"><dir name="Tab"><file name="Request.php" hash="a21ca509f89e7b83ced2234d96437944"/><file name="Response.php" hash="6ae13f4049cfd1d8a03b8c2edb14cb33"/><file name="ResponseServer.php" hash="164a357e4500b843e6ecc8c50c7f5fdf"/></dir><file name="Form.php" hash="b3d4c2165694fb476108b06bf8a58f73"/><file name="Tabs.php" hash="20211218a79b406862264c4c037c76a7"/></dir><file name="Grid.php" hash="6af4c8539c00c11c05bf61edf4420979"/><file name="Request.php" hash="8e2135667be1e57087ff296b2dcb2fdd"/><file name="Response.php" hash="191534c013568b3772c9ea1d767adfc4"/><file name="View.php" hash="9762a831f304061dbc60c588625b83a3"/></dir><file name="Debug.php" hash="8a6969b4982fa3633c293dccfc196f81"/></dir><dir name="Cart"><dir name="Type"><file name="Select.php" hash="681483e0f830ab1d2de5325397c2eee8"/></dir><file name="Type.php" hash="82648bde4aaaea7d484b26b23810d7a9"/></dir><dir name="Question"><dir name="Number"><file name="Grid.php" hash="da89b9dd7a85860449872f9a8e89f321"/></dir><file name="Number.php" hash="8d633358a10c53b421ddeca04136c577"/></dir><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Backuppaymentserver.php" hash="37d047c705e458fb848a00b48dee7f37"/></dir></dir></dir></dir></dir><dir name="Direct"><file name="Form.php" hash="dd8b65fa5c741bd0cfcb040d80c82147"/><file name="Info.php" hash="0b96018a2a8d69ffb4ba5d2f657bd86a"/></dir><dir name="System"><file name="Error.php" hash="69898aa888057a501a71b10bbf8211c8"/><file name="Failure.php" hash="efca1cf622920baa5efcb270fddfe395"/><file name="Form.php" hash="4c506eeefe79c404fb7d03528d40f83c"/><file name="Redirect.php" hash="bd90650daaba02289cf45864ad58b789"/></dir></dir><dir name="Helper"><file name="Data.php" hash="52bd34c902a8cbcace7c86e86ca79cf2"/></dir><dir name="Model"><dir name="Api"><file name="Debug.php" hash="a46e0d39e354c290bc38c068bf6e5e4d"/></dir><dir name="Config"><dir name="Data"><file name="Paybox.php" hash="4405e308218843cc3f1ff45bd7f9ce00"/></dir></dir><dir name="Mysql4"><dir name="Api"><dir name="Debug"><file name="Collection.php" hash="0804c8e77b0bf4d179c5364ee8d10e56"/></dir><file name="Debug.php" hash="698f68be622239aafd76eb38ce358869"/></dir><dir name="Question"><dir name="Number"><file name="Collection.php" hash="55748cbd16ce4e1c89394ef47ee96ebd"/></dir><file name="Number.php" hash="88124faac0d3603039b25b4977dd9d27"/></dir><file name="Setup.php" hash="aca7b61f6234deab015b9b31ed93e5dc"/></dir><dir name="Question"><file name="Number.php" hash="26bcc36a32b4d35aec850545251ac281"/></dir><dir name="Source"><file name="CartType.php" hash="c2940d510787f50be8d7b33cec6fa9b0"/><file name="Cctype.php" hash="07e7a04ce836f17294644eae2153667a"/><file name="Language.php" hash="d87a8a54b00fd4a001bb3fc0f7b1d9a8"/><file name="ManagementMode.php" hash="b4c783617a3fac185587853905ada8fa"/><file name="MethodCall.php" hash="bbd4e6c0bf4283e4c3be7905d65f5da0"/><file name="PaymentAction.php" hash="077bf2604a77638e3f1a2ba233ede0d3"/><file name="PaymentMode.php" hash="7aa52de4b2af21adf12c4ab2902208ae"/><file name="PaymentType.php" hash="7a99129f5bbaebcbdefe1bc61f93d7d7"/></dir><dir name="System"><dir name="Config"><dir name="Source"><dir name="Order"><dir name="Status"><file name="Accepted.php" hash="7ead98a3681194fe6f41a4c42909939d"/><file name="Canceled.php" hash="cc7ca9b4cfcfba4f75eb0e75566df471"/><file name="New.php" hash="94e64a3dca28051997931a69597c37ec"/><file name="Refused.php" hash="77c8b8ab3e764e321d7c7e921697e627"/></dir><file name="Status.php" hash="3d61907a57c088e006ac771b9fdfb83c"/><file name="Statuswithoutcanceled.php" hash="56d8c2b6f84e2829a099c034847cd170"/></dir></dir></dir></dir><file name="Direct.php" hash="5c6502baa004ba446e9f834d69669ca4"/><file name="Observer.php" hash="fb044dfdb873bdc9eec48b3bed0d6878"/><file name="System.php" hash="a135d8ce11dbb1df062eff1b06c09dce"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Api"><file name="DebugController.php" hash="206614c666c49cb3a7ba4ea9ae821ff6"/></dir><dir name="Question"><file name="NumberController.php" hash="561d0dd4a3f429b223e27c79ca9b1e1f"/></dir></dir><file name="SystemController.php" hash="2a8284bae7a5e36209ca98e7c0e23199"/></dir><dir name="etc"><file name="config.xml" hash="e4126a3556b2d61aa3928136420a68b1"/><file name="currency.xml" hash="aef416eaa2bcd7dffac755ebfa8fb2d3"/><file name="pubkey.pem" hash="9bf5be38bde5f19c40acf3d8e4e7806b"/><file name="system.xml" hash="f794bd3a4447ce11aecd417b755cf066"/></dir><dir name="sql"><dir name="paybox_setup"><file name="mysql4-install-0.1.0.php" hash="32c594b15dfaf79218313218112a29ce"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="ab03016b4a0ab81f169f9aa0075af82d"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="94fef986479e6217bbc4056497f4235b"/><file name="mysql4-upgrade-0.1.2-0.1.3.php" hash="f3267b53697556e7d839b4fa3988c492"/><file name="mysql4-upgrade-1.2.4-1.2.5.php" hash="79af896cd90c3ea3026790fb5fdd5bd7"/><file name="mysql4-upgrade-2.1.3-2.1.4.php" hash="635ad7bca1a0693771bed4b381cfb44e"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Quadra_Paybox.xml" hash="11f51cff8eda925ef3e292db5e26c24d"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="paybox"><dir name="adminhtml"><dir name="cart"><dir name="type"><file name="select.phtml" hash="fb2f62f9f2aadbef4698e1bd3ebf8037"/></dir></dir></dir><dir name="direct"><dir name="pdf"><file name="info.phtml" hash="af7bcabfb11c79ae377b85938f2f30c6"/></dir><file name="form.phtml" hash="af236bc6b1bf856eca4c0892b3834c9f"/><file name="info.phtml" hash="2e60ba75fc41f7df3a768a9d61a2bcfd"/></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="paybox"><dir name="direct"><file name="form.phtml" hash="8bc8478bf4336bb58d826effa9b16cc2"/><file name="info.phtml" hash="b8861a824804a5f12ddcb2e741286ca6"/></dir><dir name="system"><file name="error.phtml" hash="2b4a6682de5cef8ebc98f97db516c13e"/><file name="form.phtml" hash="bd01d4ef8990e8868a223888dd4dc693"/><file name="notify.phtml" hash="1cadd3fb4752c80421d03693eaa211ea"/></dir></dir></dir><dir name="layout"><file name="paybox.xml" hash="2c85ed412f25b70468d6e4df3c6bc622"/></dir></dir></dir></dir></target><target name="magelocale"><dir name="fr_FR"><file name="Quadra_Paybox.csv" hash="3e93b483137b0f2770f656bd02e48336"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="images"><dir name="media"><dir name="paybox"><file name="PayboxPaiementSecurise.png" hash="de66247ae1debc79a0f3cd015247307e"/><file name="paybox.png" hash="87f2b567282864162b5af79d7ab7d44b"/></dir></dir></dir></dir></dir></dir></target></contents>
51
  <compatible/>
52
  <dependencies><required><package><name>Quadra_Extensions</name><channel>community</channel><min>1.0.0</min><max></max></package></required></dependencies>
53
  </package>