mPAY24 - Version 1.4.2

Version Notes

UPDATE:

*) bug by upgrading the extension -> SOLVED
*) BILLPAY payment system bug -> SOLVED

The whole extension was updated:

1. The communication is realised with the help of the mPAY24 PHP API and not with Zend Soap Client.

2. The newest mPAY24 SOAP (v. 1.5) is used

3. Zhe backend updates the payment systems and all the configurations everytime the mPAY24 configurations are saved

4. There is a new possibility to choose the status for the orders that were paid (mPAY24 status - BILLED)

5. A new debug possibility was implmented

6. The function 'auto clearing' for credit card payments can and should be set directly in the extension.

7. A bug in the billing address mode functionallity was solved.

8. There was implemnted a possibility to choose whether the free (of charge) products should be shown in the mPAY24 pay page or not.

9. The HIGHLIGHT: the customers can choose the payment system (VISA, MasterCard, eps, etc.) directly by the checkout process. There are two different templates you can choose from in your backend: an area with all the payment methods or a drop-down list!

Download this release

Release Info

Developer Magento Core Team
Extension mPAY24
Version 1.4.2
Comparing to
See all releases


Code changes from version 1.4.1 to 1.4.2

Files changed (22) hide show
  1. app/code/community/Mpay24/Mpay24/Model/Api/MPay24MagentoShop.php +1 -1
  2. app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000007.xml +0 -40
  3. app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000015.xml +0 -42
  4. app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000016.xml +0 -42
  5. app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000017.xml +0 -42
  6. app/code/community/Mpay24/Mpay24/sql/mpay24_setup/{mysql4-install-1.3.0.php → mysql4-install-1.4.2.php} +0 -0
  7. app/code/community/Mpay24/Mpay24/sql/mpay24_setup/{mysql4-upgrade-0.6.2-1.3.0.php → mysql4-upgrade-0.6.2-1.4.2.php} +0 -0
  8. app/code/community/Mpay24/Mpay24/sql/mpay24_setup/{mysql4-upgrade-0.6.3-1.3.0.php → mysql4-upgrade-1.0.0-1.4.2.php} +3 -3
  9. app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.0.4-1.4.2.php +38 -0
  10. app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.0.6-1.4.2.php +38 -0
  11. app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.0.7-1.4.2.php +38 -0
  12. app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.1.1-1.4.2.php +38 -0
  13. app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.1.7-1.4.2.php +38 -0
  14. app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.1.8-1.4.2.php +38 -0
  15. app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.1.9-1.4.2.php +38 -0
  16. app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.2.0-1.4.2.php +38 -0
  17. app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.2.1-1.4.2.php +38 -0
  18. app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.2.2-1.4.2.php +38 -0
  19. app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.3.0-1.4.2.php +38 -0
  20. app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.4.0-1.4.2.php +38 -0
  21. app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.4.1-1.4.2.php +38 -0
  22. package.xml +4 -4
app/code/community/Mpay24/Mpay24/Model/Api/MPay24MagentoShop.php CHANGED
@@ -20,7 +20,7 @@ include_once("MPay24Shop.php");
20
 
21
  const CANCEL_URL = 'mpay24/payment/cancel';
22
 
23
- const MAGENTO_VERSION = "Magento 1.4.1 ";
24
 
25
  var $tid;
26
  var $price;
20
 
21
  const CANCEL_URL = 'mpay24/payment/cancel';
22
 
23
+ const MAGENTO_VERSION = "Magento 1.4.2 ";
24
 
25
  var $tid;
26
  var $price;
