Version Notes
ING PSP-Magento Extension
====================
# Changelog #
## Changes in version 1.0.0
+ Initial version based upon Ginger Payments version
## Changes in version 1.0.1
+ Updated the README.md
## Changes in version 1.0.2
+ Handle banktransfer correctly
## Changes in version 1.0.3
+ Added version to the webhook
+ Added cash on delivery
## Changes in version 1.1.0
+ Added Bancontact
+ Added product selection
## Changes in version 1.1.1
+ Renamed bcmc to bancontact
## Changes in version 1.1.3
+ Small fixes
+ Version synchronization
Download this release
Release Info
Developer | ING |
Extension | ing_psp |
Version | 1.1.3 |
Comparing to | |
See all releases |
Code changes from version 1.1.2 to 1.1.3
- app/code/community/ING/PSP/Block/Payment/Banktransfer/Form.php +1 -1
- app/code/community/ING/PSP/Block/Payment/Banktransfer/Info.php +1 -1
- app/code/community/ING/PSP/Block/Payment/Cashondelivery/Form.php +1 -1
- app/code/community/ING/PSP/Block/Payment/Cashondelivery/Info.php +1 -1
- app/code/community/ING/PSP/Block/Payment/Ideal/Form.php +1 -1
- app/code/community/ING/PSP/Block/Payment/Ideal/Info.php +1 -1
- app/code/community/ING/PSP/Helper/Bancontact.php +1 -1
- app/code/community/ING/PSP/Helper/Banktransfer.php +1 -1
- app/code/community/ING/PSP/Helper/Cashondelivery.php +1 -1
- app/code/community/ING/PSP/Helper/Creditcard.php +1 -1
- app/code/community/ING/PSP/Helper/Data.php +1 -1
- app/code/community/ING/PSP/Helper/Ideal.php +1 -1
- app/code/community/ING/PSP/Model/Bancontact.php +1 -1
- app/code/community/ING/PSP/Model/Banktransfer.php +1 -1
- app/code/community/ING/PSP/Model/Cashondelivery.php +1 -1
- app/code/community/ING/PSP/Model/Creditcard.php +1 -1
- app/code/community/ING/PSP/Model/Ideal.php +1 -1
- app/code/community/ING/PSP/Model/Observer.php +1 -1
- app/code/community/ING/PSP/controllers/BancontactController.php +1 -1
- app/code/community/ING/PSP/controllers/BanktransferController.php +1 -1
- app/code/community/ING/PSP/controllers/CashondeliveryController.php +1 -1
- app/code/community/ING/PSP/controllers/CreditcardController.php +1 -1
- app/code/community/ING/PSP/controllers/IdealController.php +1 -1
- app/code/community/ING/PSP/etc/adminhtml.xml +1 -1
- app/code/community/ING/PSP/etc/config.xml +2 -2
- app/code/community/ING/PSP/etc/system.xml +2 -2
- app/code/community/ING/PSP/sql/ingpsp_setup/mysql4-install-0.0.1.php +1 -1
- app/code/community/ING/PSP/sql/ingpsp_setup/mysql4-uninstall-0.0.1.php +1 -1
- app/code/community/ING/PSP/sql/ingpsp_setup/mysql4-upgrade-0.0.1-0.0.2.php +1 -1
- app/code/community/ING/PSP/sql/ingpsp_setup/mysql4-upgrade-0.0.2-0.0.3.php +1 -1
- app/design/adminhtml/default/default/template/ing_psp/info/banktransfer.phtml +1 -1
- app/design/adminhtml/default/default/template/ing_psp/info/cashondelivery.phtml +1 -1
- app/design/frontend/base/default/layout/ing_psp.xml +1 -1
- app/design/frontend/base/default/template/ing_psp/form/banktransfer.phtml +1 -1
- app/design/frontend/base/default/template/ing_psp/form/cashondelivery.phtml +1 -1
- app/design/frontend/base/default/template/ing_psp/form/ideal.phtml +1 -1
- app/design/frontend/base/default/template/ing_psp/info/banktransfer.phtml +1 -1
- app/design/frontend/base/default/template/ing_psp/info/cashondelivery.phtml +1 -1
- app/design/frontend/base/default/template/ing_psp/success.phtml +1 -1
- app/etc/modules/ING_PSP.xml +2 -2
- package.xml +25 -21
app/code/community/ING/PSP/Block/Payment/Banktransfer/Form.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
15 |
-
* @version v1.1.
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
15 |
+
* @version v1.1.3
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
app/code/community/ING/PSP/Block/Payment/Banktransfer/Info.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
15 |
-
* @version v1.1.
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
15 |
+
* @version v1.1.3
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
app/code/community/ING/PSP/Block/Payment/Cashondelivery/Form.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
15 |
-
* @version v1.1.
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
15 |
+
* @version v1.1.3
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
app/code/community/ING/PSP/Block/Payment/Cashondelivery/Info.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
15 |
-
* @version v1.1.
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
15 |
+
* @version v1.1.3
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
app/code/community/ING/PSP/Block/Payment/Ideal/Form.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
15 |
-
* @version v1.1.
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
15 |
+
* @version v1.1.3
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
app/code/community/ING/PSP/Block/Payment/Ideal/Info.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
15 |
-
* @version v1.1.
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
15 |
+
* @version v1.1.3
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
app/code/community/ING/PSP/Helper/Bancontact.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
15 |
-
* @version v1.1.
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
15 |
+
* @version v1.1.3
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
app/code/community/ING/PSP/Helper/Banktransfer.php
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
* @category ING
|
14 |
* @package ING_PSP
|
15 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
16 |
-
* @version v1.1.
|
17 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
18 |
* @license The MIT License (MIT)
|
19 |
*
|
13 |
* @category ING
|
14 |
* @package ING_PSP
|
15 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
16 |
+
* @version v1.1.3
|
17 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
18 |
* @license The MIT License (MIT)
|
19 |
*
|
app/code/community/ING/PSP/Helper/Cashondelivery.php
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
* @category ING
|
14 |
* @package ING_PSP
|
15 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
16 |
-
* @version v1.1.
|
17 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
18 |
* @license The MIT License (MIT)
|
19 |
*
|
13 |
* @category ING
|
14 |
* @package ING_PSP
|
15 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
16 |
+
* @version v1.1.3
|
17 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
18 |
* @license The MIT License (MIT)
|
19 |
*
|
app/code/community/ING/PSP/Helper/Creditcard.php
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
* @category ING
|
14 |
* @package ING_PSP
|
15 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
16 |
-
* @version v1.1.
|
17 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
18 |
* @license The MIT License (MIT)
|
19 |
*
|
13 |
* @category ING
|
14 |
* @package ING_PSP
|
15 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
16 |
+
* @version v1.1.3
|
17 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
18 |
* @license The MIT License (MIT)
|
19 |
*
|
app/code/community/ING/PSP/Helper/Data.php
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
* @category ING
|
14 |
* @package ING_PSP
|
15 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
16 |
-
* @version v1.1.
|
17 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
18 |
* @license The MIT License (MIT)
|
19 |
*
|
13 |
* @category ING
|
14 |
* @package ING_PSP
|
15 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
16 |
+
* @version v1.1.3
|
17 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
18 |
* @license The MIT License (MIT)
|
19 |
*
|
app/code/community/ING/PSP/Helper/Ideal.php
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
* @category ING
|
14 |
* @package ING_PSP
|
15 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
16 |
-
* @version v1.1.
|
17 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
18 |
* @license The MIT License (MIT)
|
19 |
*
|
13 |
* @category ING
|
14 |
* @package ING_PSP
|
15 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
16 |
+
* @version v1.1.3
|
17 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
18 |
* @license The MIT License (MIT)
|
19 |
*
|
app/code/community/ING/PSP/Model/Bancontact.php
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
* @category ING
|
14 |
* @package ING_PSP
|
15 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
16 |
-
* @version v1.1.
|
17 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
18 |
* @license The MIT License (MIT)
|
19 |
*
|
13 |
* @category ING
|
14 |
* @package ING_PSP
|
15 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
16 |
+
* @version v1.1.3
|
17 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
18 |
* @license The MIT License (MIT)
|
19 |
*
|
app/code/community/ING/PSP/Model/Banktransfer.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
15 |
-
* @version v1.1.
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
15 |
+
* @version v1.1.3
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
app/code/community/ING/PSP/Model/Cashondelivery.php
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
* @category ING
|
14 |
* @package ING_PSP
|
15 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
16 |
-
* @version v1.1.
|
17 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
18 |
* @license The MIT License (MIT)
|
19 |
*
|
13 |
* @category ING
|
14 |
* @package ING_PSP
|
15 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
16 |
+
* @version v1.1.3
|
17 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
18 |
* @license The MIT License (MIT)
|
19 |
*
|
app/code/community/ING/PSP/Model/Creditcard.php
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
* @category ING
|
14 |
* @package ING_PSP
|
15 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
16 |
-
* @version v1.1.
|
17 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
18 |
* @license The MIT License (MIT)
|
19 |
*
|
13 |
* @category ING
|
14 |
* @package ING_PSP
|
15 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
16 |
+
* @version v1.1.3
|
17 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
18 |
* @license The MIT License (MIT)
|
19 |
*
|
app/code/community/ING/PSP/Model/Ideal.php
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
* @category ING
|
14 |
* @package ING_PSP
|
15 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
16 |
-
* @version v1.1.
|
17 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
18 |
* @license The MIT License (MIT)
|
19 |
*
|
13 |
* @category ING
|
14 |
* @package ING_PSP
|
15 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
16 |
+
* @version v1.1.3
|
17 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
18 |
* @license The MIT License (MIT)
|
19 |
*
|
app/code/community/ING/PSP/Model/Observer.php
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
* @category ING
|
14 |
* @package ING_PSP
|
15 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
16 |
-
* @version v1.1.
|
17 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
18 |
* @license The MIT License (MIT)
|
19 |
*
|
13 |
* @category ING
|
14 |
* @package ING_PSP
|
15 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
16 |
+
* @version v1.1.3
|
17 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
18 |
* @license The MIT License (MIT)
|
19 |
*
|
app/code/community/ING/PSP/controllers/BancontactController.php
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
* @category ING
|
14 |
* @package ING_PSP
|
15 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
16 |
-
* @version v1.1.
|
17 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
18 |
* @license The MIT License (MIT)
|
19 |
*
|
13 |
* @category ING
|
14 |
* @package ING_PSP
|
15 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
16 |
+
* @version v1.1.3
|
17 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
18 |
* @license The MIT License (MIT)
|
19 |
*
|
app/code/community/ING/PSP/controllers/BanktransferController.php
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
* @category ING
|
14 |
* @package ING_PSP
|
15 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
16 |
-
* @version v1.1.
|
17 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
18 |
* @license The MIT License (MIT)
|
19 |
*
|
13 |
* @category ING
|
14 |
* @package ING_PSP
|
15 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
16 |
+
* @version v1.1.3
|
17 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
18 |
* @license The MIT License (MIT)
|
19 |
*
|
app/code/community/ING/PSP/controllers/CashondeliveryController.php
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
* @category ING
|
14 |
* @package ING_PSP
|
15 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
16 |
-
* @version v1.1.
|
17 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
18 |
* @license The MIT License (MIT)
|
19 |
*
|
13 |
* @category ING
|
14 |
* @package ING_PSP
|
15 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
16 |
+
* @version v1.1.3
|
17 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
18 |
* @license The MIT License (MIT)
|
19 |
*
|
app/code/community/ING/PSP/controllers/CreditcardController.php
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
* @category ING
|
14 |
* @package ING_PSP
|
15 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
16 |
-
* @version v1.1.
|
17 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
18 |
* @license The MIT License (MIT)
|
19 |
*
|
13 |
* @category ING
|
14 |
* @package ING_PSP
|
15 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
16 |
+
* @version v1.1.3
|
17 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
18 |
* @license The MIT License (MIT)
|
19 |
*
|
app/code/community/ING/PSP/controllers/IdealController.php
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
* @category ING
|
14 |
* @package ING_PSP
|
15 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
16 |
-
* @version v1.1.
|
17 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
18 |
* @license The MIT License (MIT)
|
19 |
*
|
13 |
* @category ING
|
14 |
* @package ING_PSP
|
15 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
16 |
+
* @version v1.1.3
|
17 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
18 |
* @license The MIT License (MIT)
|
19 |
*
|
app/code/community/ING/PSP/etc/adminhtml.xml
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger B.V. (info@gingerpayments.com)
|
15 |
-
* @version v1.1.
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
-->
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger B.V. (info@gingerpayments.com)
|
15 |
+
* @version v1.1.3
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
-->
|
app/code/community/ING/PSP/etc/config.xml
CHANGED
@@ -12,14 +12,14 @@
|
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger B.V. (info@gingerpayments.com)
|
15 |
-
* @version v1.1.
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
-->
|
19 |
<config>
|
20 |
<modules>
|
21 |
<ING_PSP>
|
22 |
-
<version>1.1.
|
23 |
</ING_PSP>
|
24 |
</modules>
|
25 |
<global>
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger B.V. (info@gingerpayments.com)
|
15 |
+
* @version v1.1.3
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
-->
|
19 |
<config>
|
20 |
<modules>
|
21 |
<ING_PSP>
|
22 |
+
<version>1.1.3</version>
|
23 |
</ING_PSP>
|
24 |
</modules>
|
25 |
<global>
|
app/code/community/ING/PSP/etc/system.xml
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
15 |
-
* @version v1.1.
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
@@ -31,7 +31,7 @@
|
|
31 |
<show_in_store>1</show_in_store>
|
32 |
<fields>
|
33 |
<version>
|
34 |
-
<label>v1.1.
|
35 |
<sort_order>1</sort_order>
|
36 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
37 |
<frontend_type>label</frontend_type>
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger Payments B.V. (info@gingerpayments.com)
|
15 |
+
* @version v1.1.3
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
31 |
<show_in_store>1</show_in_store>
|
32 |
<fields>
|
33 |
<version>
|
34 |
+
<label>v1.1.3</label>
|
35 |
<sort_order>1</sort_order>
|
36 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
37 |
<frontend_type>label</frontend_type>
|
app/code/community/ING/PSP/sql/ingpsp_setup/mysql4-install-0.0.1.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger B.V. (info@gingerpayments.com)
|
15 |
-
* @version v1.1.
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger B.V. (info@gingerpayments.com)
|
15 |
+
* @version v1.1.3
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
app/code/community/ING/PSP/sql/ingpsp_setup/mysql4-uninstall-0.0.1.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger B.V. (info@gingerpayments.com)
|
15 |
-
* @version v1.1.
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger B.V. (info@gingerpayments.com)
|
15 |
+
* @version v1.1.3
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
app/code/community/ING/PSP/sql/ingpsp_setup/mysql4-upgrade-0.0.1-0.0.2.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger B.V. (info@gingerpayments.com)
|
15 |
-
* @version v1.1.
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger B.V. (info@gingerpayments.com)
|
15 |
+
* @version v1.1.3
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
app/code/community/ING/PSP/sql/ingpsp_setup/mysql4-upgrade-0.0.2-0.0.3.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger B.V. (info@gingerpayments.com)
|
15 |
-
* @version v1.1.
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger B.V. (info@gingerpayments.com)
|
15 |
+
* @version v1.1.3
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
app/design/adminhtml/default/default/template/ing_psp/info/banktransfer.phtml
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger B.V. (info@gingerpayments.com)
|
15 |
-
* @version v1.1.
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger B.V. (info@gingerpayments.com)
|
15 |
+
* @version v1.1.3
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
app/design/adminhtml/default/default/template/ing_psp/info/cashondelivery.phtml
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger B.V. (info@gingerpayments.com)
|
15 |
-
* @version v1.1.
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger B.V. (info@gingerpayments.com)
|
15 |
+
* @version v1.1.3
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
app/design/frontend/base/default/layout/ing_psp.xml
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
* @category ING
|
14 |
* @package ING_PSP
|
15 |
* @author Ginger B.V. (info@gingerpayments.com)
|
16 |
-
* @version v1.1.
|
17 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
18 |
* @license The MIT License (MIT)
|
19 |
*
|
13 |
* @category ING
|
14 |
* @package ING_PSP
|
15 |
* @author Ginger B.V. (info@gingerpayments.com)
|
16 |
+
* @version v1.1.3
|
17 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
18 |
* @license The MIT License (MIT)
|
19 |
*
|
app/design/frontend/base/default/template/ing_psp/form/banktransfer.phtml
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger B.V. (info@gingerpayments.com)
|
15 |
-
* @version v1.1.
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger B.V. (info@gingerpayments.com)
|
15 |
+
* @version v1.1.3
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
app/design/frontend/base/default/template/ing_psp/form/cashondelivery.phtml
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger B.V. (info@gingerpayments.com)
|
15 |
-
* @version v1.1.
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger B.V. (info@gingerpayments.com)
|
15 |
+
* @version v1.1.3
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
app/design/frontend/base/default/template/ing_psp/form/ideal.phtml
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger B.V. (info@gingerpayments.com)
|
15 |
-
* @version v1.1.
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger B.V. (info@gingerpayments.com)
|
15 |
+
* @version v1.1.3
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
app/design/frontend/base/default/template/ing_psp/info/banktransfer.phtml
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger B.V. (info@gingerpayments.com)
|
15 |
-
* @version v1.1.
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger B.V. (info@gingerpayments.com)
|
15 |
+
* @version v1.1.3
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
app/design/frontend/base/default/template/ing_psp/info/cashondelivery.phtml
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger B.V. (info@gingerpayments.com)
|
15 |
-
* @version v1.1.
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger B.V. (info@gingerpayments.com)
|
15 |
+
* @version v1.1.3
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
app/design/frontend/base/default/template/ing_psp/success.phtml
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger B.V. (info@gingerpayments.com)
|
15 |
-
* @version v1.1.
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
12 |
* @category ING
|
13 |
* @package ING_PSP
|
14 |
* @author Ginger B.V. (info@gingerpayments.com)
|
15 |
+
* @version v1.1.3
|
16 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
17 |
* @license The MIT License (MIT)
|
18 |
*
|
app/etc/modules/ING_PSP.xml
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
* @category ING
|
15 |
* @package ING_PSP
|
16 |
* @author Ginger B.V. (info@gingerpayments.com)
|
17 |
-
* @version v1.1.
|
18 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
19 |
* @license The MIT License (MIT)
|
20 |
*
|
@@ -29,7 +29,7 @@
|
|
29 |
<Mage_Payment />
|
30 |
<Mage_Checkout />
|
31 |
</depends>
|
32 |
-
<version>1.1.
|
33 |
</ING_PSP>
|
34 |
</modules>
|
35 |
<global>
|
14 |
* @category ING
|
15 |
* @package ING_PSP
|
16 |
* @author Ginger B.V. (info@gingerpayments.com)
|
17 |
+
* @version v1.1.3
|
18 |
* @copyright COPYRIGHT (C) 2016 GINGER PAYMENTS B.V. (https://www.gingerpayments.com)
|
19 |
* @license The MIT License (MIT)
|
20 |
*
|
29 |
<Mage_Payment />
|
30 |
<Mage_Checkout />
|
31 |
</depends>
|
32 |
+
<version>1.1.3</version>
|
33 |
</ING_PSP>
|
34 |
</modules>
|
35 |
<global>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>ING_PSP</name>
|
4 |
-
<version>1.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="https://opensource.org/licenses/MIT">The MIT License (MIT)</license>
|
7 |
<channel>community</channel>
|
@@ -9,34 +9,38 @@
|
|
9 |
<summary>The ING register for your web shop to be used with KassaCompleet, ING Checkout or ING ePay.</summary>
|
10 |
<description>ING PSP: The ING register for your web shop to be used with KassaCompleet, ING Checkout or ING ePay.</description>
|
11 |
<notes>ING PSP-Magento Extension
|
12 |
-
====================
|
13 |

|
14 |
-
# Changelog #
|
15 |

|
16 |
-
## Changes in version 1.0.0
|
17 |
-
+ Initial version based upon Ginger Payments version
|
18 |

|
19 |
-
## Changes in version 1.0.1
|
20 |
-
+ Updated the README.md
|
21 |

|
22 |
-
## Changes in version 1.0.2
|
23 |
-
+ Handle banktransfer correctly
|
24 |

|
25 |
-
## Changes in version 1.0.3
|
26 |
-
+ Added version to the webhook
|
27 |
-
+ Added cash on delivery
|
28 |

|
29 |
-
## Changes in version 1.1.0
|
30 |
-
+ Added Bancontact
|
31 |
-
+ Added product selection
|
32 |

|
33 |
-
## Changes in version 1.1.1
|
34 |
-
+ Renamed bcmc to bancontact
|
35 |
-
|
|
|
|
|
|
|
|
|
36 |
<authors><author><name>ING</name><user>ING</user><email>info@ing.nl</email></author></authors>
|
37 |
-
<date>2017-03-
|
38 |
-
<time>
|
39 |
-
<contents><target name="magecommunity"><dir name="ING"><dir name="PSP"><dir name="Block"><dir name="Payment"><dir name="Banktransfer"><file name="Form.php" hash="
|
40 |
<compatible/>
|
41 |
<dependencies><required><php><min>5.2.13</min><max>6.2.0</max></php></required></dependencies>
|
42 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>ING_PSP</name>
|
4 |
+
<version>1.1.3</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="https://opensource.org/licenses/MIT">The MIT License (MIT)</license>
|
7 |
<channel>community</channel>
|
9 |
<summary>The ING register for your web shop to be used with KassaCompleet, ING Checkout or ING ePay.</summary>
|
10 |
<description>ING PSP: The ING register for your web shop to be used with KassaCompleet, ING Checkout or ING ePay.</description>
|
11 |
<notes>ING PSP-Magento Extension
|
12 |
+
====================
|
13 |

|
14 |
+
# Changelog #
|
15 |

|
16 |
+
## Changes in version 1.0.0
|
17 |
+
+ Initial version based upon Ginger Payments version
|
18 |

|
19 |
+
## Changes in version 1.0.1
|
20 |
+
+ Updated the README.md
|
21 |

|
22 |
+
## Changes in version 1.0.2
|
23 |
+
+ Handle banktransfer correctly
|
24 |

|
25 |
+
## Changes in version 1.0.3
|
26 |
+
+ Added version to the webhook
|
27 |
+
+ Added cash on delivery
|
28 |

|
29 |
+
## Changes in version 1.1.0
|
30 |
+
+ Added Bancontact
|
31 |
+
+ Added product selection
|
32 |

|
33 |
+
## Changes in version 1.1.1
|
34 |
+
+ Renamed bcmc to bancontact
|
35 |
+

|
36 |
+
## Changes in version 1.1.3
|
37 |
+
+ Small fixes
|
38 |
+
+ Version synchronization
|
39 |
+
</notes>
|
40 |
<authors><author><name>ING</name><user>ING</user><email>info@ing.nl</email></author></authors>
|
41 |
+
<date>2017-03-15</date>
|
42 |
+
<time>12:02:40</time>
|
43 |
+
<contents><target name="magecommunity"><dir name="ING"><dir name="PSP"><dir name="Block"><dir name="Payment"><dir name="Banktransfer"><file name="Form.php" hash="5bc5b26e1ab67afad556ce6ed23cfdd2"/><file name="Info.php" hash="706695bb8965e385e257d520fbe2211b"/></dir><dir name="Cashondelivery"><file name="Form.php" hash="8963d0952d097eb8dd14be055aa5a80e"/><file name="Info.php" hash="8eb90583dd519a94e7845c4a243fcba9"/></dir><dir name="Ideal"><file name="Form.php" hash="3f8d5daaffd78ad31418efa1df009860"/><file name="Info.php" hash="ddd40501d35ce66711179575aabf616b"/></dir></dir></dir><dir name="Helper"><file name="Bancontact.php" hash="ad7159d000c835ef85d59cd2bb4af156"/><file name="Banktransfer.php" hash="e5017aa6114c5453ee36679c5722bc36"/><file name="Cashondelivery.php" hash="fe20568cc1d59369f9eeb3e2f247c4a0"/><file name="Creditcard.php" hash="43fc0810fecbe6a4e436c9a584897b74"/><file name="Data.php" hash="1b9770dd0722925202fd963d90dfa6fb"/><file name="Ideal.php" hash="431370694036d59f70fd9dbfd01fc278"/></dir><dir name="Model"><file name="Bancontact.php" hash="f7a94c3ef47c904a19e399b72973269f"/><file name="Banktransfer.php" hash="1524f5a309febb5e3f6dd52125b5c77d"/><file name="Cashondelivery.php" hash="64f008fb709e04e3b528a87a881151a9"/><file name="Creditcard.php" hash="115f96f967bdba3b3fa145fc479c21c3"/><file name="Ideal.php" hash="d7698ee807612542d1e0f0b9baafc77a"/><file name="Observer.php" hash="e2fbbd6febb7f3faaaf9aba618cd63e8"/><dir name="System"><dir name="Config"><dir name="Source"><dir name="Dropdown"><file name="Values.php" hash="f156d15f14e426d3b8aa71ded7d25e92"/></dir></dir></dir></dir></dir><dir name="controllers"><file name="BancontactController.php" hash="17a9f0637c5fbd348d7cc6c9d6801bd0"/><file name="BanktransferController.php" hash="02de64dba0d3ac2597f50878b036a747"/><file name="CashondeliveryController.php" hash="2fa672592336176215251547721c4325"/><file name="CreditcardController.php" hash="915cb293d9b788acca903a694beca6dd"/><file name="IdealController.php" hash="db0524bbdad1947d2745fee30405a071"/></dir><dir name="etc"><file name="adminhtml.xml" hash="7e89b819d4922c5caf80a5154d3abd1e"/><file name="config.xml" hash="2ecf92311ad429c568c6c97c62f07ff3"/><file name="system.xml" hash="f7d5e73bbbe1d8ed7c2c89b83ee76330"/></dir><dir name="sql"><dir name="ingpsp_setup"><file name="mysql4-install-0.0.1.php" hash="c6862d405fb070de8a4c24d0e4a02783"/><file name="mysql4-uninstall-0.0.1.php" hash="44d1114d23ffb27a8fa1fb678c0e0b15"/><file name="mysql4-upgrade-0.0.1-0.0.2.php" hash="f28c6d41b26e5c9012fe5d4406ff236f"/><file name="mysql4-upgrade-0.0.2-0.0.3.php" hash="da10af634b49461be876996215d647f9"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="ing_psp"><dir name="info"><file name="banktransfer.phtml" hash="da5c2e0dc378aeae9e795e0863efb692"/><file name="cashondelivery.phtml" hash="da5c2e0dc378aeae9e795e0863efb692"/></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="ing_psp"><dir name="form"><file name="banktransfer.phtml" hash="1e6fa77d13151d8e6c47aa496c96a214"/><file name="cashondelivery.phtml" hash="1e6fa77d13151d8e6c47aa496c96a214"/><file name="ideal.phtml" hash="ca632752fbe19da3dfd7368858fd6d9c"/></dir><dir name="info"><file name="banktransfer.phtml" hash="da5c2e0dc378aeae9e795e0863efb692"/><file name="cashondelivery.phtml" hash="da5c2e0dc378aeae9e795e0863efb692"/></dir><file name="success.phtml" hash="a5b992e7d463a57bc544d396832ea370"/></dir></dir><dir name="layout"><file name="ing_psp.xml" hash="e5dfccbdf1d770a236ab9b5b0ded2a13"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="ING_PSP.xml" hash="18fe647725fd2cc50cdac430d50daf63"/></dir></target><target name="magelocale"><dir name="en_US"><file name="ING_PSP.csv" hash="54bb4994fbecf10ac2638aa4c05ba7b3"/></dir><dir name="nl_NL"><file name="ING_PSP.csv" hash="0c40afb29c628787200430bffcf0147c"/></dir></target><target name="magelib"><dir name="Ing"><dir name="Services"><file name="ing-php" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir></dir></target></contents>
|
44 |
<compatible/>
|
45 |
<dependencies><required><php><min>5.2.13</min><max>6.2.0</max></php></required></dependencies>
|
46 |
</package>
|