Version Notes
Changelog:
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.3 |
Comparing to | |
See all releases |
Code changes from version 2.1.2 to 2.1.3
- app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug.php +1 -1
- app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/Grid.php +1 -1
- app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/Request.php +1 -1
- app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/Request/Grid.php +1 -1
- app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/Response.php +1 -1
- app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/Response/Grid.php +1 -1
- app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View.php +1 -1
- app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View/Form.php +1 -1
- app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View/Tab/Request.php +1 -1
- app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View/Tab/Response.php +1 -1
- app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View/Tabs.php +1 -1
- app/code/community/Quadra/Paybox/Block/Adminhtml/Cart/Type.php +1 -1
- app/code/community/Quadra/Paybox/Block/Adminhtml/Cart/Type/Select.php +1 -1
- app/code/community/Quadra/Paybox/Block/Adminhtml/Question/Number.php +1 -1
- app/code/community/Quadra/Paybox/Block/Adminhtml/Question/Number/Grid.php +1 -1
- app/code/community/Quadra/Paybox/Block/Adminhtml/System/Config/Form/Field/Backuppaymentserver.php +1 -1
- app/code/community/Quadra/Paybox/Block/Direct/Form.php +1 -1
- app/code/community/Quadra/Paybox/Block/Direct/Info.php +1 -1
- app/code/community/Quadra/Paybox/Block/System/Error.php +1 -1
- app/code/community/Quadra/Paybox/Block/System/Failure.php +1 -1
- app/code/community/Quadra/Paybox/Block/System/Form.php +1 -1
- app/code/community/Quadra/Paybox/Block/System/Redirect.php +1 -1
- app/code/community/Quadra/Paybox/Helper/Data.php +1 -1
- app/code/community/Quadra/Paybox/Model/Api/Debug.php +1 -1
- app/code/community/Quadra/Paybox/Model/Config/Data/Paybox.php +1 -1
- app/code/community/Quadra/Paybox/Model/Direct.php +1 -1
- app/code/community/Quadra/Paybox/Model/Mysql4/Api/Debug.php +1 -1
- app/code/community/Quadra/Paybox/Model/Mysql4/Api/Debug/Collection.php +1 -1
- app/code/community/Quadra/Paybox/Model/Mysql4/Question/Number.php +1 -1
- app/code/community/Quadra/Paybox/Model/Mysql4/Question/Number/Collection.php +1 -1
- app/code/community/Quadra/Paybox/Model/Mysql4/Setup.php +1 -1
- app/code/community/Quadra/Paybox/Model/Observer.php +1 -1
- app/code/community/Quadra/Paybox/Model/Question/Number.php +1 -1
- app/code/community/Quadra/Paybox/Model/Source/CartType.php +1 -1
- app/code/community/Quadra/Paybox/Model/Source/Cctype.php +1 -1
- app/code/community/Quadra/Paybox/Model/Source/Language.php +1 -1
- app/code/community/Quadra/Paybox/Model/Source/ManagementMode.php +1 -1
- app/code/community/Quadra/Paybox/Model/Source/MethodCall.php +1 -1
- app/code/community/Quadra/Paybox/Model/Source/PaymentAction.php +1 -1
- app/code/community/Quadra/Paybox/Model/Source/PaymentMode.php +1 -1
- app/code/community/Quadra/Paybox/Model/Source/PaymentType.php +1 -1
- app/code/community/Quadra/Paybox/Model/System.php +3 -4
- app/code/community/Quadra/Paybox/Model/System/Config/Source/Order/Status.php +1 -1
- app/code/community/Quadra/Paybox/Model/System/Config/Source/Order/Status/Accepted.php +1 -1
- app/code/community/Quadra/Paybox/Model/System/Config/Source/Order/Status/Canceled.php +1 -1
- app/code/community/Quadra/Paybox/Model/System/Config/Source/Order/Status/New.php +1 -1
- app/code/community/Quadra/Paybox/Model/System/Config/Source/Order/Status/Refused.php +1 -1
- app/code/community/Quadra/Paybox/controllers/Adminhtml/Api/DebugController.php +1 -1
- app/code/community/Quadra/Paybox/controllers/Adminhtml/Question/NumberController.php +1 -1
- app/code/community/Quadra/Paybox/controllers/SystemController.php +1 -1
- app/code/community/Quadra/Paybox/etc/config.xml +2 -2
- app/code/community/Quadra/Paybox/etc/currency.xml +1 -1
- app/code/community/Quadra/Paybox/etc/system.xml +1 -1
- app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-install-0.1.0.php +1 -1
- app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-upgrade-0.1.0-0.1.1.php +1 -1
- app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-upgrade-0.1.1-0.1.2.php +1 -1
- app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-upgrade-0.1.2-0.1.3.php +1 -1
- app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-upgrade-1.2.4-1.2.5.php +1 -1
- app/design/adminhtml/default/default/template/paybox/adminhtml/cart/type/select.phtml +1 -1
- app/design/adminhtml/default/default/template/paybox/direct/form.phtml +1 -1
- app/design/adminhtml/default/default/template/paybox/direct/info.phtml +1 -1
- app/design/adminhtml/default/default/template/paybox/direct/pdf/info.phtml +1 -1
- app/design/frontend/default/default/layout/paybox.xml +1 -1
- app/design/frontend/default/default/template/paybox/direct/form.phtml +1 -1
- app/design/frontend/default/default/template/paybox/direct/info.phtml +1 -1
- app/design/frontend/default/default/template/paybox/system/error.phtml +1 -1
- app/design/frontend/default/default/template/paybox/system/form.phtml +1 -1
- app/design/frontend/default/default/template/paybox/system/notify.phtml +1 -1
- app/etc/modules/Quadra_Paybox.xml +1 -1
- package.xml +7 -4
app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug extends Mage_Adminhtml_Block_Widget_Grid_Container {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug extends Mage_Adminhtml_Block_Widget_Grid_Container {
|
app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/Grid.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_Grid extends Mage_Adminhtml_Block_Widget_Grid {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_Grid extends Mage_Adminhtml_Block_Widget_Grid {
|
app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/Request.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_Request extends Mage_Adminhtml_Block_Widget_Grid_Container {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_Request extends Mage_Adminhtml_Block_Widget_Grid_Container {
|
app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/Request/Grid.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_Request_Grid extends Mage_Adminhtml_Block_Widget_Grid {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_Request_Grid extends Mage_Adminhtml_Block_Widget_Grid {
|
app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/Response.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_Response extends Mage_Adminhtml_Block_Widget_Grid_Container {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_Response extends Mage_Adminhtml_Block_Widget_Grid_Container {
|
app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/Response/Grid.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_Response_Grid extends Mage_Adminhtml_Block_Widget_Grid {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_Response_Grid extends Mage_Adminhtml_Block_Widget_Grid {
|
app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_View extends Mage_Adminhtml_Block_Widget_Form_Container {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_View extends Mage_Adminhtml_Block_Widget_Form_Container {
|
app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View/Form.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_View_Form extends Mage_Adminhtml_Block_Widget_Form {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_View_Form extends Mage_Adminhtml_Block_Widget_Form {
|
app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View/Tab/Request.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_View_Tab_Request extends Quadra_Paybox_Block_Adminhtml_Api_Debug_Request_Grid
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_View_Tab_Request extends Quadra_Paybox_Block_Adminhtml_Api_Debug_Request_Grid
|
app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View/Tab/Response.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_View_Tab_Response extends Quadra_Paybox_Block_Adminhtml_Api_Debug_Response_Grid
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_View_Tab_Response extends Quadra_Paybox_Block_Adminhtml_Api_Debug_Response_Grid
|
app/code/community/Quadra/Paybox/Block/Adminhtml/Api/Debug/View/Tabs.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_View_Tabs extends Mage_Adminhtml_Block_Widget_Tabs {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Api_Debug_View_Tabs extends Mage_Adminhtml_Block_Widget_Tabs {
|
app/code/community/Quadra/Paybox/Block/Adminhtml/Cart/Type.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Cart_Type extends Mage_Adminhtml_Block_System_Config_Form_Field {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Cart_Type extends Mage_Adminhtml_Block_System_Config_Form_Field {
|
app/code/community/Quadra/Paybox/Block/Adminhtml/Cart/Type/Select.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Cart_Type_Select extends Mage_Adminhtml_Block_Template {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Cart_Type_Select extends Mage_Adminhtml_Block_Template {
|
app/code/community/Quadra/Paybox/Block/Adminhtml/Question/Number.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Question_Number extends Mage_Adminhtml_Block_Widget_Grid_Container {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Question_Number extends Mage_Adminhtml_Block_Widget_Grid_Container {
|
app/code/community/Quadra/Paybox/Block/Adminhtml/Question/Number/Grid.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Question_Number_Grid extends Mage_Adminhtml_Block_Widget_Grid {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_Question_Number_Grid extends Mage_Adminhtml_Block_Widget_Grid {
|
app/code/community/Quadra/Paybox/Block/Adminhtml/System/Config/Form/Field/Backuppaymentserver.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_System_Config_Form_Field_Backuppaymentserver extends Mage_Adminhtml_Block_System_Config_Form_Field_Array_Abstract {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Adminhtml_System_Config_Form_Field_Backuppaymentserver extends Mage_Adminhtml_Block_System_Config_Form_Field_Array_Abstract {
|
app/code/community/Quadra/Paybox/Block/Direct/Form.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Direct_Form extends Mage_Payment_Block_Form_Cc {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Direct_Form extends Mage_Payment_Block_Form_Cc {
|
app/code/community/Quadra/Paybox/Block/Direct/Info.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Direct_Info extends Mage_Payment_Block_Info_Cc {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_Direct_Info extends Mage_Payment_Block_Info_Cc {
|
app/code/community/Quadra/Paybox/Block/System/Error.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_System_Error extends Mage_Core_Block_Template {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_System_Error extends Mage_Core_Block_Template {
|
app/code/community/Quadra/Paybox/Block/System/Failure.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_System_Failure extends Mage_Core_Block_Template {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_System_Failure extends Mage_Core_Block_Template {
|
app/code/community/Quadra/Paybox/Block/System/Form.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_System_Form extends Mage_Payment_Block_Form {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_System_Form extends Mage_Payment_Block_Form {
|
app/code/community/Quadra/Paybox/Block/System/Redirect.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_System_Redirect extends Mage_Core_Block_Abstract {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Block_System_Redirect extends Mage_Core_Block_Abstract {
|
app/code/community/Quadra/Paybox/Helper/Data.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Helper_Data extends Mage_Core_Helper_Abstract {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Helper_Data extends Mage_Core_Helper_Abstract {
|
app/code/community/Quadra/Paybox/Model/Api/Debug.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Api_Debug extends Mage_Core_Model_Abstract {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Api_Debug extends Mage_Core_Model_Abstract {
|
app/code/community/Quadra/Paybox/Model/Config/Data/Paybox.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Config_Data_Paybox extends Mage_Core_Model_Config_Data {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Config_Data_Paybox extends Mage_Core_Model_Config_Data {
|
app/code/community/Quadra/Paybox/Model/Direct.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Direct extends Mage_Payment_Model_Method_Cc {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Direct extends Mage_Payment_Model_Method_Cc {
|
app/code/community/Quadra/Paybox/Model/Mysql4/Api/Debug.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Mysql4_Api_Debug extends Mage_Core_Model_Mysql4_Abstract {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Mysql4_Api_Debug extends Mage_Core_Model_Mysql4_Abstract {
|
app/code/community/Quadra/Paybox/Model/Mysql4/Api/Debug/Collection.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Mysql4_Api_Debug_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Mysql4_Api_Debug_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
|
app/code/community/Quadra/Paybox/Model/Mysql4/Question/Number.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Mysql4_Question_Number extends Mage_Core_Model_Mysql4_Abstract {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Mysql4_Question_Number extends Mage_Core_Model_Mysql4_Abstract {
|
app/code/community/Quadra/Paybox/Model/Mysql4/Question/Number/Collection.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Mysql4_Question_Number_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Mysql4_Question_Number_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
|
app/code/community/Quadra/Paybox/Model/Mysql4/Setup.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Mysql4_Setup extends Mage_Sales_Model_Mysql4_Setup {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Mysql4_Setup extends Mage_Sales_Model_Mysql4_Setup {
|
app/code/community/Quadra/Paybox/Model/Observer.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Observer {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Observer {
|
app/code/community/Quadra/Paybox/Model/Question/Number.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Question_Number extends Mage_Core_Model_Abstract {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Question_Number extends Mage_Core_Model_Abstract {
|
app/code/community/Quadra/Paybox/Model/Source/CartType.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Source_CartType {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Source_CartType {
|
app/code/community/Quadra/Paybox/Model/Source/Cctype.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Source_Cctype extends Mage_Payment_Model_Source_Cctype {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Source_Cctype extends Mage_Payment_Model_Source_Cctype {
|
app/code/community/Quadra/Paybox/Model/Source/Language.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Source_Language {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Source_Language {
|
app/code/community/Quadra/Paybox/Model/Source/ManagementMode.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Source_ManagementMode {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Source_ManagementMode {
|
app/code/community/Quadra/Paybox/Model/Source/MethodCall.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Source_MethodCall {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Source_MethodCall {
|
app/code/community/Quadra/Paybox/Model/Source/PaymentAction.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Source_PaymentAction {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Source_PaymentAction {
|
app/code/community/Quadra/Paybox/Model/Source/PaymentMode.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Source_PaymentMode {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Source_PaymentMode {
|
app/code/community/Quadra/Paybox/Model/Source/PaymentType.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Source_PaymentType {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_Source_PaymentType {
|
app/code/community/Quadra/Paybox/Model/System.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_System extends Mage_Payment_Model_Method_Abstract {
|
@@ -47,7 +47,7 @@ class Quadra_Paybox_Model_System extends Mage_Payment_Model_Method_Abstract {
|
|
47 |
|
48 |
protected $_code = 'paybox_system';
|
49 |
|
50 |
-
protected $_authorized_ips = array('194.2.122.158', '195.101.99.76');
|
51 |
|
52 |
protected $_isGateway = false;
|
53 |
protected $_canAuthorize = true;
|
@@ -524,8 +524,7 @@ class Quadra_Paybox_Model_System extends Mage_Payment_Model_Method_Abstract {
|
|
524 |
}
|
525 |
|
526 |
if ($this->getDebugFlag()) {
|
527 |
-
|
528 |
-
$debug = Mage::getModel('paybox/api_debug')
|
529 |
->setRealOrderId($this->getOrderList())
|
530 |
->setRequestBody(serialize($fieldsArr))
|
531 |
->save();
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
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 {
|
47 |
|
48 |
protected $_code = 'paybox_system';
|
49 |
|
50 |
+
protected $_authorized_ips = array('194.2.122.158', '195.101.99.76','195.25.7.166');
|
51 |
|
52 |
protected $_isGateway = false;
|
53 |
protected $_canAuthorize = true;
|
524 |
}
|
525 |
|
526 |
if ($this->getDebugFlag()) {
|
527 |
+
Mage::getModel('paybox/api_debug')
|
|
|
528 |
->setRealOrderId($this->getOrderList())
|
529 |
->setRequestBody(serialize($fieldsArr))
|
530 |
->save();
|
app/code/community/Quadra/Paybox/Model/System/Config/Source/Order/Status.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_System_Config_Source_Order_Status {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_System_Config_Source_Order_Status {
|
app/code/community/Quadra/Paybox/Model/System/Config/Source/Order/Status/Accepted.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_System_Config_Source_Order_Status_Accepted extends Quadra_Paybox_Model_System_Config_Source_Order_Status {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_System_Config_Source_Order_Status_Accepted extends Quadra_Paybox_Model_System_Config_Source_Order_Status {
|
app/code/community/Quadra/Paybox/Model/System/Config/Source/Order/Status/Canceled.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_System_Config_Source_Order_Status_Canceled extends Quadra_Paybox_Model_System_Config_Source_Order_Status {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_System_Config_Source_Order_Status_Canceled extends Quadra_Paybox_Model_System_Config_Source_Order_Status {
|
app/code/community/Quadra/Paybox/Model/System/Config/Source/Order/Status/New.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_System_Config_Source_Order_Status_New extends Quadra_Paybox_Model_System_Config_Source_Order_Status {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_System_Config_Source_Order_Status_New extends Quadra_Paybox_Model_System_Config_Source_Order_Status {
|
app/code/community/Quadra/Paybox/Model/System/Config/Source/Order/Status/Refused.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_System_Config_Source_Order_Status_Refused extends Quadra_Paybox_Model_System_Config_Source_Order_Status {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Model_System_Config_Source_Order_Status_Refused extends Quadra_Paybox_Model_System_Config_Source_Order_Status {
|
app/code/community/Quadra/Paybox/controllers/Adminhtml/Api/DebugController.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Adminhtml_Api_DebugController extends Mage_Adminhtml_Controller_Action {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Adminhtml_Api_DebugController extends Mage_Adminhtml_Controller_Action {
|
app/code/community/Quadra/Paybox/controllers/Adminhtml/Question/NumberController.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Adminhtml_Question_NumberController extends Mage_Adminhtml_Controller_Action {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_Adminhtml_Question_NumberController extends Mage_Adminhtml_Controller_Action {
|
app/code/community/Quadra/Paybox/controllers/SystemController.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_SystemController extends Mage_Core_Controller_Front_Action {
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Quadra_Paybox_SystemController extends Mage_Core_Controller_Front_Action {
|
app/code/community/Quadra/Paybox/etc/config.xml
CHANGED
@@ -12,14 +12,14 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
-->
|
19 |
<config>
|
20 |
<modules>
|
21 |
<Quadra_Paybox>
|
22 |
-
<version>2.1.
|
23 |
</Quadra_Paybox>
|
24 |
</modules>
|
25 |
<global>
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
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.3</version>
|
23 |
</Quadra_Paybox>
|
24 |
</modules>
|
25 |
<global>
|
app/code/community/Quadra/Paybox/etc/currency.xml
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
-->
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
-->
|
app/code/community/Quadra/Paybox/etc/system.xml
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
-->
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
-->
|
app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-install-0.1.0.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-upgrade-0.1.0-0.1.1.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-upgrade-0.1.1-0.1.2.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-upgrade-0.1.2-0.1.3.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
app/code/community/Quadra/Paybox/sql/paybox_setup/mysql4-upgrade-1.2.4-1.2.5.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
|
app/design/adminhtml/default/default/template/paybox/adminhtml/cart/type/select.phtml
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
*
|
12 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
13 |
* @copyright 1997-2013 Quadra Informatique
|
14 |
-
* @version Release: $Revision: 2.1.
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
11 |
*
|
12 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
13 |
* @copyright 1997-2013 Quadra Informatique
|
14 |
+
* @version Release: $Revision: 2.1.3 $
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
app/design/adminhtml/default/default/template/paybox/direct/form.phtml
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
*
|
12 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
13 |
* @copyright 1997-2013 Quadra Informatique
|
14 |
-
* @version Release: $Revision: 2.1.
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
11 |
*
|
12 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
13 |
* @copyright 1997-2013 Quadra Informatique
|
14 |
+
* @version Release: $Revision: 2.1.3 $
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
app/design/adminhtml/default/default/template/paybox/direct/info.phtml
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
*
|
12 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
13 |
* @copyright 1997-2013 Quadra Informatique
|
14 |
-
* @version Release: $Revision: 2.1.
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
11 |
*
|
12 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
13 |
* @copyright 1997-2013 Quadra Informatique
|
14 |
+
* @version Release: $Revision: 2.1.3 $
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
app/design/adminhtml/default/default/template/paybox/direct/pdf/info.phtml
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
*
|
12 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
13 |
* @copyright 1997-2013 Quadra Informatique
|
14 |
-
* @version Release: $Revision: 2.1.
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
11 |
*
|
12 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
13 |
* @copyright 1997-2013 Quadra Informatique
|
14 |
+
* @version Release: $Revision: 2.1.3 $
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
app/design/frontend/default/default/layout/paybox.xml
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
-->
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
-->
|
app/design/frontend/default/default/template/paybox/direct/form.phtml
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
*
|
12 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
13 |
* @copyright 1997-2013 Quadra Informatique
|
14 |
-
* @version Release: $Revision: 2.1.
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
11 |
*
|
12 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
13 |
* @copyright 1997-2013 Quadra Informatique
|
14 |
+
* @version Release: $Revision: 2.1.3 $
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
app/design/frontend/default/default/template/paybox/direct/info.phtml
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
*
|
12 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
13 |
* @copyright 1997-2013 Quadra Informatique
|
14 |
-
* @version Release: $Revision: 2.1.
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
11 |
*
|
12 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
13 |
* @copyright 1997-2013 Quadra Informatique
|
14 |
+
* @version Release: $Revision: 2.1.3 $
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
app/design/frontend/default/default/template/paybox/system/error.phtml
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
*
|
12 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
13 |
* @copyright 1997-2013 Quadra Informatique
|
14 |
-
* @version Release: $Revision: 2.1.
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
11 |
*
|
12 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
13 |
* @copyright 1997-2013 Quadra Informatique
|
14 |
+
* @version Release: $Revision: 2.1.3 $
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
app/design/frontend/default/default/template/paybox/system/form.phtml
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
*
|
12 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
13 |
* @copyright 1997-2013 Quadra Informatique
|
14 |
-
* @version Release: $Revision: 2.1.
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
11 |
*
|
12 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
13 |
* @copyright 1997-2013 Quadra Informatique
|
14 |
+
* @version Release: $Revision: 2.1.3 $
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
app/design/frontend/default/default/template/paybox/system/notify.phtml
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
*
|
12 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
13 |
* @copyright 1997-2013 Quadra Informatique
|
14 |
-
* @version Release: $Revision: 2.1.
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
11 |
*
|
12 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
13 |
* @copyright 1997-2013 Quadra Informatique
|
14 |
+
* @version Release: $Revision: 2.1.3 $
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
app/etc/modules/Quadra_Paybox.xml
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
-
* @version Release: $Revision: 2.1.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
-->
|
12 |
*
|
13 |
* @author Quadra Informatique <ecommerce@quadra-informatique.fr>
|
14 |
* @copyright 1997-2013 Quadra Informatique
|
15 |
+
* @version Release: $Revision: 2.1.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
-->
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Quadra_Paybox</name>
|
4 |
-
<version>2.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
@@ -10,6 +10,9 @@
|
|
10 |
<description>The extension provides Paybox payment integration. Allows make payments through Paybox methods.</description>
|
11 |
<notes>Changelog:
|
12 |

|
|
|
|
|
|
|
13 |
2.1.2:
|
14 |
- Fix bug with api debug multishipping informaion
|
15 |
- Fix bug with api debug view in back-office
|
@@ -36,9 +39,9 @@
|
|
36 |
- Bug fixed with magento 1.4
|
37 |
- Beta version</notes>
|
38 |
<authors><author><name>Quadra Informatique</name><user>auto-converted</user><email>ecommerce@quadra-informatique.fr</email></author></authors>
|
39 |
-
<date>2013-
|
40 |
-
<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="
|
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>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Quadra_Paybox</name>
|
4 |
+
<version>2.1.3</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
10 |
<description>The extension provides Paybox payment integration. Allows make payments through Paybox methods.</description>
|
11 |
<notes>Changelog:
|
12 |

|
13 |
+
2.1.3:
|
14 |
+
- Add new Paybox server address IP used in IP check
|
15 |
+

|
16 |
2.1.2:
|
17 |
- Fix bug with api debug multishipping informaion
|
18 |
- Fix bug with api debug view in back-office
|
39 |
- Bug fixed with magento 1.4
|
40 |
- Beta version</notes>
|
41 |
<authors><author><name>Quadra Informatique</name><user>auto-converted</user><email>ecommerce@quadra-informatique.fr</email></author></authors>
|
42 |
+
<date>2013-05-16</date>
|
43 |
+
<time>15:21:39</time>
|
44 |
+
<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="8759eb47efc41a268b87a75f62b82e3d"/></dir><dir name="Response"><file name="Grid.php" hash="15427970fa6d452a814adebf35bb426c"/></dir><dir name="View"><dir name="Tab"><file name="Request.php" hash="b44caac4dc09c248e0ccb48a08a4837a"/><file name="Response.php" hash="d27f9b8e7accfbe3ebb9ecb7230e0a07"/></dir><file name="Form.php" hash="5eeaf4f730fb685448ff4db1b9af049e"/><file name="Tabs.php" hash="bf071a7785239210f7684b97b0016361"/></dir><file name="Grid.php" hash="cd132e298eb0f2548c742abd3cfd5120"/><file name="Request.php" hash="8136d132c16a2aa0285481c9df52c80d"/><file name="Response.php" hash="4c1aeccd5adfd27799c0e54e1d6f8741"/><file name="View.php" hash="11c93c9ecce0dc0bef769514c8ed5ff6"/></dir><file name="Debug.php" hash="d4ca9daac4a45c4b239f7a243c652d52"/></dir><dir name="Cart"><dir name="Type"><file name="Select.php" hash="7b5bb354239d607a75545684cd860c0a"/></dir><file name="Type.php" hash="41d3911e59a5b6f200ca7c0fd89d7f76"/></dir><dir name="Question"><dir name="Number"><file name="Grid.php" hash="30f6e56cfe99567395eff8ba30aef7df"/></dir><file name="Number.php" hash="ccdb95b922210fc70b27fa191e21ea17"/></dir><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Backuppaymentserver.php" hash="ebef846d5dcc4bfd24a3de79087d678a"/></dir></dir></dir></dir></dir><dir name="Direct"><file name="Form.php" hash="54801f15e7a5d14507590cb24d116273"/><file name="Info.php" hash="b17a130fe54696f81e85a865efbe052d"/></dir><dir name="System"><file name="Error.php" hash="5793c1a54c83ec7ab42e4d7a6b03ebc9"/><file name="Failure.php" hash="ef43b7d8c80b44e43d39b819b912979d"/><file name="Form.php" hash="e9713b0bcf1344d1a919a67b99008b90"/><file name="Redirect.php" hash="3e03ea141ffd5a114948f2b6ef6adef1"/></dir></dir><dir name="Helper"><file name="Data.php" hash="7a8e6d88ac4b3a8c4d28042b7e7d9180"/></dir><dir name="Model"><dir name="Api"><file name="Debug.php" hash="7c73019575e29609c816a58b3740fd96"/></dir><dir name="Config"><dir name="Data"><file name="Paybox.php" hash="95f9a2c8fae89922535d95684ac1b84c"/></dir></dir><dir name="Mysql4"><dir name="Api"><dir name="Debug"><file name="Collection.php" hash="224d42a3bbb369983d28d63861b7f35c"/></dir><file name="Debug.php" hash="ee130907d39ae62ffbeef0726cb72cf3"/></dir><dir name="Question"><dir name="Number"><file name="Collection.php" hash="0f658fa510cb0cabd03fe143eac8f952"/></dir><file name="Number.php" hash="b16104179f78256b2269cf8eaad18b0d"/></dir><file name="Setup.php" hash="81c3397195e0ef712a12dc26939f3bd7"/></dir><dir name="Question"><file name="Number.php" hash="5c3a08011a1f293e4167f3d919cff34a"/></dir><dir name="Source"><file name="CartType.php" hash="11c24c654506e3f93e487e72176ad16a"/><file name="Cctype.php" hash="fe39fa48663d9d1cf18ac3b2be7ff0a3"/><file name="Language.php" hash="7c8d42a4030e76fd2c237e52d8ff2940"/><file name="ManagementMode.php" hash="459a4bdf7c407bc9c45b886f8d70ee4f"/><file name="MethodCall.php" hash="24e055b5e476e399476a46f788f6b248"/><file name="PaymentAction.php" hash="a2524b38d9070a00740f4791250c22ee"/><file name="PaymentMode.php" hash="7439265d33a80d5c993bf40d81a806a4"/><file name="PaymentType.php" hash="5930d4bc98385d3940e316750e497660"/></dir><dir name="System"><dir name="Config"><dir name="Source"><dir name="Order"><dir name="Status"><file name="Accepted.php" hash="c1a92d148f2fe89ede3d65b0bd96542e"/><file name="Canceled.php" hash="604b6164e40b6b99971f7f12831b9761"/><file name="New.php" hash="5244863fac41cc99a65c5c26ec85fe4f"/><file name="Refused.php" hash="2f92bf8079a6c3a52e1f9bd73e04f2cf"/></dir><file name="Status.php" hash="8810b54a51201cf2e4f6d6432af63f10"/><file name="Statuswithoutcanceled.php" hash="56d8c2b6f84e2829a099c034847cd170"/></dir></dir></dir></dir><file name="Direct.php" hash="4e9098481580634f04f68d61d1fccd65"/><file name="Observer.php" hash="1afceac50aa381fe98b49ce6e0a68033"/><file name="System.php" hash="025a79b5efc0a3b9eb5cbac62db15541"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Api"><file name="DebugController.php" hash="627776d57bfa3bd8abeaecf76724bfec"/></dir><dir name="Question"><file name="NumberController.php" hash="ac216ca8bae6f75fc6abe1fd88400a4a"/></dir></dir><file name="SystemController.php" hash="1f496ee44cff485d078f00e5d0dab118"/></dir><dir name="etc"><file name="config.xml" hash="1d506cde193347de167ff9f433c1808c"/><file name="currency.xml" hash="8e8f0faa5ddb645c22f53d83655a98b4"/><file name="pubkey.pem" hash="9bf5be38bde5f19c40acf3d8e4e7806b"/><file name="system.xml" hash="025b9ce9fa46824f8ac0ab929a347b7c"/></dir><dir name="sql"><dir name="paybox_setup"><file name="mysql4-install-0.1.0.php" hash="d119666355ecb7c250471cce7c9f6bbf"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="2079d87bc8f651f7b9e57a1a887db10c"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="61a8e6ee275f49a40fb43e6dd8aa0054"/><file name="mysql4-upgrade-0.1.2-0.1.3.php" hash="5938c9a672787811f39eded60720a1ab"/><file name="mysql4-upgrade-1.2.4-1.2.5.php" hash="76fd22a06211ec7f2930f7c1d805e018"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Quadra_Paybox.xml" hash="fb8aa651e2666347ae4384141391d2ec"/></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="91f8eeed7102c23561bb8cffe0964a60"/></dir></dir></dir><dir name="direct"><dir name="pdf"><file name="info.phtml" hash="e4171618d58d69b40274629b4b8c3351"/></dir><file name="form.phtml" hash="70539321634ef8d6e007803910a2ce4b"/><file name="info.phtml" hash="fa948309091ae37a5bdc74704461b8ab"/></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="04b680e909d732ca186ad6281a9fa31f"/><file name="info.phtml" hash="f6b84ca0f08f332baccd3470d7c504f6"/></dir><dir name="system"><file name="error.phtml" hash="cba9ab4abfac7698c29d60ec1435df00"/><file name="form.phtml" hash="dcbac52df9783e1fe99d7554a54f1345"/><file name="notify.phtml" hash="dcd7409b17c33a42534cf76ae17c3efd"/></dir></dir></dir><dir name="layout"><file name="paybox.xml" hash="7974de5dbf7fe42d68935a75878c4000"/></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>
|
45 |
<compatible/>
|
46 |
<dependencies><required><package><name>Quadra_Extensions</name><channel>community</channel><min>1.0.0</min><max></max></package></required></dependencies>
|
47 |
</package>
|