ing_psp - Version 1.1.3

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

Files changed (41) hide show
  1. app/code/community/ING/PSP/Block/Payment/Banktransfer/Form.php +1 -1
  2. app/code/community/ING/PSP/Block/Payment/Banktransfer/Info.php +1 -1
  3. app/code/community/ING/PSP/Block/Payment/Cashondelivery/Form.php +1 -1
  4. app/code/community/ING/PSP/Block/Payment/Cashondelivery/Info.php +1 -1
  5. app/code/community/ING/PSP/Block/Payment/Ideal/Form.php +1 -1
  6. app/code/community/ING/PSP/Block/Payment/Ideal/Info.php +1 -1
  7. app/code/community/ING/PSP/Helper/Bancontact.php +1 -1
  8. app/code/community/ING/PSP/Helper/Banktransfer.php +1 -1
  9. app/code/community/ING/PSP/Helper/Cashondelivery.php +1 -1
  10. app/code/community/ING/PSP/Helper/Creditcard.php +1 -1
  11. app/code/community/ING/PSP/Helper/Data.php +1 -1
  12. app/code/community/ING/PSP/Helper/Ideal.php +1 -1
  13. app/code/community/ING/PSP/Model/Bancontact.php +1 -1
  14. app/code/community/ING/PSP/Model/Banktransfer.php +1 -1
  15. app/code/community/ING/PSP/Model/Cashondelivery.php +1 -1
  16. app/code/community/ING/PSP/Model/Creditcard.php +1 -1
  17. app/code/community/ING/PSP/Model/Ideal.php +1 -1
  18. app/code/community/ING/PSP/Model/Observer.php +1 -1
  19. app/code/community/ING/PSP/controllers/BancontactController.php +1 -1
  20. app/code/community/ING/PSP/controllers/BanktransferController.php +1 -1
  21. app/code/community/ING/PSP/controllers/CashondeliveryController.php +1 -1
  22. app/code/community/ING/PSP/controllers/CreditcardController.php +1 -1
  23. app/code/community/ING/PSP/controllers/IdealController.php +1 -1
  24. app/code/community/ING/PSP/etc/adminhtml.xml +1 -1
  25. app/code/community/ING/PSP/etc/config.xml +2 -2
  26. app/code/community/ING/PSP/etc/system.xml +2 -2
  27. app/code/community/ING/PSP/sql/ingpsp_setup/mysql4-install-0.0.1.php +1 -1
  28. app/code/community/ING/PSP/sql/ingpsp_setup/mysql4-uninstall-0.0.1.php +1 -1
  29. app/code/community/ING/PSP/sql/ingpsp_setup/mysql4-upgrade-0.0.1-0.0.2.php +1 -1
  30. app/code/community/ING/PSP/sql/ingpsp_setup/mysql4-upgrade-0.0.2-0.0.3.php +1 -1
  31. app/design/adminhtml/default/default/template/ing_psp/info/banktransfer.phtml +1 -1
  32. app/design/adminhtml/default/default/template/ing_psp/info/cashondelivery.phtml +1 -1
  33. app/design/frontend/base/default/layout/ing_psp.xml +1 -1
  34. app/design/frontend/base/default/template/ing_psp/form/banktransfer.phtml +1 -1
  35. app/design/frontend/base/default/template/ing_psp/form/cashondelivery.phtml +1 -1
  36. app/design/frontend/base/default/template/ing_psp/form/ideal.phtml +1 -1
  37. app/design/frontend/base/default/template/ing_psp/info/banktransfer.phtml +1 -1
  38. app/design/frontend/base/default/template/ing_psp/info/cashondelivery.phtml +1 -1
  39. app/design/frontend/base/default/template/ing_psp/success.phtml +1 -1
  40. app/etc/modules/ING_PSP.xml +2 -2
  41. 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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.2
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.1</version>
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.2
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.2</label>
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.2
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.2
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.2
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.2
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.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.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.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.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.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.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.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.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.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.2
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.2</version>
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.2</version>
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&#xD;
12
- ====================&#xD;
13
  &#xD;
14
- # Changelog #&#xD;
15
  &#xD;
16
- ## Changes in version 1.0.0&#xD;
17
- + Initial version based upon Ginger Payments version&#xD;
18
  &#xD;
19
- ## Changes in version 1.0.1&#xD;
20
- + Updated the README.md&#xD;
21
  &#xD;
22
- ## Changes in version 1.0.2&#xD;
23
- + Handle banktransfer correctly&#xD;
24
  &#xD;
25
- ## Changes in version 1.0.3&#xD;
26
- + Added version to the webhook&#xD;
27
- + Added cash on delivery&#xD;
28
  &#xD;
29
- ## Changes in version 1.1.0&#xD;
30
- + Added Bancontact&#xD;
31
- + Added product selection&#xD;
32
  &#xD;
33
- ## Changes in version 1.1.1&#xD;
34
- + Renamed bcmc to bancontact&#xD;
35
- </notes>
 
 
 
 
36
  <authors><author><name>ING</name><user>ING</user><email>info@ing.nl</email></author></authors>