app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000007.xml DELETED
@@ -1,40 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Order>
3
- <UserField>Magento 1.4.0 100000007_2013-03-05</UserField>
4
- <Tid>100000007</Tid>
5
- <TemplateSet Language="DE"/>
6
- <ShoppingCart>
7
- <Item>
8
- <Number>1</Number>
9
- <ProductNr>123456789</ProductNr>
10
- <Description>test product</Description>
11
- <Package></Package>
12
- <Quantity>1</Quantity>
13
- <ItemPrice>1.23</ItemPrice>
14
- </Item>
15
- <SubTotal>1.23</SubTotal>
16
- <ShippingCosts Header="Flat Rate - Fixed">5.00</ShippingCosts>
17
- </ShoppingCart>
18
- <Price>6.23</Price>
19
- <Currency>EUR</Currency>
20
- <BillingAddr Mode="ReadOnly">
21
- <Name>Max Musterman</Name>
22
- <Street>Teststraße 123</Street>
23
- <Zip>1234</Zip>
24
- <City>Wien</City>
25
- <Country Code="AT"/>
26
- </BillingAddr>
27
- <ShippingAddr Mode="ReadOnly">
28
- <Name>Max Musterman</Name>
29
- <Street>Teststraße 123</Street>
30
- <Zip>1234</Zip>
31
- <City>Wien</City>
32
- <Country Code="AT"/>
33
- </ShippingAddr>
34
- <URL>
35
- <Success>http://localhost/magento_1510/index.php/mpay24/payment/success/?TID=100000007</Success>
36
- <Error>http://localhost/magento_1510/index.php/mpay24/payment/error/?TID=100000007</Error>
37
- <Confirmation>http://localhost/magento_1510/index.php/mpay24/payment/confirmation/</Confirmation>
38
- <Cancel>http://localhost/magento_1510/index.php/mpay24/payment/cancel/?TID=100000007</Cancel>
39
- </URL>
40
- </Order>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000015.xml DELETED
@@ -1,42 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Order>
3
- <UserField>Magento 1.4.0 100000015_2013-03-05</UserField>
4
- <Tid>100000015</Tid>
5
- <TemplateSet Language="DE"/>
6
- <ShoppingCart>
7
- <Item>
8
- <Number>1</Number>
9
- <ProductNr>123456789</ProductNr>
10
- <Description>test product</Description>
11
- <Package></Package>
12
- <Quantity>1</Quantity>
13
- <ItemPrice>1.23</ItemPrice>
14
- </Item>
15
- <SubTotal>1.23</SubTotal>
16
- <ShippingCosts Header="Flat Rate - Fixed">5.00</ShippingCosts>
17
- </ShoppingCart>
18
- <Price>6.23</Price>
19
- <Currency>EUR</Currency>
20
- <BillingAddr Mode="ReadOnly">
21
- <Name>Max Musterman</Name>
22
- <Street>Teststraße 123</Street>
23
- <Zip>1234</Zip>
24
- <City>Wien</City>
25
- <Country Code="AT"/>
26
- <Email>sapolhei@hotmail.com</Email>
27
- </BillingAddr>
28
- <ShippingAddr Mode="ReadOnly">
29
- <Name>Max Musterman</Name>
30
- <Street>Teststraße 123</Street>
31
- <Zip>1234</Zip>
32
- <City>Wien</City>
33
- <Country Code="AT"/>
34
- <Email>sapolhei@hotmail.com</Email>
35
- </ShippingAddr>
36
- <URL>
37
- <Success>http://localhost/magento_1510/index.php/mpay24/payment/success/?TID=100000015</Success>
38
- <Error>http://localhost/magento_1510/index.php/mpay24/payment/error/?TID=100000015</Error>
39
- <Confirmation>http://localhost/magento_1510/index.php/mpay24/payment/confirmation/</Confirmation>
40
- <Cancel>http://localhost/magento_1510/index.php/mpay24/payment/cancel/?TID=100000015</Cancel>
41
- </URL>
42
- </Order>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000016.xml DELETED
@@ -1,42 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Order>
3
- <UserField>Magento 1.4.0 100000016_2013-03-05</UserField>
4
- <Tid>100000016</Tid>
5
- <TemplateSet Language="DE"/>
6
- <ShoppingCart>
7
- <Item>
8
- <Number>1</Number>
9
- <ProductNr>1234567890</ProductNr>
10
- <Description>test product BILLPAY</Description>
11
- <Package></Package>
12
- <Quantity>1</Quantity>
13
- <ItemPrice>15.00</ItemPrice>
14
- </Item>
15
- <SubTotal>15.00</SubTotal>
16
- <ShippingCosts Header="Flat Rate - Fixed">5.00</ShippingCosts>
17
- </ShoppingCart>
18
- <Price>20.00</Price>
19
- <Currency>EUR</Currency>
20
- <BillingAddr Mode="ReadOnly">
21
- <Name>Max Musterman</Name>
22
- <Street>Teststraße 123</Street>
23
- <Zip>1234</Zip>
24
- <City>Wien</City>
25
- <Country Code="AT"/>
26
- <Email>sapolhei@hotmail.com</Email>
27
- </BillingAddr>
28
- <ShippingAddr Mode="ReadOnly">
29
- <Name>Max Musterman</Name>
30
- <Street>Teststraße 123</Street>
31
- <Zip>1234</Zip>
32
- <City>Wien</City>
33
- <Country Code="AT"/>
34
- <Email>sapolhei@hotmail.com</Email>
35
- </ShippingAddr>
36
- <URL>
37
- <Success>http://localhost/magento_1510/index.php/mpay24/payment/success/?TID=100000016</Success>
38
- <Error>http://localhost/magento_1510/index.php/mpay24/payment/error/?TID=100000016</Error>
39
- <Confirmation>http://localhost/magento_1510/index.php/mpay24/payment/confirmation/</Confirmation>
40
- <Cancel>http://localhost/magento_1510/index.php/mpay24/payment/cancel/?TID=100000016</Cancel>
41
- </URL>
42
- </Order>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/code/community/Mpay24/Mpay24/Model/Api/xmls/100000017.xml DELETED
@@ -1,42 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Order>
3
- <UserField>Magento 1.4.0 100000017_2013-03-05</UserField>
4
- <Tid>100000017</Tid>
5
- <TemplateSet Language="DE"/>
6
- <ShoppingCart>
7
- <Item>
8
- <Number>1</Number>
9
- <ProductNr>1234567890</ProductNr>
10
- <Description>test product BILLPAY</Description>
11
- <Package></Package>
12
- <Quantity>1</Quantity>
13
- <ItemPrice>200.00</ItemPrice>
14
- </Item>
15
- <SubTotal>200.00</SubTotal>
16
- <ShippingCosts Header="Flat Rate - Fixed">5.00</ShippingCosts>
17
- </ShoppingCart>
18
- <Price>205.00</Price>
19
- <Currency>EUR</Currency>
20
- <BillingAddr Mode="ReadOnly">
21
- <Name>Max Musterman</Name>
22
- <Street>Teststraße 123</Street>
23
- <Zip>1234</Zip>
24
- <City>Wien</City>
25
- <Country Code="AT"/>
26
- <Email>sapolhei@hotmail.com</Email>
27
- </BillingAddr>
28
- <ShippingAddr Mode="ReadOnly">
29
- <Name>Max Musterman</Name>
30
- <Street>Teststraße 123</Street>
31
- <Zip>1234</Zip>
32
- <City>Wien</City>
33
- <Country Code="AT"/>
34
- <Email>sapolhei@hotmail.com</Email>
35
- </ShippingAddr>
36
- <URL>
37
- <Success>http://localhost/magento_1510/index.php/mpay24/payment/success/?TID=100000017</Success>
38
- <Error>http://localhost/magento_1510/index.php/mpay24/payment/error/?TID=100000017</Error>
39
- <Confirmation>http://localhost/magento_1510/index.php/mpay24/payment/confirmation/</Confirmation>
40
- <Cancel>http://localhost/magento_1510/index.php/mpay24/payment/cancel/?TID=100000017</Cancel>
41
- </URL>
42
- </Order>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/code/community/Mpay24/Mpay24/sql/mpay24_setup/{mysql4-install-1.3.0.php → mysql4-install-1.4.2.php} RENAMED
File without changes
app/code/community/Mpay24/Mpay24/sql/mpay24_setup/{mysql4-upgrade-0.6.2-1.3.0.php → mysql4-upgrade-0.6.2-1.4.2.php} RENAMED
File without changes
app/code/community/Mpay24/Mpay24/sql/mpay24_setup/{mysql4-upgrade-0.6.3-1.3.0.php → mysql4-upgrade-1.0.0-1.4.2.php} RENAMED
@@ -25,11 +25,11 @@
25
  $installer->run("
26
  DROP TABLE if exists {$this->getTable('mpay24_debug')};
27
  ");
28
-
29
  $installer->run("
30
  UPDATE `sales_flat_quote_payment` SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_sp_cc';
31
- ");
32
-
33
  $installer->run("
34
  UPDATE `sales_flat_order_payment` SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_sp_cc';
35
  ");
25
  $installer->run("
26
  DROP TABLE if exists {$this->getTable('mpay24_debug')};
27
  ");
28
+
29
  $installer->run("
30
  UPDATE `sales_flat_quote_payment` SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_sp_cc';
31
+ ");
32
+
33
  $installer->run("
34
  UPDATE `sales_flat_order_payment` SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_sp_cc';
35
  ");
app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.0.4-1.4.2.php ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * @category Mpay24
16
+ * @package Mpay24_Mpay24
17
+ * @author Filipp Akinfiev
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ $code = 'mpay24';
22
+ $installer = $this;
23
+
24
+ $installer->startSetup();
25
+ $installer->run("
26
+ DROP TABLE if exists {$this->getTable('mpay24_debug')};
27
+ ");
28
+
29
+ $installer->run("
30
+ UPDATE `sales_flat_quote_payment` SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_sp_cc';
31
+ ");
32
+
33
+ $installer->run("
34
+ UPDATE `sales_flat_order_payment` SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_sp_cc';
35
+ ");
36
+
37
+ $installer->endSetup();
38
+ ?>
app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.0.6-1.4.2.php ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * @category Mpay24
16
+ * @package Mpay24_Mpay24
17
+ * @author Filipp Akinfiev
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ $code = 'mpay24';
22
+ $installer = $this;
23
+
24
+ $installer->startSetup();
25
+ $installer->run("
26
+ DROP TABLE if exists {$this->getTable('mpay24_debug')};
27
+ ");
28
+
29
+ $installer->run("
30
+ UPDATE `sales_flat_quote_payment` SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_sp_cc';
31
+ ");
32
+
33
+ $installer->run("
34
+ UPDATE `sales_flat_order_payment` SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_sp_cc';
35
+ ");
36
+
37
+ $installer->endSetup();
38
+ ?>
app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.0.7-1.4.2.php ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * @category Mpay24
16
+ * @package Mpay24_Mpay24
17
+ * @author Filipp Akinfiev
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ $code = 'mpay24';
22
+ $installer = $this;
23
+
24
+ $installer->startSetup();
25
+ $installer->run("
26
+ DROP TABLE if exists {$this->getTable('mpay24_debug')};
27
+ ");
28
+
29
+ $installer->run("
30
+ UPDATE `sales_flat_quote_payment` SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_sp_cc';
31
+ ");
32
+
33
+ $installer->run("
34
+ UPDATE `sales_flat_order_payment` SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_sp_cc';
35
+ ");
36
+
37
+ $installer->endSetup();
38
+ ?>
app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.1.1-1.4.2.php ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * @category Mpay24
16
+ * @package Mpay24_Mpay24
17
+ * @author Filipp Akinfiev
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ $code = 'mpay24';
22
+ $installer = $this;
23
+
24
+ $installer->startSetup();
25
+ $installer->run("
26
+ DROP TABLE if exists {$this->getTable('mpay24_debug')};
27
+ ");
28
+
29
+ $installer->run("
30
+ UPDATE `sales_flat_quote_payment` SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_sp_cc';
31
+ ");
32
+
33
+ $installer->run("
34
+ UPDATE `sales_flat_order_payment` SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_sp_cc';
35
+ ");
36
+
37
+ $installer->endSetup();
38
+ ?>
app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.1.7-1.4.2.php ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * @category Mpay24
16
+ * @package Mpay24_Mpay24
17
+ * @author Filipp Akinfiev
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ $code = 'mpay24';
22
+ $installer = $this;
23
+
24
+ $installer->startSetup();
25
+ $installer->run("
26
+ DROP TABLE if exists {$this->getTable('mpay24_debug')};
27
+ ");
28
+
29
+ $installer->run("
30
+ UPDATE `sales_flat_quote_payment` SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_sp_cc';
31
+ ");
32
+
33
+ $installer->run("
34
+ UPDATE `sales_flat_order_payment` SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_sp_cc';
35
+ ");
36
+
37
+ $installer->endSetup();
38
+ ?>
app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.1.8-1.4.2.php ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * @category Mpay24
16
+ * @package Mpay24_Mpay24
17
+ * @author Filipp Akinfiev
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ $code = 'mpay24';
22
+ $installer = $this;
23
+
24
+ $installer->startSetup();
25
+ $installer->run("
26
+ DROP TABLE if exists {$this->getTable('mpay24_debug')};
27
+ ");
28
+
29
+ $installer->run("
30
+ UPDATE `sales_flat_quote_payment` SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_sp_cc';
31
+ ");
32
+
33
+ $installer->run("
34
+ UPDATE `sales_flat_order_payment` SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_sp_cc';
35
+ ");
36
+
37
+ $installer->endSetup();
38
+ ?>
app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.1.9-1.4.2.php ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * @category Mpay24
16
+ * @package Mpay24_Mpay24
17
+ * @author Filipp Akinfiev
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ $code = 'mpay24';
22
+ $installer = $this;
23
+
24
+ $installer->startSetup();
25
+ $installer->run("
26
+ DROP TABLE if exists {$this->getTable('mpay24_debug')};
27
+ ");
28
+
29
+ $installer->run("
30
+ UPDATE `sales_flat_quote_payment` SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_sp_cc';
31
+ ");
32
+
33
+ $installer->run("
34
+ UPDATE `sales_flat_order_payment` SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_sp_cc';
35
+ ");
36
+
37
+ $installer->endSetup();
38
+ ?>
app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.2.0-1.4.2.php ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * @category Mpay24
16
+ * @package Mpay24_Mpay24
17
+ * @author Filipp Akinfiev
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ $code = 'mpay24';
22
+ $installer = $this;
23
+
24
+ $installer->startSetup();
25
+ $installer->run("
26
+ DROP TABLE if exists {$this->getTable('mpay24_debug')};
27
+ ");
28
+
29
+ $installer->run("
30
+ UPDATE `sales_flat_quote_payment` SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_sp_cc';
31
+ ");
32
+
33
+ $installer->run("
34
+ UPDATE `sales_flat_order_payment` SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_sp_cc';
35
+ ");
36
+
37
+ $installer->endSetup();
38
+ ?>
app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.2.1-1.4.2.php ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * @category Mpay24
16
+ * @package Mpay24_Mpay24
17
+ * @author Filipp Akinfiev
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ $code = 'mpay24';
22
+ $installer = $this;
23
+
24
+ $installer->startSetup();
25
+ $installer->run("
26
+ DROP TABLE if exists {$this->getTable('mpay24_debug')};
27
+ ");
28
+
29
+ $installer->run("
30
+ UPDATE `sales_flat_quote_payment` SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_sp_cc';
31
+ ");
32
+
33
+ $installer->run("
34
+ UPDATE `sales_flat_order_payment` SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_sp_cc';
35
+ ");
36
+
37
+ $installer->endSetup();
38
+ ?>
app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.2.2-1.4.2.php ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * @category Mpay24
16
+ * @package Mpay24_Mpay24
17
+ * @author Filipp Akinfiev
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ $code = 'mpay24';
22
+ $installer = $this;
23
+
24
+ $installer->startSetup();
25
+ $installer->run("
26
+ DROP TABLE if exists {$this->getTable('mpay24_debug')};
27
+ ");
28
+
29
+ $installer->run("
30
+ UPDATE `sales_flat_quote_payment` SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_sp_cc';
31
+ ");
32
+
33
+ $installer->run("
34
+ UPDATE `sales_flat_order_payment` SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_sp_cc';
35
+ ");
36
+
37
+ $installer->endSetup();
38
+ ?>
app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.3.0-1.4.2.php ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * @category Mpay24
16
+ * @package Mpay24_Mpay24
17
+ * @author Filipp Akinfiev
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ $code = 'mpay24';
22
+ $installer = $this;
23
+
24
+ $installer->startSetup();
25
+ $installer->run("
26
+ DROP TABLE if exists {$this->getTable('mpay24_debug')};
27
+ ");
28
+
29
+ $installer->run("
30
+ UPDATE `sales_flat_quote_payment` SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_sp_cc';
31
+ ");
32
+
33
+ $installer->run("
34
+ UPDATE `sales_flat_order_payment` SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_sp_cc';
35
+ ");
36
+
37
+ $installer->endSetup();
38
+ ?>
app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.4.0-1.4.2.php ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * @category Mpay24
16
+ * @package Mpay24_Mpay24
17
+ * @author Filipp Akinfiev
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ $code = 'mpay24';
22
+ $installer = $this;
23
+
24
+ $installer->startSetup();
25
+ $installer->run("
26
+ DROP TABLE if exists {$this->getTable('mpay24_debug')};
27
+ ");
28
+
29
+ $installer->run("
30
+ UPDATE `sales_flat_quote_payment` SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_sp_cc';
31
+ ");
32
+
33
+ $installer->run("
34
+ UPDATE `sales_flat_order_payment` SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_sp_cc';
35
+ ");
36
+
37
+ $installer->endSetup();
38
+ ?>
app/code/community/Mpay24/Mpay24/sql/mpay24_setup/mysql4-upgrade-1.4.1-1.4.2.php ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * @category Mpay24
16
+ * @package Mpay24_Mpay24
17
+ * @author Filipp Akinfiev
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
20
+
21
+ $code = 'mpay24';
22
+ $installer = $this;
23
+
24
+ $installer->startSetup();
25
+ $installer->run("
26
+ DROP TABLE if exists {$this->getTable('mpay24_debug')};
27
+ ");
28
+
29
+ $installer->run("
30
+ UPDATE `sales_flat_quote_payment` SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_sp_cc';
31
+ ");
32
+
33
+ $installer->run("
34
+ UPDATE `sales_flat_order_payment` SET `method` = 'mpay24' WHERE `method` LIKE 'mpay24_sp_cc';
35
+ ");
36
+
37
+ $installer->endSetup();
38
+ ?>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>mPAY24</name>
4
- <version>1.4.1</version>
5
  <stability>stable</stability>
6
  <license>Open Software License (OSL 3.0)</license>
7
  <channel>community</channel>
@@ -28,7 +28,7 @@ Die Payment L&#xF6;sung der mPAY24 GmbH unterst&#xFC;tzt folgende Bezahlarten un
28
  Weitere Informationen unter www.mPAY24.com</description>
29
  <notes>UPDATE:&#xD;
30
  &#xD;
31
- *) bug by upgradeing the extension -&gt; SOLVED&#xD;
32
  *) BILLPAY payment system bug -&gt; SOLVED&#xD;
33
  &#xD;
34
  The whole extension was updated:&#xD;
@@ -52,8 +52,8 @@ The whole extension was updated:&#xD;
52
  9. The HIGHLIGHT: the customers can choose the payment system (VISA, MasterCard, eps, etc.) directly by the checkout process. There are two different templates you can choose from in your backend: an area with all the payment methods or a drop-down list!</notes>
53
  <authors><author><name>Filipp Akinfiev</name><user>auto-converted</user><email>firedrago.magento@gmail.com</email></author></authors>
54
  <date>2013-03-05</date>
55
- <time>14:57:40</time>
56
- <contents><target name="magelocale"><dir name="de_AT"><file name="Mpay24_Mpay24.csv" hash="e55fbe56741682943f5565fec1b47442"/></dir><dir name="de_DE"><file name="Mpay24_Mpay24.csv" hash="e55fbe56741682943f5565fec1b47442"/></dir><dir name="de_CH"><file name="Mpay24_Mpay24.csv" hash="e55fbe56741682943f5565fec1b47442"/></dir><dir name="en_US"><file name="Mpay24_Mpay24.csv" hash="1cfa1bb474c632817c46f68b80669662"/></dir></target><target name="mageetc"><dir name="modules"><file name="Mpay24_Mpay24.xml" hash="500d0d91159d751caa6f5dc065ffc639"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="mpay24"><dir name="form"><file name="area.phtml" hash="8ac18b34ffddee061be1b07e68235f5f"/><file name="dropDown.phtml" hash="67e4d39102fd4dcfedda7d0562663576"/></dir><dir name="info"><file name="selectpayment.phtml" hash="96db95cc6bc384dad08716aa395c1d0a"/></dir></dir></dir><dir name="layout"><file name="mpay24.xml" hash="ce01cb3fe366d831d16d8bf7d4dee7e1"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="mpay24"><dir name="info"><file name="selectpayment.phtml" hash="85176bc9ae3ec8ebbad2669c6114150a"/></dir></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="Mpay24"><dir name="Mpay24"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Fieldset"><file name="Fieldset.php" hash="f01cc8118195304a4db192ddfe1fe51a"/></dir></dir></dir></dir><dir name="Form"><file name="Selectpayment.php" hash="372168b0b9545c790802af8ab111d284"/></dir><dir name="Info"><file name="Selectpayment.php" hash="1229dd9c525a9b6a2333d8cfcc947f41"/></dir><file name="Form.php" hash="4b2fce3add8a810041a6c5ab790329a5"/><file name="Mpay24.php" hash="f5a913fd2668759188e0eaf33491884b"/><file name="ParentRedirect.php" hash="b12291838895b40bcee7af52fbc2967f"/></dir><dir name="Helper"><file name="Data.php" hash="69a156b89e684bf4dee01e2a39fa66f4"/></dir><dir name="Model"><dir name="Api"><dir name="logs"><file name="curllog.log" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="mPAY24log.log" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir><dir name="xmls"><file name="100000007.xml" hash="34c8808e642d85593a89f544a87ff50c"/><file name="100000015.xml" hash="783869e5411172a75fade4f27fed0b81"/><file name="100000016.xml" hash="e4ca2a1c4cf6c4bd97af66bf39677eb6"/><file name="100000017.xml" hash="9728aa38ad9d2707ddaa19d670691dcf"/><file name="Example_MDXI.xml" hash="df8358d868eec37ab27802edc02bc932"/></dir><file name="MDXI.xsd" hash="457f9d0a7d591c8f0f8c1774388077ea"/><file name="MPay24Api.php" hash="9d604b6fc6bcd99b2c5a0807393d67c4"/><file name="MPay24MagentoShop.php" hash="a7f4bf43ecb36fccd8917bbc78df73f2"/><file name="MPay24Shop.php" hash="ca0b2dcc2962f7764104a9ddf0cfa828"/><file name="cacert.pem" hash="4e0c8fcca8148533e6723f94463a3c73"/><file name="orderXML.php" hash="f067d286e1a6282bb0d67483dd1d0d98"/></dir><dir name="Entity"><file name="Setup.php" hash="8dc9baf209d88d7b054d763066f601fb"/></dir><dir name="Method"><file name="Abstract.php" hash="fdbb5a39e0427876160fd2756d4ec2f9"/><file name="Selectpayment.php" hash="4f204e97ef936c00460ed204ac65a190"/></dir><dir name="Mpay24"><file name="Debug.php" hash="9cbf466aa62829ca7aac6246aa550d4a"/></dir><dir name="Mysql4"><dir name="Mpay24"><dir name="Debug"><file name="Collection.php" hash="f5094404eec10cb3eac5c6b6e2209287"/></dir><file name="Debug.php" hash="50291178d8bb20a50fee0d0c1d0d4f12"/></dir><file name="Setup.php" hash="9e19108b10a15d212fd9838b753c2302"/></dir><dir name="Source"><file name="BillAddr.php" hash="50a1eaf7afb455dbc2a47761560bdc87"/><file name="ClearingAction.php" hash="a8f705c72bad6c174ca61aee4a128008"/><file name="FormTemplate.php" hash="722994ae6dba839b21bd5f45487b55c2"/><file name="PaidOrder.php" hash="12265d4cc317818a11aa2b31d22118b4"/><file name="PaymentsActive.php" hash="ae7b566c2b840457f70ab48ee165ff9f"/><file name="Request.php" hash="8d33fa758355382b0171ec1ea1934bff"/><file name="Result.php" hash="0e6b4aa3f291d20dcdc840fd06c33e90"/><file name="ShoppingCartRowsAction.php" hash="9de2ded97cd6623c88def25477a0ca02"/><file name="System.php" hash="7e40794562cda9a8a4ad61052678d470"/></dir><dir name="System"><dir name="Config"><dir name="Backend"><file name="Encrypted.php" hash="489a56ff8bd41e8b436b24dc3eeb5782"/></dir></dir></dir><file name="Config.php" hash="d205f45cd29c893cb50ca1b43957520f"/><file name="Observer.php" hash="53ff5a6a6d0de25a3be0252da28e72a6"/><file name="Selectpayment.php" hash="399da03227698003f65eaaa4a71f2280"/><file name="Session.php" hash="52b5b79a5d7662c46360ff3cc4f82c70"/></dir><dir name="controllers"><file name="IndexController.php" hash="2403526f34e65f03c723dc1fbcb001c2"/><file name="PaymentController.php" hash="02d0b0cb72d167ae83d1224283962cf6"/></dir><dir name="etc"><file name="config.xml" hash="f57888cce61d7457edf31458e92bb9d8"/><file name="system.xml" hash="ce48356769a535871d92c543ea81a27b"/></dir><dir name="sql"><dir name="mpay24_setup"><file name="mysql4-install-1.3.0.php" hash="810995cacabca2902926661cbfa0bf53"/><file name="mysql4-upgrade-0.6.2-1.3.0.php" hash="006ed8882377b8d3d3c8b6e813051d2b"/><file name="mysql4-upgrade-0.6.3-1.3.0.php" hash="6b324243b80337c39f7114a7637cb8b3"/></dir></dir></dir></dir></target></contents>
57
  <compatible/>
58
  <dependencies/>
59
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>mPAY24</name>
4
+ <version>1.4.2</version>
5
  <stability>stable</stability>
6
  <license>Open Software License (OSL 3.0)</license>
7
  <channel>community</channel>
28
  Weitere Informationen unter www.mPAY24.com</description>
29
  <notes>UPDATE:&#xD;
30
  &#xD;
31
+ *) bug by upgrading the extension -&gt; SOLVED&#xD;
32
  *) BILLPAY payment system bug -&gt; SOLVED&#xD;
33
  &#xD;
34
  The whole extension was updated:&#xD;
52
  9. The HIGHLIGHT: the customers can choose the payment system (VISA, MasterCard, eps, etc.) directly by the checkout process. There are two different templates you can choose from in your backend: an area with all the payment methods or a drop-down list!</notes>
53
  <authors><author><name>Filipp Akinfiev</name><user>auto-converted</user><email>firedrago.magento@gmail.com</email></author></authors>
54
  <date>2013-03-05</date>
55
+ <time>15:18:04</time>
56
+ <contents><target name="magelocale"><dir name="de_AT"><file name="Mpay24_Mpay24.csv" hash="e55fbe56741682943f5565fec1b47442"/></dir><dir name="de_DE"><file name="Mpay24_Mpay24.csv" hash="e55fbe56741682943f5565fec1b47442"/></dir><dir name="de_CH"><file name="Mpay24_Mpay24.csv" hash="e55fbe56741682943f5565fec1b47442"/></dir><dir name="en_US"><file name="Mpay24_Mpay24.csv" hash="1cfa1bb474c632817c46f68b80669662"/></dir></target><target name="mageetc"><dir name="modules"><file name="Mpay24_Mpay24.xml" hash="500d0d91159d751caa6f5dc065ffc639"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="mpay24"><dir name="form"><file name="area.phtml" hash="8ac18b34ffddee061be1b07e68235f5f"/><file name="dropDown.phtml" hash="67e4d39102fd4dcfedda7d0562663576"/></dir><dir name="info"><file name="selectpayment.phtml" hash="96db95cc6bc384dad08716aa395c1d0a"/></dir></dir></dir><dir name="layout"><file name="mpay24.xml" hash="ce01cb3fe366d831d16d8bf7d4dee7e1"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="mpay24"><dir name="info"><file name="selectpayment.phtml" hash="85176bc9ae3ec8ebbad2669c6114150a"/></dir></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="Mpay24"><dir name="Mpay24"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Fieldset"><file name="Fieldset.php" hash="f01cc8118195304a4db192ddfe1fe51a"/></dir></dir></dir></dir><dir name="Form"><file name="Selectpayment.php" hash="372168b0b9545c790802af8ab111d284"/></dir><dir name="Info"><file name="Selectpayment.php" hash="1229dd9c525a9b6a2333d8cfcc947f41"/></dir><file name="Form.php" hash="4b2fce3add8a810041a6c5ab790329a5"/><file name="Mpay24.php" hash="f5a913fd2668759188e0eaf33491884b"/><file name="ParentRedirect.php" hash="b12291838895b40bcee7af52fbc2967f"/></dir><dir name="Helper"><file name="Data.php" hash="69a156b89e684bf4dee01e2a39fa66f4"/></dir><dir name="Model"><dir name="Api"><dir name="logs"><file name="curllog.log" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="mPAY24log.log" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir><dir name="xmls"><file name="Example_MDXI.xml" hash="df8358d868eec37ab27802edc02bc932"/></dir><file name="MDXI.xsd" hash="457f9d0a7d591c8f0f8c1774388077ea"/><file name="MPay24Api.php" hash="9d604b6fc6bcd99b2c5a0807393d67c4"/><file name="MPay24MagentoShop.php" hash="0cac6f6a16ff6895102128acde993264"/><file name="MPay24Shop.php" hash="ca0b2dcc2962f7764104a9ddf0cfa828"/><file name="cacert.pem" hash="4e0c8fcca8148533e6723f94463a3c73"/><file name="orderXML.php" hash="f067d286e1a6282bb0d67483dd1d0d98"/></dir><dir name="Entity"><file name="Setup.php" hash="8dc9baf209d88d7b054d763066f601fb"/></dir><dir name="Method"><file name="Abstract.php" hash="fdbb5a39e0427876160fd2756d4ec2f9"/><file name="Selectpayment.php" hash="4f204e97ef936c00460ed204ac65a190"/></dir><dir name="Mpay24"><file name="Debug.php" hash="9cbf466aa62829ca7aac6246aa550d4a"/></dir><dir name="Mysql4"><dir name="Mpay24"><dir name="Debug"><file name="Collection.php" hash="f5094404eec10cb3eac5c6b6e2209287"/></dir><file name="Debug.php" hash="50291178d8bb20a50fee0d0c1d0d4f12"/></dir><file name="Setup.php" hash="9e19108b10a15d212fd9838b753c2302"/></dir><dir name="Source"><file name="BillAddr.php" hash="50a1eaf7afb455dbc2a47761560bdc87"/><file name="ClearingAction.php" hash="a8f705c72bad6c174ca61aee4a128008"/><file name="FormTemplate.php" hash="722994ae6dba839b21bd5f45487b55c2"/><file name="PaidOrder.php" hash="12265d4cc317818a11aa2b31d22118b4"/><file name="PaymentsActive.php" hash="ae7b566c2b840457f70ab48ee165ff9f"/><file name="Request.php" hash="8d33fa758355382b0171ec1ea1934bff"/><file name="Result.php" hash="0e6b4aa3f291d20dcdc840fd06c33e90"/><file name="ShoppingCartRowsAction.php" hash="9de2ded97cd6623c88def25477a0ca02"/><file name="System.php" hash="7e40794562cda9a8a4ad61052678d470"/></dir><dir name="System"><dir name="Config"><dir name="Backend"><file name="Encrypted.php" hash="489a56ff8bd41e8b436b24dc3eeb5782"/></dir></dir></dir><file name="Config.php" hash="d205f45cd29c893cb50ca1b43957520f"/><file name="Observer.php" hash="53ff5a6a6d0de25a3be0252da28e72a6"/><file name="Selectpayment.php" hash="399da03227698003f65eaaa4a71f2280"/><file name="Session.php" hash="52b5b79a5d7662c46360ff3cc4f82c70"/></dir><dir name="controllers"><file name="IndexController.php" hash="2403526f34e65f03c723dc1fbcb001c2"/><file name="PaymentController.php" hash="02d0b0cb72d167ae83d1224283962cf6"/></dir><dir name="etc"><file name="config.xml" hash="f57888cce61d7457edf31458e92bb9d8"/><file name="system.xml" hash="ce48356769a535871d92c543ea81a27b"/></dir><dir name="sql"><dir name="mpay24_setup"><file name="mysql4-install-1.4.2.php" hash="810995cacabca2902926661cbfa0bf53"/><file name="mysql4-upgrade-0.6.2-1.4.2.php" hash="006ed8882377b8d3d3c8b6e813051d2b"/><file name="mysql4-upgrade-1.0.0-1.4.2.php" hash="006ed8882377b8d3d3c8b6e813051d2b"/><file name="mysql4-upgrade-1.0.4-1.4.2.php" hash="006ed8882377b8d3d3c8b6e813051d2b"/><file name="mysql4-upgrade-1.0.6-1.4.2.php" hash="006ed8882377b8d3d3c8b6e813051d2b"/><file name="mysql4-upgrade-1.0.7-1.4.2.php" hash="006ed8882377b8d3d3c8b6e813051d2b"/><file name="mysql4-upgrade-1.1.1-1.4.2.php" hash="006ed8882377b8d3d3c8b6e813051d2b"/><file name="mysql4-upgrade-1.1.7-1.4.2.php" hash="006ed8882377b8d3d3c8b6e813051d2b"/><file name="mysql4-upgrade-1.1.8-1.4.2.php" hash="006ed8882377b8d3d3c8b6e813051d2b"/><file name="mysql4-upgrade-1.1.9-1.4.2.php" hash="006ed8882377b8d3d3c8b6e813051d2b"/><file name="mysql4-upgrade-1.2.0-1.4.2.php" hash="006ed8882377b8d3d3c8b6e813051d2b"/><file name="mysql4-upgrade-1.2.1-1.4.2.php" hash="006ed8882377b8d3d3c8b6e813051d2b"/><file name="mysql4-upgrade-1.2.2-1.4.2.php" hash="006ed8882377b8d3d3c8b6e813051d2b"/><file name="mysql4-upgrade-1.3.0-1.4.2.php" hash="006ed8882377b8d3d3c8b6e813051d2b"/><file name="mysql4-upgrade-1.4.0-1.4.2.php" hash="006ed8882377b8d3d3c8b6e813051d2b"/><file name="mysql4-upgrade-1.4.1-1.4.2.php" hash="006ed8882377b8d3d3c8b6e813051d2b"/></dir></dir></dir></dir></target></contents>
57
  <compatible/>
58
  <dependencies/>
59
  </package>