Version Notes
Bug fixing:
1. ERROR Sofort-Payments Bug - FIXED!
Download this release
Release Info
Developer | Filipp Akinfiev |
Extension | mPAY24 |
Version | 1.5.3 |
Comparing to | |
See all releases |
Code changes from version 1.5.2 to 1.5.3
app/code/community/Mpay24/Mpay24/Model/Api/MPay24MagentoShop.php
CHANGED
@@ -20,7 +20,7 @@ class MPay24MagentoShop extends MPay24Shop {
|
|
20 |
|
21 |
const CANCEL_URL = 'mpay24/payment/cancel';
|
22 |
|
23 |
-
const MAGENTO_VERSION = "Magento 1.5.
|
24 |
|
25 |
var $tid;
|
26 |
var $price;
|
@@ -279,7 +279,7 @@ class MPay24MagentoShop extends MPay24Shop {
|
|
279 |
$mdxi->Order->TemplateSet->setLanguage(strtoupper($lang[0]));
|
280 |
else
|
281 |
$mdxi->Order->TemplateSet->setLanguage("EN");
|
282 |
-
|
283 |
$mdxi->Order->TemplateSet->setCSSName("MOBILE");
|
284 |
|
285 |
if($this->ps) {
|
@@ -404,7 +404,7 @@ class MPay24MagentoShop extends MPay24Shop {
|
|
404 |
$mdxi->Order->ShoppingCart->Item($linecount)->ItemPrice->setStyle($style);
|
405 |
}
|
406 |
}
|
407 |
-
|
408 |
if(Mage::getStoreConfig('tax/cart_display/price') == 2 || Mage::getStoreConfig('tax/cart_display/price') == 3) {
|
409 |
if(in_array('Price',$conf)) {
|
410 |
$mdxi->Order->ShoppingCart->Item($linecount)->Price = number_format(($_item->getPriceInclTax()*1),2,'.','') * (int)$_item->getQtyOrdered();
|
@@ -441,14 +441,14 @@ class MPay24MagentoShop extends MPay24Shop {
|
|
441 |
$mdxi->Order->ShoppingCart->ShippingCosts($s, number_format($this->order->getShippingInclTax(), 2, '.', ''));
|
442 |
else
|
443 |
$mdxi->Order->ShoppingCart->ShippingCosts($s, number_format($this->order->getData('shipping_amount'), 2, '.', ''));
|
444 |
-
|
445 |
$mdxi->Order->ShoppingCart->ShippingCosts($s)->setHeader($this->order->getData('shipping_description'));
|
446 |
$mdxi->Order->ShoppingCart->ShippingCosts($s)->setHeaderStyle(Mage::getStoreConfig('mpay24/mpay24spsc/shipping_costs_headerstyle'));
|
447 |
$mdxi->Order->ShoppingCart->ShippingCosts($s)->setStyle(Mage::getStoreConfig('mpay24/mpay24spsc/shipping_costs_style'));
|
448 |
-
|
449 |
$s++;
|
450 |
}
|
451 |
-
|
452 |
if($this->order->getPaymentCharge() > 0) {
|
453 |
if($this->order->getPaymentChargeType() == "percent") {
|
454 |
$mdxi->Order->ShoppingCart->ShippingCosts($s, number_format($this->order->getData('subtotal')*$this->order->getBasePaymentCharge()/100,2,'.',''));
|
@@ -457,7 +457,7 @@ class MPay24MagentoShop extends MPay24Shop {
|
|
457 |
$mdxi->Order->ShoppingCart->ShippingCosts($s, number_format($this->order->getPaymentCharge(),2,'.',''));
|
458 |
$mdxi->Order->ShoppingCart->ShippingCosts($s)->setHeader(Mage::helper('mpay24')->__("Payment charge") . " (" . Mage::helper('mpay24')->__("Absolute value") . ")");
|
459 |
}
|
460 |
-
|
461 |
$mdxi->Order->ShoppingCart->ShippingCosts($s)->setHeaderStyle(Mage::getStoreConfig('mpay24/mpay24spsc/tax_headerstyle'));
|
462 |
$mdxi->Order->ShoppingCart->ShippingCosts($s)->setStyle(Mage::getStoreConfig('mpay24/mpay24spsc/tax_style'));
|
463 |
}
|
@@ -482,12 +482,12 @@ class MPay24MagentoShop extends MPay24Shop {
|
|
482 |
$inklText = "";
|
483 |
|
484 |
$mdxi->Order->ShoppingCart->Tax($t, number_format($taxArray['amount'],2,'.',''));
|
485 |
-
|
486 |
$mdxi->Order->ShoppingCart->Tax($t)->setHeader($inklText . $taxArray['id']);
|
487 |
$mdxi->Order->ShoppingCart->Tax($t)->setHeaderStyle(Mage::getStoreConfig('mpay24/mpay24spsc/tax_headerstyle'));
|
488 |
$mdxi->Order->ShoppingCart->Tax($t)->setStyle(Mage::getStoreConfig('mpay24/mpay24spsc/tax_style'));
|
489 |
$mdxi->Order->ShoppingCart->Tax($t)->setPercent(number_format($taxArray['rates'][0]['percent'],0,'.',''));
|
490 |
-
|
491 |
$t++;
|
492 |
}
|
493 |
}
|
@@ -513,7 +513,7 @@ class MPay24MagentoShop extends MPay24Shop {
|
|
513 |
}
|
514 |
|
515 |
$mdxi->Order->Price = $transaction->PRICE;
|
516 |
-
|
517 |
$mdxi->Order->Price->setHeader(Mage::getStoreConfig('mpay24/mpay24spsc/price_header'));
|
518 |
$mdxi->Order->Price->setHeaderStyle(Mage::getStoreConfig('mpay24/mpay24spsc/price_headerstyle'));
|
519 |
$mdxi->Order->Price->setStyle(Mage::getStoreConfig('mpay24/mpay24spsc/price_style'));
|
@@ -688,7 +688,7 @@ class MPay24MagentoShop extends MPay24Shop {
|
|
688 |
$debug = TRUE;
|
689 |
else
|
690 |
$debug = FALSE;
|
691 |
-
|
692 |
if(Mage::getStoreConfig('mpay24/mpay24as/verify_peer') == 1)
|
693 |
$verify_peer = TRUE;
|
694 |
else
|
20 |
|
21 |
const CANCEL_URL = 'mpay24/payment/cancel';
|
22 |
|
23 |
+
const MAGENTO_VERSION = "Magento 1.5.3 ";
|
24 |
|
25 |
var $tid;
|
26 |
var $price;
|
279 |
$mdxi->Order->TemplateSet->setLanguage(strtoupper($lang[0]));
|
280 |
else
|
281 |
$mdxi->Order->TemplateSet->setLanguage("EN");
|
282 |
+
|
283 |
$mdxi->Order->TemplateSet->setCSSName("MOBILE");
|
284 |
|
285 |
if($this->ps) {
|
404 |
$mdxi->Order->ShoppingCart->Item($linecount)->ItemPrice->setStyle($style);
|
405 |
}
|
406 |
}
|
407 |
+
|
408 |
if(Mage::getStoreConfig('tax/cart_display/price') == 2 || Mage::getStoreConfig('tax/cart_display/price') == 3) {
|
409 |
if(in_array('Price',$conf)) {
|
410 |
$mdxi->Order->ShoppingCart->Item($linecount)->Price = number_format(($_item->getPriceInclTax()*1),2,'.','') * (int)$_item->getQtyOrdered();
|
441 |
$mdxi->Order->ShoppingCart->ShippingCosts($s, number_format($this->order->getShippingInclTax(), 2, '.', ''));
|
442 |
else
|
443 |
$mdxi->Order->ShoppingCart->ShippingCosts($s, number_format($this->order->getData('shipping_amount'), 2, '.', ''));
|
444 |
+
|
445 |
$mdxi->Order->ShoppingCart->ShippingCosts($s)->setHeader($this->order->getData('shipping_description'));
|
446 |
$mdxi->Order->ShoppingCart->ShippingCosts($s)->setHeaderStyle(Mage::getStoreConfig('mpay24/mpay24spsc/shipping_costs_headerstyle'));
|
447 |
$mdxi->Order->ShoppingCart->ShippingCosts($s)->setStyle(Mage::getStoreConfig('mpay24/mpay24spsc/shipping_costs_style'));
|
448 |
+
|
449 |
$s++;
|
450 |
}
|
451 |
+
|
452 |
if($this->order->getPaymentCharge() > 0) {
|
453 |
if($this->order->getPaymentChargeType() == "percent") {
|
454 |
$mdxi->Order->ShoppingCart->ShippingCosts($s, number_format($this->order->getData('subtotal')*$this->order->getBasePaymentCharge()/100,2,'.',''));
|
457 |
$mdxi->Order->ShoppingCart->ShippingCosts($s, number_format($this->order->getPaymentCharge(),2,'.',''));
|
458 |
$mdxi->Order->ShoppingCart->ShippingCosts($s)->setHeader(Mage::helper('mpay24')->__("Payment charge") . " (" . Mage::helper('mpay24')->__("Absolute value") . ")");
|
459 |
}
|
460 |
+
|
461 |
$mdxi->Order->ShoppingCart->ShippingCosts($s)->setHeaderStyle(Mage::getStoreConfig('mpay24/mpay24spsc/tax_headerstyle'));
|
462 |
$mdxi->Order->ShoppingCart->ShippingCosts($s)->setStyle(Mage::getStoreConfig('mpay24/mpay24spsc/tax_style'));
|
463 |
}
|
482 |
$inklText = "";
|
483 |
|
484 |
$mdxi->Order->ShoppingCart->Tax($t, number_format($taxArray['amount'],2,'.',''));
|
485 |
+
|
486 |
$mdxi->Order->ShoppingCart->Tax($t)->setHeader($inklText . $taxArray['id']);
|
487 |
$mdxi->Order->ShoppingCart->Tax($t)->setHeaderStyle(Mage::getStoreConfig('mpay24/mpay24spsc/tax_headerstyle'));
|
488 |
$mdxi->Order->ShoppingCart->Tax($t)->setStyle(Mage::getStoreConfig('mpay24/mpay24spsc/tax_style'));
|
489 |
$mdxi->Order->ShoppingCart->Tax($t)->setPercent(number_format($taxArray['rates'][0]['percent'],0,'.',''));
|
490 |
+
|
491 |
$t++;
|
492 |
}
|
493 |
}
|
513 |
}
|
514 |
|
515 |
$mdxi->Order->Price = $transaction->PRICE;
|
516 |
+
|
517 |
$mdxi->Order->Price->setHeader(Mage::getStoreConfig('mpay24/mpay24spsc/price_header'));
|
518 |
$mdxi->Order->Price->setHeaderStyle(Mage::getStoreConfig('mpay24/mpay24spsc/price_headerstyle'));
|
519 |
$mdxi->Order->Price->setStyle(Mage::getStoreConfig('mpay24/mpay24spsc/price_style'));
|
688 |
$debug = TRUE;
|
689 |
else
|
690 |
$debug = FALSE;
|
691 |
+
|
692 |
if(Mage::getStoreConfig('mpay24/mpay24as/verify_peer') == 1)
|
693 |
$verify_peer = TRUE;
|
694 |
else
|
app/code/community/Mpay24/Mpay24/Model/Api/curllog.log
CHANGED
@@ -487,3 +487,36 @@ Content-Type: application/x-www-form-urlencoded
|
|
487 |
< Content-Type: text/xml; charset=utf-8
|
488 |
<
|
489 |
* Connection #5 to host test.mpay24.com left intact
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
487 |
< Content-Type: text/xml; charset=utf-8
|
488 |
<
|
489 |
* Connection #5 to host test.mpay24.com left intact
|
490 |
+
* About to connect() to test.mpay24.com port 443 (#0)
|
491 |
+
* Trying 213.164.23.169...
|
492 |
+
* connected
|
493 |
+
* Connected to test.mpay24.com (213.164.23.169) port 443 (#0)
|
494 |
+
* successfully set certificate verify locations:
|
495 |
+
* CAfile: D:\xampp\htdocs\magento\app\code\community\Mpay24\Mpay24\Model\Api/cacert.pem
|
496 |
+
CApath: none
|
497 |
+
* SSL connection using ECDHE-RSA-AES256-GCM-SHA384
|
498 |
+
* Server certificate:
|
499 |
+
* subject: OU=Domain Control Validated; OU=Provided by EUNETIC GmbH; OU=EuropeanSSL Single; CN=test.mpay24.com
|
500 |
+
* start date: 2013-05-13 00:00:00 GMT
|
501 |
+
* expire date: 2015-05-13 23:59:59 GMT
|
502 |
+
* subjectAltName: test.mpay24.com matched
|
503 |
+
* issuer: C=DE; O=EUNETIC GmbH; CN=EuropeanSSL Server CA
|
504 |
+
* SSL certificate verify ok.
|
505 |
+
* Server auth using Basic with user 'u92169'
|
506 |
+
> POST /app/bin/etpproxy_v15 HTTP/1.1
|
507 |
+
Authorization: Basic dTkyMTY5OlZhcm5hLjMwMTIyMDEx
|
508 |
+
User-Agent: mPAY24 PHP API $Rev: 9 $ ($Date:: 2013-10-29 #$)
|
509 |
+
Host: test.mpay24.com
|
510 |
+
Accept: */*
|
511 |
+
Content-Length: 423
|
512 |
+
Content-Type: application/x-www-form-urlencoded
|
513 |
+
|
514 |
+
* upload completely sent off: 423 out of 423 bytes
|
515 |
+
< HTTP/1.1 200 OK
|
516 |
+
< Date: Fri, 07 Nov 2014 12:27:46 GMT
|
517 |
+
< Server:
|
518 |
+
< Content-Length: 2924
|
519 |
+
< Content-Type: text/xml; charset=utf-8
|
520 |
+
<
|
521 |
+
* Connection #0 to host test.mpay24.com left intact
|
522 |
+
* Closing connection #0
|
app/code/community/Mpay24/Mpay24/controllers/PaymentController.php
CHANGED
@@ -105,7 +105,7 @@ class Mpay24_Mpay24_PaymentController extends Mage_Core_Controller_Front_Action
|
|
105 |
$order = $this->getOrder($_REQUEST['TID']);
|
106 |
$order->getPayment()->setAdditionalInformation('error_text', utf8_encode($_REQUEST['ERROR']))->save();
|
107 |
$order->getPayment()->setAdditionalInformation('error', true)->save();
|
108 |
-
|
109 |
if($order->canCancel() && $order->getState() != Mage_Sales_Model_Order::STATE_CANCELED && $order->getData('status') != Mage_Sales_Model_Order::STATE_CANCELED)
|
110 |
$order->cancel($order->getPayment())->save();
|
111 |
|
@@ -147,7 +147,7 @@ class Mpay24_Mpay24_PaymentController extends Mage_Core_Controller_Front_Action
|
|
147 |
}
|
148 |
|
149 |
$cart->save();
|
150 |
-
|
151 |
if($order->canCancel() && $order->getState() != Mage_Sales_Model_Order::STATE_CANCELED && $order->getData('status') != Mage_Sales_Model_Order::STATE_CANCELED)
|
152 |
$order->cancel($order->getPayment())->save();
|
153 |
|
@@ -219,7 +219,7 @@ class Mpay24_Mpay24_PaymentController extends Mage_Core_Controller_Front_Action
|
|
219 |
foreach($this->getRequest()->getParams() as $key => $value)
|
220 |
$mPAY24Result->setParam($key, $value);
|
221 |
|
222 |
-
if($mPAY24Result->getParam('P_TYPE') == 'SOFORT')
|
223 |
$status = Mage::getStoreConfig('mpay24/mpay24as/sofort_state');
|
224 |
else
|
225 |
$status = $mPAY24Result->getParam('STATUS');
|
105 |
$order = $this->getOrder($_REQUEST['TID']);
|
106 |
$order->getPayment()->setAdditionalInformation('error_text', utf8_encode($_REQUEST['ERROR']))->save();
|
107 |
$order->getPayment()->setAdditionalInformation('error', true)->save();
|
108 |
+
|
109 |
if($order->canCancel() && $order->getState() != Mage_Sales_Model_Order::STATE_CANCELED && $order->getData('status') != Mage_Sales_Model_Order::STATE_CANCELED)
|
110 |
$order->cancel($order->getPayment())->save();
|
111 |
|
147 |
}
|
148 |
|
149 |
$cart->save();
|
150 |
+
|
151 |
if($order->canCancel() && $order->getState() != Mage_Sales_Model_Order::STATE_CANCELED && $order->getData('status') != Mage_Sales_Model_Order::STATE_CANCELED)
|
152 |
$order->cancel($order->getPayment())->save();
|
153 |
|
219 |
foreach($this->getRequest()->getParams() as $key => $value)
|
220 |
$mPAY24Result->setParam($key, $value);
|
221 |
|
222 |
+
if(($mPAY24Result->getParam('STATUS') == 'SUSPENDED' || $mPAY24Result->getParam('STATUS') == 'RESERVED' || $mPAY24Result->getParam('STATUS') == 'BILLED') && $mPAY24Result->getParam('P_TYPE') == 'SOFORT')
|
223 |
$status = Mage::getStoreConfig('mpay24/mpay24as/sofort_state');
|
224 |
else
|
225 |
$status = $mPAY24Result->getParam('STATUS');
|
app/code/community/Mpay24/Mpay24/etc/config.xml
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
<config>
|
6 |
<modules>
|
7 |
<Mpay24_Mpay24>
|
8 |
-
<version>1.5.
|
9 |
</Mpay24_Mpay24>
|
10 |
</modules>
|
11 |
|
5 |
<config>
|
6 |
<modules>
|
7 |
<Mpay24_Mpay24>
|
8 |
+
<version>1.5.3</version>
|
9 |
</Mpay24_Mpay24>
|
10 |
</modules>
|
11 |
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>mPAY24</name>
|
4 |
-
<version>1.5.
|
5 |
<stability>stable</stability>
|
6 |
<license>Open Software License (OSL 3.0)</license>
|
7 |
<channel>community</channel>
|
@@ -26,21 +26,13 @@ Die Payment Lösung der mPAY24 GmbH unterstützt folgende Bezahlarten un
|
|
26 |

|
27 |

|
28 |
Weitere Informationen unter www.mPAY24.com</description>
|
29 |
-
<notes>
|
30 |

|
31 |
-
|
32 |
-

|
33 |
-
3. Multishop-Currency problem solved.
|
34 |
-

|
35 |
-
4. Relative paths for the log files and the included classes used.
|
36 |
-

|
37 |
-
5. Text labels and design improvements.
|
38 |
-

|
39 |
-
</notes>
|
40 |
<authors><author><name>Filipp Akinfiev</name><user>firedrago</user><email>firedrago.magento@gmail.com</email></author></authors>
|
41 |
-
<date>2014-
|
42 |
-
<time>
|
43 |
-
<contents><target name="magelocale"><dir name="de_AT"><file name="Mpay24_Mpay24.csv" hash="c8ab13e91f2acd7731342e166aefb6e5"/></dir><dir name="de_DE"><file name="Mpay24_Mpay24.csv" hash="c8ab13e91f2acd7731342e166aefb6e5"/></dir><dir name="de_CH"><file name="Mpay24_Mpay24.csv" hash="c8ab13e91f2acd7731342e166aefb6e5"/></dir><dir name="en_US"><file name="Mpay24_Mpay24.csv" hash="402b19b80c5cff21ea7bdedf275e6032"/></dir></target><target name="mageetc"><dir name="modules"><file name="Mpay24_Mpay24.xml" hash="2f9e00b5f9b4f905d46783633e84f707"/></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="9f4f9fec6dadc41ea02e14da3060f17c"/><file name="dropDown.phtml" hash="6e1b3da46645a4ee733038eb5dc51d5b"/><file name="radio.phtml" hash="76ac74909f951575038b0265cd32866e"/></dir><dir name="info"><file name="selectpayment.phtml" hash="2d9e4841e6fc83314a51b16db9e8db71"/></dir></dir></dir><dir name="layout"><file name="mpay24.xml" hash="f61a3b1f24cf322c25d0cbfc23f473d6"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="mpay24"><dir name="info"><dir name="pdf"><file name="selectpayment.phtml" hash="fbdb9f2a8059cef41294ad0ebb66f6ed"/></dir><file name="selectpayment.phtml" hash="83455c7ce9ea601de4613ea6dc874b8d"/></dir></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="Mpay24"><dir name="Mpay24"><dir name="Block"><dir name="Adminhtml"><dir name="Sales"><dir name="Order"><dir name="Creditmemo"><file name="Totals.php" hash="3370e076767f51aaf3a5e35564b64d7b"/></dir><dir name="Invoice"><file name="Totals.php" hash="45beeec6902eddd0a68d5d196c9c8993"/></dir><file name="Totals.php" hash="a9ea28f1c34c458ef346484a07a25ce4"/></dir><file name="Totals.php" hash="3e7a1e3c5e7beecf656708fb6ef451ba"/></dir><dir name="System"><dir name="Config"><dir name="Fieldset"><file name="Fieldset.php" hash="6a32d04093ed17bd205049fc2c08a149"/></dir></dir></dir></dir><dir name="Form"><file name="Selectpayment.php" hash="d7c2782f8d5307a3fca856b44ced5af4"/></dir><file name="Form.php" hash="72f46c1cddecdb39cac90558ae3f8f34"/><dir name="Info"><file name="Selectpayment.php" hash="39c93c8c340083d48acec81987b7be29"/></dir><file name="Mpay24.php" hash="7cd507fba0979dc4f3eb937e37bc52ff"/><file name="ParentRedirect.php" hash="f99827ac084d828afdeeea9014933c57"/><dir name="Sales"><dir name="Order"><dir name="Creditmemo"><file name="Totals.php" hash="1d10e5e7f3022b8b4e12ffaf9fa0b42d"/></dir><dir name="Invoice"><file name="Totals.php" hash="b531a8c77d11c6af8ff13807062c3a36"/></dir><file name="Totals.php" hash="6012cce58a706e6762c5624e52a6191b"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="d02323e509bf1e693641a007e881d84a"/></dir><dir name="Model"><dir name="Api"><file name="MDXI.xsd" hash="3862b41d1f4206b269b67247be503455"/><file name="MPay24Api.php" hash="6f96a97da40b296db3aabdd6447985a5"/><file name="MPay24MagentoShop.php" hash="
|
44 |
<compatible/>
|
45 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
46 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>mPAY24</name>
|
4 |
+
<version>1.5.3</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>Open Software License (OSL 3.0)</license>
|
7 |
<channel>community</channel>
|
26 |

|
27 |

|
28 |
Weitere Informationen unter www.mPAY24.com</description>
|
29 |
+
<notes>Bug fixing:
|
30 |

|
31 |
+
1. ERROR Sofort-Payments Bug - FIXED!</notes>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
<authors><author><name>Filipp Akinfiev</name><user>firedrago</user><email>firedrago.magento@gmail.com</email></author></authors>
|
33 |
+
<date>2014-11-07</date>
|
34 |
+
<time>13:58:59</time>
|
35 |
+
<contents><target name="magelocale"><dir name="de_AT"><file name="Mpay24_Mpay24.csv" hash="c8ab13e91f2acd7731342e166aefb6e5"/></dir><dir name="de_DE"><file name="Mpay24_Mpay24.csv" hash="c8ab13e91f2acd7731342e166aefb6e5"/></dir><dir name="de_CH"><file name="Mpay24_Mpay24.csv" hash="c8ab13e91f2acd7731342e166aefb6e5"/></dir><dir name="en_US"><file name="Mpay24_Mpay24.csv" hash="402b19b80c5cff21ea7bdedf275e6032"/></dir></target><target name="mageetc"><dir name="modules"><file name="Mpay24_Mpay24.xml" hash="2f9e00b5f9b4f905d46783633e84f707"/></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="9f4f9fec6dadc41ea02e14da3060f17c"/><file name="dropDown.phtml" hash="6e1b3da46645a4ee733038eb5dc51d5b"/><file name="radio.phtml" hash="76ac74909f951575038b0265cd32866e"/></dir><dir name="info"><file name="selectpayment.phtml" hash="2d9e4841e6fc83314a51b16db9e8db71"/></dir></dir></dir><dir name="layout"><file name="mpay24.xml" hash="f61a3b1f24cf322c25d0cbfc23f473d6"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="mpay24"><dir name="info"><dir name="pdf"><file name="selectpayment.phtml" hash="fbdb9f2a8059cef41294ad0ebb66f6ed"/></dir><file name="selectpayment.phtml" hash="83455c7ce9ea601de4613ea6dc874b8d"/></dir></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="Mpay24"><dir name="Mpay24"><dir name="Block"><dir name="Adminhtml"><dir name="Sales"><dir name="Order"><dir name="Creditmemo"><file name="Totals.php" hash="3370e076767f51aaf3a5e35564b64d7b"/></dir><dir name="Invoice"><file name="Totals.php" hash="45beeec6902eddd0a68d5d196c9c8993"/></dir><file name="Totals.php" hash="a9ea28f1c34c458ef346484a07a25ce4"/></dir><file name="Totals.php" hash="3e7a1e3c5e7beecf656708fb6ef451ba"/></dir><dir name="System"><dir name="Config"><dir name="Fieldset"><file name="Fieldset.php" hash="6a32d04093ed17bd205049fc2c08a149"/></dir></dir></dir></dir><dir name="Form"><file name="Selectpayment.php" hash="d7c2782f8d5307a3fca856b44ced5af4"/></dir><file name="Form.php" hash="72f46c1cddecdb39cac90558ae3f8f34"/><dir name="Info"><file name="Selectpayment.php" hash="39c93c8c340083d48acec81987b7be29"/></dir><file name="Mpay24.php" hash="7cd507fba0979dc4f3eb937e37bc52ff"/><file name="ParentRedirect.php" hash="f99827ac084d828afdeeea9014933c57"/><dir name="Sales"><dir name="Order"><dir name="Creditmemo"><file name="Totals.php" hash="1d10e5e7f3022b8b4e12ffaf9fa0b42d"/></dir><dir name="Invoice"><file name="Totals.php" hash="b531a8c77d11c6af8ff13807062c3a36"/></dir><file name="Totals.php" hash="6012cce58a706e6762c5624e52a6191b"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="d02323e509bf1e693641a007e881d84a"/></dir><dir name="Model"><dir name="Api"><file name="MDXI.xsd" hash="3862b41d1f4206b269b67247be503455"/><file name="MPay24Api.php" hash="6f96a97da40b296db3aabdd6447985a5"/><file name="MPay24MagentoShop.php" hash="3d178208450d7b4b5ccde37720b64bcc"/><file name="MPay24Shop.php" hash="e42d98233a8e32905f349fc7a006ef17"/><file name="cacert.pem" hash="b4bc508481b6291f414f4e6fd7e5d0a5"/><file name="curllog.log" hash="ed223f0f6a68f6200e1722ec5d153122"/><file name="orderXML.php" hash="704a162695cd9f540ca3123d0e7c6f12"/><dir name="xmls"><file name="Example_MDXI.xml" hash="dddd02e4cdc0905792c1a2a9f3681bfd"/></dir></dir><file name="Config.php" hash="3f24700f4a88009c8b288f0b28cdecc8"/><dir name="Entity"><file name="Setup.php" hash="b430870f5b30400666d49e872fcb1829"/></dir><dir name="Method"><file name="Abstract.php" hash="fc8ae6c60da3f92ad5a8f94e5f6685b3"/><file name="Selectpayment.php" hash="e9fc8005ae3b4edf149184cee0c9d96a"/></dir><dir name="Mpay24"><file name="Debug.php" hash="0292a590e18f447302a567e4805cc395"/></dir><dir name="Mysql4"><dir name="Mpay24"><dir name="Debug"><file name="Collection.php" hash="8ad74bfe0138d89799966b0a5098b973"/></dir><file name="Debug.php" hash="92e0274bbf10e95551ee1b2ce32fe77f"/></dir><file name="Setup.php" hash="cfde4d0356acd80dfc7ab96eb6fbc435"/></dir><file name="Observer.php" hash="fee0d97f00f19ec06dc77ae0528fd152"/><dir name="Sales"><dir name="Order"><dir name="Creditmemo"><dir name="Total"><file name="Paymentcharge.php" hash="2a18a3056a29073476c71167b0123b65"/></dir></dir><dir name="Invoice"><dir name="Total"><file name="Paymentcharge.php" hash="0ac2ca2a09948eab7b5c29d3b167ed90"/></dir></dir></dir><dir name="Quote"><dir name="Address"><dir name="Total"><file name="Paymentcharge.php" hash="03a51272dd89821e69d8ca9677f20a81"/></dir></dir></dir></dir><file name="Selectpayment.php" hash="42f90d8fdc11f41d11e8d64c459074ac"/><file name="Session.php" hash="4b5004e1e1bb6eb411ff3462f0b01112"/><dir name="Source"><file name="AllowedIPs.php" hash="18da40de21159be4ac8be98909c5e284"/><file name="BillAddr.php" hash="80f771c682b65ed5f33eadfca86d6b58"/><file name="ClearingAction.php" hash="49c51df9cb1b1d444ac03437fc9d0a4d"/><file name="FormTemplate.php" hash="1231ad5dd8970b965ad39d82246b30a2"/><file name="PaidOrder.php" hash="ea962026625292782fd3830667419490"/><file name="PaymentCharge.php" hash="8f3f8b1548699bca5c63942e4c8916bb"/><file name="PaymentsActive.php" hash="408c0c11925732e2d6433d867d221d63"/><file name="Request.php" hash="89a5f1bc2c4984aaa2fdbe0e3e5e2b19"/><file name="Result.php" hash="85bafadd31d2f9da948721a8831f3d9e"/><file name="SOFORTState.php" hash="a16d4556b94f6a61312fc340af81a132"/><file name="ShoppingCartRowsAction.php" hash="bc66fc6256b192d6b113537a73211cf3"/><file name="System.php" hash="f6142277dfbdab3e0e71fb9814c24652"/></dir><dir name="System"><dir name="Config"><dir name="Backend"><file name="Encrypted.php" hash="66086ea048550c72962e7690b9a1c768"/></dir></dir></dir></dir><dir name="controllers"><file name="IndexController.php" hash="8ede56cc97e53af699648fa65566a7c5"/><file name="PaymentController.php" hash="9a1f5291f2e0136a5053ce7e6fd64240"/></dir><dir name="etc"><file name="config.xml" hash="10a0794455dd163f8295bf13a1883533"/><file name="system.xml" hash="daf4071d18c9f5f386b06c0b66872b14"/></dir><dir name="sql"><dir name="mpay24_setup"><file name="mysql4-install-1.5.1.php" hash="1654eef9d028fcaaaf5f4bfaee2ab796"/><file name="mysql4-upgrade-1.4.4-1.4.5.php" hash="05a7d1f81102a1f05ef2c4b8cf33aa85"/><file name="mysql4-upgrade-1.4.4-1.4.6.php" hash="5bf86d6498af63fb0afe3953c14d4e7e"/><file name="mysql4-upgrade-1.4.4-1.4.7.php" hash="08e2aa39f98e5c0cdb52cdb0823a015b"/><file name="mysql4-upgrade-1.4.4-1.4.8.php" hash="ae6956df0cf6530463d98b2f0b814e32"/><file name="mysql4-upgrade-1.4.4-1.4.9.php" hash="26f251d1939ee4d9a156499c61bbd7f3"/><file name="mysql4-upgrade-1.4.4-1.5.0.php" hash="1fe55f115daa227bd09beb69374621e2"/><file name="mysql4-upgrade-1.4.4-1.5.1.php" hash="86ea222887a1dfcf363ff84735e904f5"/><file name="mysql4-upgrade-1.4.5-1.4.6.php" hash="d87de8d8c3037199051d8e579a4ac3f9"/><file name="mysql4-upgrade-1.4.5-1.4.7.php" hash="86eb6d0edef7c76f4d709a1dd2187191"/><file name="mysql4-upgrade-1.4.5-1.4.8.php" hash="f3157f8e0ef74958e357ba5dcccc3fed"/><file name="mysql4-upgrade-1.4.5-1.4.9.php" hash="0f01b950b01f4ac0f9c78a200fd8f013"/><file name="mysql4-upgrade-1.4.5-1.5.0.php" hash="e4f57f182722b589520bf09b6081bdfb"/><file name="mysql4-upgrade-1.4.5-1.5.1.php" hash="dcc8afe56eddb38b918675858ac2c4a6"/><file name="mysql4-upgrade-1.4.6-1.4.7.php" hash="e041611350cc319072fd0cba3824ed96"/><file name="mysql4-upgrade-1.4.6-1.4.8.php" hash="e1c0aed8b5cc3c144ba50f9526e4e9db"/><file name="mysql4-upgrade-1.4.6-1.4.9.php" hash="ce762f7b367d3863a388316faac149f9"/><file name="mysql4-upgrade-1.4.6-1.5.0.php" hash="a91ab00502b876e17256c9008d6dd1b1"/><file name="mysql4-upgrade-1.4.6-1.5.1.php" hash="ff0b66cd0bed5e90bf274e294868a33d"/><file name="mysql4-upgrade-1.4.7-1.4.8.php" hash="71cd3d81e624084012b41031083ced69"/><file name="mysql4-upgrade-1.4.7-1.4.9.php" hash="f527ac405e1d125f5b563f21cc353d7b"/><file name="mysql4-upgrade-1.4.7-1.5.0.php" hash="c6ba413e9cc5351636d0b9562aadbffb"/><file name="mysql4-upgrade-1.4.7-1.5.1.php" hash="b9a3fd5e294c4abd7ad2ff1f59b25c09"/><file name="mysql4-upgrade-1.4.8-1.4.9.php" hash="86e238979b954ca3512ec5dc0075df5a"/><file name="mysql4-upgrade-1.4.8-1.5.0.php" hash="e9b8f18afbd5e25f49c3364ee7299629"/><file name="mysql4-upgrade-1.4.8-1.5.1.php" hash="344cc2c701ebecfd7ee87f096948d205"/><file name="mysql4-upgrade-1.4.9-1.5.0.php" hash="f2e6a9faccdbe7f37d1997ee3d1676bc"/><file name="mysql4-upgrade-1.4.9-1.5.1.php" hash="00e6081cdd6af44353e5c77aa9fd4f16"/><file name="mysql4-upgrade-1.5.0-1.5.1.php" hash="b13cab4e8f540eafaed6d1b67c2d36fd"/></dir></dir></dir></dir></target></contents>
|
36 |
<compatible/>
|
37 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
38 |
</package>
|