37
- <date>2017-03-03</date>
38
- <time>10:21:12</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="db4cf0bd72b9a12b1e33991a0bdbcb6f"/><file name="Info.php" hash="2a519b321b439d4ea7dc1e445aec5c07"/></dir><dir name="Cashondelivery"><file name="Form.php" hash="9eacf0e9c409c038890109cdc0d97645"/><file name="Info.php" hash="f89fabdbac923bfa83a5b6e544e38148"/></dir><dir name="Ideal"><file name="Form.php" hash="c0714c57becf5e32db213f6fe1988721"/><file name="Info.php" hash="d874249a4c565a5c6e2d2e3bf3b539f2"/></dir></dir></dir><dir name="Helper"><file name="Bancontact.php" hash="e33a23da762b7a96b3be2803f6dc92aa"/><file name="Banktransfer.php" hash="60b9f8df17178105bbf135721abc3503"/><file name="Cashondelivery.php" hash="3e7151becffc1e365c4be7cad9e123ec"/><file name="Creditcard.php" hash="89f3780c2ff96fd7893aa3080f315597"/><file name="Data.php" hash="b143e160f6560f96e90f72b20c6c8d42"/><file name="Ideal.php" hash="7321fc74d0ce5b8874c4ba52d71bb881"/></dir><dir name="Model"><file name="Bancontact.php" hash="792cb33ad7d1ac467a365eb6b595412d"/><file name="Banktransfer.php" hash="689f69af49ddcfd5e78346d8fda7d676"/><file name="Cashondelivery.php" hash="2979de56a364fd82cddebcfdfc89c2d2"/><file name="Creditcard.php" hash="20a8bbf80d7e6ea528f2d77972812eaf"/><file name="Ideal.php" hash="50b8c8d2dbc00ee177273f1f07013bf3"/><file name="Observer.php" hash="ef651feb38d5b466f9e159f99e6fa3f9"/><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="c45d4a247c36f848b604db1f02cb7f57"/><file name="BanktransferController.php" hash="b931406b982d0b227523fdeb2d574381"/><file name="CashondeliveryController.php" hash="6d9ac6789b53416dedb03207c6553f6e"/><file name="CreditcardController.php" hash="f921489f89146c7533c01145bb7f2f41"/><file name="IdealController.php" hash="1c5d87142f59d58f20e1783c64e2763c"/></dir><dir name="etc"><file name="adminhtml.xml" hash="ab40996b103488d5b9198af8df087744"/><file name="config.xml" hash="194aac766fede5906201e1ca1929c0b4"/><file name="system.xml" hash="01d20f900d80144fcec0ad149a762961"/></dir><dir name="sql"><dir name="ingpsp_setup"><file name="mysql4-install-0.0.1.php" hash="8dc7335e6f4c45b1b15313cac9186b25"/><file name="mysql4-uninstall-0.0.1.php" hash="68e8467872718ce3e669462082654b2b"/><file name="mysql4-upgrade-0.0.1-0.0.2.php" hash="ee9a4a61fff75438c00c7e4329141dd3"/><file name="mysql4-upgrade-0.0.2-0.0.3.php" hash="2ededaf2fd41d1201210f481207e40b1"/></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="ec5c0fa56122e0ced55e3b4c93ee1404"/><file name="cashondelivery.phtml" hash="ec5c0fa56122e0ced55e3b4c93ee1404"/></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="b5eae592b35c9ff113e21a6d68e64b6e"/><file name="cashondelivery.phtml" hash="b5eae592b35c9ff113e21a6d68e64b6e"/><file name="ideal.phtml" hash="a71e36bafa508b3c1e2b0b899b487b84"/></dir><dir name="info"><file name="banktransfer.phtml" hash="ec5c0fa56122e0ced55e3b4c93ee1404"/><file name="cashondelivery.phtml" hash="ec5c0fa56122e0ced55e3b4c93ee1404"/></dir><file name="success.phtml" hash="7f4e6001c102651bee8901e74c4bb8f1"/></dir></dir><dir name="layout"><file name="ing_psp.xml" hash="b8e49175aef2358a37f3029cb3caefc4"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="ING_PSP.xml" hash="bec25e3ef38dad27666787a622e4f018"/></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>
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&#xD;
12
+ ====================&#xD;
13
  &#xD;
14
+ # Changelog #&#xD;
15
  &#xD;
16
+ ## Changes in version 1.0.0&#xD;
17
+ + Initial version based upon Ginger Payments version&#xD;
18
  &#xD;
19
+ ## Changes in version 1.0.1&#xD;
20
+ + Updated the README.md&#xD;
21
  &#xD;
22
+ ## Changes in version 1.0.2&#xD;
23
+ + Handle banktransfer correctly&#xD;
24
  &#xD;
25
+ ## Changes in version 1.0.3&#xD;
26
+ + Added version to the webhook&#xD;
27
+ + Added cash on delivery&#xD;
28
  &#xD;
29
+ ## Changes in version 1.1.0&#xD;
30
+ + Added Bancontact&#xD;
31
+ + Added product selection&#xD;
32
  &#xD;
33
+ ## Changes in version 1.1.1&#xD;
34
+ + Renamed bcmc to bancontact&#xD;
35
+ &#xD;
36
+ ## Changes in version 1.1.3&#xD;
37
+ + Small fixes&#xD;
38
+ + Version synchronization&#xD;
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>