Version Notes
In this version the following things were already tested successfully on Magento CE 1.5.0.1, 1.5.1.0, 1.6.0.0, 1.6.1.0, 1.6.2.0, 1.7.0.0, 1.7.0.1, 1.7.0.2, 1.8.0.0, 1.8.1.0, 1.9.0.0, 1.9.0.1, 1.9.1.0
Download this release
Release Info
Developer | Alexander Diebler |
Extension | ZerebroInternet_Barzahlen |
Version | 1.3.3 |
Comparing to | |
See all releases |
Code changes from version 1.3.2 to 1.3.3
- app/code/community/ZerebroInternet/Barzahlen/Block/Form.php +1 -1
- app/code/community/ZerebroInternet/Barzahlen/Block/Info.php +1 -1
- app/code/community/ZerebroInternet/Barzahlen/Helper/Data.php +1 -1
- app/code/community/ZerebroInternet/Barzahlen/Model/Adminexceptions/Allspecificcountries.php +1 -1
- app/code/community/ZerebroInternet/Barzahlen/Model/Adminexceptions/Maxordertotal.php +1 -1
- app/code/community/ZerebroInternet/Barzahlen/Model/Adminexceptions/Notificationkey.php +1 -1
- app/code/community/ZerebroInternet/Barzahlen/Model/Adminexceptions/Paymentkey.php +1 -1
- app/code/community/ZerebroInternet/Barzahlen/Model/Adminexceptions/Shopid.php +1 -1
- app/code/community/ZerebroInternet/Barzahlen/Model/Adminexceptions/Specificcountry.php +1 -1
- app/code/community/ZerebroInternet/Barzahlen/Model/Adminexceptions/Title.php +1 -1
- app/code/community/ZerebroInternet/Barzahlen/Model/Api.php +1 -1
- app/code/community/ZerebroInternet/Barzahlen/Model/Api/Abstract.php +1 -1
- app/code/community/ZerebroInternet/Barzahlen/Model/Api/Notification.php +1 -1
- app/code/community/ZerebroInternet/Barzahlen/Model/Api/Request/Abstract.php +1 -1
- app/code/community/ZerebroInternet/Barzahlen/Model/Api/Request/Cancel.php +1 -1
- app/code/community/ZerebroInternet/Barzahlen/Model/Api/Request/Payment.php +1 -1
- app/code/community/ZerebroInternet/Barzahlen/Model/Api/Request/Refund.php +1 -1
- app/code/community/ZerebroInternet/Barzahlen/Model/Api/Request/Resend.php +1 -1
- app/code/community/ZerebroInternet/Barzahlen/Model/Api/Request/Update.php +1 -1
- app/code/community/ZerebroInternet/Barzahlen/Model/Api/Version.php +1 -1
- app/code/community/ZerebroInternet/Barzahlen/Model/Barzahlen.php +6 -2
- app/code/community/ZerebroInternet/Barzahlen/Model/Ipn.php +1 -1
- app/code/community/ZerebroInternet/Barzahlen/Model/Observer.php +5 -1
- app/code/community/ZerebroInternet/Barzahlen/controllers/IpnController.php +1 -1
- app/code/community/ZerebroInternet/Barzahlen/controllers/ResendController.php +1 -1
- app/code/community/ZerebroInternet/Barzahlen/etc/config.xml +2 -2
- app/code/community/ZerebroInternet/Barzahlen/etc/system.xml +1 -1
- app/design/adminhtml/base/default/template/barzahlen/form.phtml +1 -1
- app/design/adminhtml/base/default/template/barzahlen/info.phtml +1 -1
- app/design/adminhtml/default/default/template/barzahlen/info.phtml +1 -1
- app/design/frontend/base/default/template/barzahlen/form.phtml +1 -1
- app/design/frontend/base/default/template/barzahlen/info.phtml +1 -1
- app/design/frontend/base/default/template/barzahlen/mark.phtml +1 -1
- app/design/frontend/base/default/template/barzahlen/success.phtml +1 -1
- app/locale/de_DE/ZerebroInternet_Barzahlen.csv +1 -0
- app/locale/en_US/ZerebroInternet_Barzahlen.csv +1 -0
- package.xml +4 -4
app/code/community/ZerebroInternet/Barzahlen/Block/Form.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
-
* @copyright Copyright (c)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
+
* @copyright Copyright (c) 2015 Cash Payment Solutions GmbH (https://www.barzahlen.de)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
app/code/community/ZerebroInternet/Barzahlen/Block/Info.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
-
* @copyright Copyright (c)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
+
* @copyright Copyright (c) 2015 Cash Payment Solutions GmbH (https://www.barzahlen.de)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
app/code/community/ZerebroInternet/Barzahlen/Helper/Data.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
-
* @copyright Copyright (c)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
+
* @copyright Copyright (c) 2015 Cash Payment Solutions GmbH (https://www.barzahlen.de)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
app/code/community/ZerebroInternet/Barzahlen/Model/Adminexceptions/Allspecificcountries.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
-
* @copyright Copyright (c)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
+
* @copyright Copyright (c) 2015 Cash Payment Solutions GmbH (https://www.barzahlen.de)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
app/code/community/ZerebroInternet/Barzahlen/Model/Adminexceptions/Maxordertotal.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
-
* @copyright Copyright (c)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
+
* @copyright Copyright (c) 2015 Cash Payment Solutions GmbH (https://www.barzahlen.de)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
app/code/community/ZerebroInternet/Barzahlen/Model/Adminexceptions/Notificationkey.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
-
* @copyright Copyright (c)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
+
* @copyright Copyright (c) 2015 Cash Payment Solutions GmbH (https://www.barzahlen.de)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
app/code/community/ZerebroInternet/Barzahlen/Model/Adminexceptions/Paymentkey.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
-
* @copyright Copyright (c)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
+
* @copyright Copyright (c) 2015 Cash Payment Solutions GmbH (https://www.barzahlen.de)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
app/code/community/ZerebroInternet/Barzahlen/Model/Adminexceptions/Shopid.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
-
* @copyright Copyright (c)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
+
* @copyright Copyright (c) 2015 Cash Payment Solutions GmbH (https://www.barzahlen.de)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
app/code/community/ZerebroInternet/Barzahlen/Model/Adminexceptions/Specificcountry.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
-
* @copyright Copyright (c)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
+
* @copyright Copyright (c) 2015 Cash Payment Solutions GmbH (https://www.barzahlen.de)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
app/code/community/ZerebroInternet/Barzahlen/Model/Adminexceptions/Title.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
-
* @copyright Copyright (c)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
+
* @copyright Copyright (c) 2015 Cash Payment Solutions GmbH (https://www.barzahlen.de)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
app/code/community/ZerebroInternet/Barzahlen/Model/Api.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
-
* @copyright Copyright (c)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
+
* @copyright Copyright (c) 2015 Cash Payment Solutions GmbH (https://www.barzahlen.de)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
app/code/community/ZerebroInternet/Barzahlen/Model/Api/Abstract.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
-
* @copyright Copyright (c)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
+
* @copyright Copyright (c) 2015 Cash Payment Solutions GmbH (https://www.barzahlen.de)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
app/code/community/ZerebroInternet/Barzahlen/Model/Api/Notification.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
-
* @copyright Copyright (c)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
+
* @copyright Copyright (c) 2015 Cash Payment Solutions GmbH (https://www.barzahlen.de)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
app/code/community/ZerebroInternet/Barzahlen/Model/Api/Request/Abstract.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
-
* @copyright Copyright (c)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
+
* @copyright Copyright (c) 2015 Cash Payment Solutions GmbH (https://www.barzahlen.de)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
app/code/community/ZerebroInternet/Barzahlen/Model/Api/Request/Cancel.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
-
* @copyright Copyright (c)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
+
* @copyright Copyright (c) 2015 Cash Payment Solutions GmbH (https://www.barzahlen.de)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
app/code/community/ZerebroInternet/Barzahlen/Model/Api/Request/Payment.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
-
* @copyright Copyright (c)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
+
* @copyright Copyright (c) 2015 Cash Payment Solutions GmbH (https://www.barzahlen.de)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
app/code/community/ZerebroInternet/Barzahlen/Model/Api/Request/Refund.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
-
* @copyright Copyright (c)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
+
* @copyright Copyright (c) 2015 Cash Payment Solutions GmbH (https://www.barzahlen.de)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
app/code/community/ZerebroInternet/Barzahlen/Model/Api/Request/Resend.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
-
* @copyright Copyright (c)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
+
* @copyright Copyright (c) 2015 Cash Payment Solutions GmbH (https://www.barzahlen.de)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
app/code/community/ZerebroInternet/Barzahlen/Model/Api/Request/Update.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
-
* @copyright Copyright (c)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
+
* @copyright Copyright (c) 2015 Cash Payment Solutions GmbH (https://www.barzahlen.de)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
app/code/community/ZerebroInternet/Barzahlen/Model/Api/Version.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
-
* @copyright Copyright (c)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
+
* @copyright Copyright (c) 2015 Cash Payment Solutions GmbH (https://www.barzahlen.de)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
app/code/community/ZerebroInternet/Barzahlen/Model/Barzahlen.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
-
* @copyright Copyright (c)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
@@ -161,7 +161,11 @@ class ZerebroInternet_Barzahlen_Model_Barzahlen extends Mage_Payment_Model_Metho
|
|
161 |
$payment->setTransactionId($bzRefund->getRefundTransactionId());
|
162 |
} catch (Exception $e) {
|
163 |
Mage::helper('barzahlen')->bzLog($e);
|
164 |
-
|
|
|
|
|
|
|
|
|
165 |
}
|
166 |
|
167 |
return $this;
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
+
* @copyright Copyright (c) 2015 Cash Payment Solutions GmbH (https://www.barzahlen.de)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
161 |
$payment->setTransactionId($bzRefund->getRefundTransactionId());
|
162 |
} catch (Exception $e) {
|
163 |
Mage::helper('barzahlen')->bzLog($e);
|
164 |
+
if (strpos($e->getMessage(), 'refund declined')) {
|
165 |
+
Mage::throwException(Mage::helper('barzahlen')->__('bz_adm_refund_declined'));
|
166 |
+
} else {
|
167 |
+
Mage::throwException(Mage::helper('barzahlen')->__('bz_adm_refund_error'));
|
168 |
+
}
|
169 |
}
|
170 |
|
171 |
return $this;
|
app/code/community/ZerebroInternet/Barzahlen/Model/Ipn.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
-
* @copyright Copyright (c)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
+
* @copyright Copyright (c) 2015 Cash Payment Solutions GmbH (https://www.barzahlen.de)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
app/code/community/ZerebroInternet/Barzahlen/Model/Observer.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
-
* @copyright Copyright (c)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
@@ -21,6 +21,10 @@ class ZerebroInternet_Barzahlen_Model_Observer
|
|
21 |
$order = $block->getOrder();
|
22 |
$paymentMethod = $order->getPayment()->getMethod();
|
23 |
|
|
|
|
|
|
|
|
|
24 |
if ($order->getId() && $order->canInvoice() && $paymentMethod == 'barzahlen') {
|
25 |
$message = Mage::helper('sales')->__('bz_adm_resend_payment_slip_question');
|
26 |
$block->addButton('payment_slip_resend', array(
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
+
* @copyright Copyright (c) 2015 Cash Payment Solutions GmbH (https://www.barzahlen.de)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
21 |
$order = $block->getOrder();
|
22 |
$paymentMethod = $order->getPayment()->getMethod();
|
23 |
|
24 |
+
if ($paymentMethod == 'barzahlen') {
|
25 |
+
$block->removebutton('order_creditmemo');
|
26 |
+
}
|
27 |
+
|
28 |
if ($order->getId() && $order->canInvoice() && $paymentMethod == 'barzahlen') {
|
29 |
$message = Mage::helper('sales')->__('bz_adm_resend_payment_slip_question');
|
30 |
$block->addButton('payment_slip_resend', array(
|
app/code/community/ZerebroInternet/Barzahlen/controllers/IpnController.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
-
* @copyright Copyright (c)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
+
* @copyright Copyright (c) 2015 Cash Payment Solutions GmbH (https://www.barzahlen.de)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
app/code/community/ZerebroInternet/Barzahlen/controllers/ResendController.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
-
* @copyright Copyright (c)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
+
* @copyright Copyright (c) 2015 Cash Payment Solutions GmbH (https://www.barzahlen.de)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
app/code/community/ZerebroInternet/Barzahlen/etc/config.xml
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
*
|
6 |
* @category ZerebroInternet
|
7 |
* @package ZerebroInternet_Barzahlen
|
8 |
-
* @copyright Copyright (c)
|
9 |
* @author Alexander Diebler
|
10 |
* @author Martin Seener
|
11 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
@@ -15,7 +15,7 @@
|
|
15 |
|
16 |
<modules>
|
17 |
<ZerebroInternet_Barzahlen>
|
18 |
-
<version>1.3.
|
19 |
</ZerebroInternet_Barzahlen>
|
20 |
</modules>
|
21 |
|
5 |
*
|
6 |
* @category ZerebroInternet
|
7 |
* @package ZerebroInternet_Barzahlen
|
8 |
+
* @copyright Copyright (c) 2015 Cash Payment Solutions GmbH (https://www.barzahlen.de)
|
9 |
* @author Alexander Diebler
|
10 |
* @author Martin Seener
|
11 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
15 |
|
16 |
<modules>
|
17 |
<ZerebroInternet_Barzahlen>
|
18 |
+
<version>1.3.3</version>
|
19 |
</ZerebroInternet_Barzahlen>
|
20 |
</modules>
|
21 |
|
app/code/community/ZerebroInternet/Barzahlen/etc/system.xml
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
*
|
6 |
* @category ZerebroInternet
|
7 |
* @package ZerebroInternet_Barzahlen
|
8 |
-
* @copyright Copyright (c)
|
9 |
* @author Alexander Diebler
|
10 |
* @author Martin Seener
|
11 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
5 |
*
|
6 |
* @category ZerebroInternet
|
7 |
* @package ZerebroInternet_Barzahlen
|
8 |
+
* @copyright Copyright (c) 2015 Cash Payment Solutions GmbH (https://www.barzahlen.de)
|
9 |
* @author Alexander Diebler
|
10 |
* @author Martin Seener
|
11 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
app/design/adminhtml/base/default/template/barzahlen/form.phtml
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
-
* @copyright Copyright (c)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
+
* @copyright Copyright (c) 2015 Cash Payment Solutions GmbH (https://www.barzahlen.de)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
app/design/adminhtml/base/default/template/barzahlen/info.phtml
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
-
* @copyright Copyright (c)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
+
* @copyright Copyright (c) 2015 Cash Payment Solutions GmbH (https://www.barzahlen.de)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
app/design/adminhtml/default/default/template/barzahlen/info.phtml
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
-
* @copyright Copyright (c)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
+
* @copyright Copyright (c) 2015 Cash Payment Solutions GmbH (https://www.barzahlen.de)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
app/design/frontend/base/default/template/barzahlen/form.phtml
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
-
* @copyright Copyright (c)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
+
* @copyright Copyright (c) 2015 Cash Payment Solutions GmbH (https://www.barzahlen.de)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
app/design/frontend/base/default/template/barzahlen/info.phtml
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
-
* @copyright Copyright (c)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
+
* @copyright Copyright (c) 2015 Cash Payment Solutions GmbH (https://www.barzahlen.de)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
app/design/frontend/base/default/template/barzahlen/mark.phtml
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
-
* @copyright Copyright (c)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
+
* @copyright Copyright (c) 2015 Cash Payment Solutions GmbH (https://www.barzahlen.de)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
app/design/frontend/base/default/template/barzahlen/success.phtml
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
-
* @copyright Copyright (c)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
4 |
*
|
5 |
* @category ZerebroInternet
|
6 |
* @package ZerebroInternet_Barzahlen
|
7 |
+
* @copyright Copyright (c) 2015 Cash Payment Solutions GmbH (https://www.barzahlen.de)
|
8 |
* @author Alexander Diebler
|
9 |
* @author Martin Seener
|
10 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
|
app/locale/de_DE/ZerebroInternet_Barzahlen.csv
CHANGED
@@ -49,6 +49,7 @@
|
|
49 |
"bz_adm_debug_comment","Aktivieren Sie Debugging für zusätzliches Logging."
|
50 |
"bz_adm_refund_success", "Die Rückzahlung wurde erfolgreich angestoßen."
|
51 |
"bz_adm_refund_error", "Es ist ein Fehler aufgetreten, die Rückzahlung konnte nicht veranlasst werden. Prüfen Sie barzahlen.log für weitere Informationen."
|
|
|
52 |
"bz_adm_resend_payment_success", "Der Zahlschein wurde erneut an den Kunden versendet."
|
53 |
"bz_adm_resend_refund_success", "Der Auszahlschein wurde erneut an den Kunden versendet."
|
54 |
"bz_adm_resend_error", "Es ist ein Fehler aufgetreten. Prüfen Sie barzahlen.log für weitere Informationen."
|
49 |
"bz_adm_debug_comment","Aktivieren Sie Debugging für zusätzliches Logging."
|
50 |
"bz_adm_refund_success", "Die Rückzahlung wurde erfolgreich angestoßen."
|
51 |
"bz_adm_refund_error", "Es ist ein Fehler aufgetreten, die Rückzahlung konnte nicht veranlasst werden. Prüfen Sie barzahlen.log für weitere Informationen."
|
52 |
+
"bz_adm_refund_declined", "Die Rückzahlung konnte nicht veranlasst werden. Der verfügbare Betrag für Rückzahlungen auf dem Barzahlen.de Händlerkonto reicht nicht aus."
|
53 |
"bz_adm_resend_payment_success", "Der Zahlschein wurde erneut an den Kunden versendet."
|
54 |
"bz_adm_resend_refund_success", "Der Auszahlschein wurde erneut an den Kunden versendet."
|
55 |
"bz_adm_resend_error", "Es ist ein Fehler aufgetreten. Prüfen Sie barzahlen.log für weitere Informationen."
|
app/locale/en_US/ZerebroInternet_Barzahlen.csv
CHANGED
@@ -49,6 +49,7 @@
|
|
49 |
"bz_adm_debug_comment","Activate debugging for additional logging."
|
50 |
"bz_adm_refund_success", "The refund request was placed successful."
|
51 |
"bz_adm_refund_error", "An error occurred, unable to create credit memo. Check barzahlen.log for further information."
|
|
|
52 |
"bz_adm_resend_payment_success", "The payment slip was resend successful."
|
53 |
"bz_adm_resend_refund_success", "The refund slip was resend successful."
|
54 |
"bz_adm_resend_error", "An error occurred. Please check barzahlen.log for further information."
|
49 |
"bz_adm_debug_comment","Activate debugging for additional logging."
|
50 |
"bz_adm_refund_success", "The refund request was placed successful."
|
51 |
"bz_adm_refund_error", "An error occurred, unable to create credit memo. Check barzahlen.log for further information."
|
52 |
+
"bz_adm_refund_declined", "Unable to create credit memo. The amount available for refunds on the Barzahlen.de merchant account is not sufficient."
|
53 |
"bz_adm_resend_payment_success", "The payment slip was resend successful."
|
54 |
"bz_adm_resend_refund_success", "The refund slip was resend successful."
|
55 |
"bz_adm_resend_error", "An error occurred. Please check barzahlen.log for further information."
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>ZerebroInternet_Barzahlen</name>
|
4 |
-
<version>1.3.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Source License (OSL) 3.0</license>
|
7 |
<channel>community</channel>
|
@@ -14,9 +14,9 @@
|
|
14 |
Barzahlen let's your customers pay cash online. You get a payment confirmation in real-time and you benefit from our payment guarantee and new customer groups. See how Barzahlen works: https://www.barzahlen.de/en/partner/the-way-it-works</description>
|
15 |
<notes>In this version the following things were already tested successfully on Magento CE 1.5.0.1, 1.5.1.0, 1.6.0.0, 1.6.1.0, 1.6.2.0, 1.7.0.0, 1.7.0.1, 1.7.0.2, 1.8.0.0, 1.8.1.0, 1.9.0.0, 1.9.0.1, 1.9.1.0</notes>
|
16 |
<authors><author><name>Alexander Diebler</name><user>alexanderdiebler</user><email>support@barzahlen.de</email></author><author><name>Martin Seener</name><user>martinseener</user><email>support@barzahlen.de</email></author></authors>
|
17 |
-
<date>
|
18 |
-
<time>
|
19 |
-
<contents><target name="magecommunity"><dir name="ZerebroInternet"><dir name="Barzahlen"><dir name="Block"><file name="Form.php" hash="
|
20 |
<compatible/>
|
21 |
<dependencies><required><php><min>5.1.2</min><max>6.0.0</max></php></required></dependencies>
|
22 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>ZerebroInternet_Barzahlen</name>
|
4 |
+
<version>1.3.3</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Source License (OSL) 3.0</license>
|
7 |
<channel>community</channel>
|
14 |
Barzahlen let's your customers pay cash online. You get a payment confirmation in real-time and you benefit from our payment guarantee and new customer groups. See how Barzahlen works: https://www.barzahlen.de/en/partner/the-way-it-works</description>
|
15 |
<notes>In this version the following things were already tested successfully on Magento CE 1.5.0.1, 1.5.1.0, 1.6.0.0, 1.6.1.0, 1.6.2.0, 1.7.0.0, 1.7.0.1, 1.7.0.2, 1.8.0.0, 1.8.1.0, 1.9.0.0, 1.9.0.1, 1.9.1.0</notes>
|
16 |
<authors><author><name>Alexander Diebler</name><user>alexanderdiebler</user><email>support@barzahlen.de</email></author><author><name>Martin Seener</name><user>martinseener</user><email>support@barzahlen.de</email></author></authors>
|
17 |
+
<date>2015-02-24</date>
|
18 |
+
<time>20:04:42</time>
|
19 |
+
<contents><target name="magecommunity"><dir name="ZerebroInternet"><dir name="Barzahlen"><dir name="Block"><file name="Form.php" hash="11aaa33394d528adf3f342ce154c3b75"/><file name="Info.php" hash="b6b9ceb7ad9fbb29a7478b40dfbfde4d"/></dir><dir name="Helper"><file name="Data.php" hash="4f4efae00827b4773d6ec6e7da03beaa"/></dir><dir name="Model"><dir name="Adminexceptions"><file name="Allspecificcountries.php" hash="859035e2aac1f4caca71cb2b6ab9de61"/><file name="Maxordertotal.php" hash="00acafa7d9e0e8ce58bc55d51e8c8d6b"/><file name="Notificationkey.php" hash="5ba9e2bfc73ee2f88e044ab600df9790"/><file name="Paymentkey.php" hash="11e27b590aa8e21e786a05816a326c98"/><file name="Shopid.php" hash="50495d50e739005b1a1f568e62212b0a"/><file name="Specificcountry.php" hash="845636885d8df68765a0edefe44131bb"/><file name="Title.php" hash="8cb9e3155c738183c29566226c38b946"/></dir><dir name="Api"><file name="Abstract.php" hash="1d6d03fbaabe38dba8b1611935b92d4f"/><file name="Notification.php" hash="65249d2f3e21d4187282d22f6b655633"/><dir name="Request"><file name="Abstract.php" hash="6e7b2381ea49a7774aeac8db232b279c"/><file name="Cancel.php" hash="b714ffa98f5d5318e560e4986b0c4164"/><file name="Payment.php" hash="917febaedf6a9f3bbeaf0fde270c7e60"/><file name="Refund.php" hash="58c9ba406b6977f9cc42e23b4b61b2bb"/><file name="Resend.php" hash="3bdcc36234560f9e210fc8ecd203ba77"/><file name="Update.php" hash="99996cc5416c2a4414ae78c4bb2ac502"/></dir><file name="Version.php" hash="8938c91591899a7c6a54a6264071a7ff"/><dir name="certs"><file name="ca-bundle.crt" hash="7e78dcc7f5a3aefffbb327141dd7ddcf"/></dir></dir><file name="Api.php" hash="3a47bcb362e5e700ee82f9149a8f2ca5"/><file name="Barzahlen.php" hash="3fb38af703761ae72c067737c2cc0e9e"/><file name="Ipn.php" hash="9af5e5ffa51e1a87b8839b2f55acc4f3"/><file name="Observer.php" hash="c227885e62719b17806323bbce26d5e9"/></dir><dir name="Test"><dir name="Block"><file name="Form.php" hash="b3cd3786480b630046d3a17c6ce1f611"/><file name="Info.php" hash="9fd7298fdffa7517ac3fc9de253a488a"/></dir><dir name="Controller"><dir name="IpnController"><dir name="fixtures"><file name="new_order.yaml" hash="591abc9eeafe9d09af91124c984deaa0"/><file name="paid_order.yaml" hash="72e262deb0ebded29da1943f0d9da2d6"/><file name="refunded_order.yaml" hash="e491eb816f6c6453271df94ad0d64d3d"/><file name="successful_refunded_order.yaml" hash="c0bc964307fb64bbe4d18f2ea8253071"/></dir></dir><file name="IpnController.php" hash="1f3e4eef7ab7bb439bbfd70cf6ad6a60"/><dir name="ResendController"><dir name="fixtures"><file name="new_order.yaml" hash="85228a355439c5bbf7da1657a9ca9329"/><file name="paid_order.yaml" hash="426a30ad0231d31c06ab1fb9ab54eeef"/><file name="refunded_order.yaml" hash="cf7435a46780d6f909fe9f2217254fb1"/><file name="successful_refunded_order.yaml" hash="d06bce0043bde8a3c4219f4882ecb64f"/></dir></dir><file name="ResendController.php" hash="812f5db46b3dfaed3c4ee9eab25bc1d1"/></dir><dir name="Helper"><file name="Data.php" hash="133088ca93f7cc6ef6f370b9bfe4f6de"/></dir><dir name="Model"><dir name="Adminexceptions"><dir name="Maxordertotal"><dir name="fixtures"><file name="Maxordertotal.yaml" hash="b189856fe031df252eb73c154b9d452d"/></dir></dir><file name="Maxordertotal.php" hash="711e41947049e5a411ba7c4baa09e47b"/><dir name="Notificationkey"><dir name="fixtures"><file name="Notificationkey.yaml" hash="b189856fe031df252eb73c154b9d452d"/></dir></dir><file name="Notificationkey.php" hash="b36c9ff3dee065d5b06b4a2140dfe540"/><dir name="Paymentkey"><dir name="fixtures"><file name="Paymentkey.yaml" hash="b189856fe031df252eb73c154b9d452d"/></dir></dir><file name="Paymentkey.php" hash="ddf4d622b463ac91baf2b6516547819e"/><dir name="Shopid"><dir name="fixtures"><file name="Shopid.yaml" hash="b189856fe031df252eb73c154b9d452d"/></dir></dir><file name="Shopid.php" hash="dcbe8310a9e6a03a740356da20cb5e6c"/><dir name="Specificcountry"><dir name="fixtures"><file name="Specificcountry.yaml" hash="b189856fe031df252eb73c154b9d452d"/></dir></dir><file name="Specificcountry.php" hash="1019ac4f2935906384bbb5b2d21a68b0"/><dir name="Title"><dir name="fixtures"><file name="Title.yaml" hash="b189856fe031df252eb73c154b9d452d"/></dir></dir><file name="Title.php" hash="260239d3cd2cd524bd554381c5b2469e"/></dir><dir name="Api"><file name="Notification.php" hash="7448cff7361f1cd6cf5d993aae42ca40"/><dir name="Request"><file name="Cancel.php" hash="d20317dd60dd451d624eca591a6193e2"/><file name="Payment.php" hash="a0a49c6044c5aef3f3bd7b5875229e4f"/><file name="Refund.php" hash="ddecb120d693546724b64a9f5824258d"/><file name="Resend.php" hash="60425da28b101df350331da3a7baf498"/></dir></dir><file name="Barzahlen.php" hash="99bca20b1375def3ffc9a51b6df6a5ee"/></dir></dir><dir name="controllers"><file name="IpnController.php" hash="5ad7937e555d2d9f8a98e919178580e7"/><file name="ResendController.php" hash="05c6230cb6245315be6206f9b8d6271f"/></dir><dir name="etc"><file name="config.xml" hash="9837145a4ead2d1d60f29d1d055f9ad9"/><file name="system.xml" hash="f1baed4ecf41f9b7f954d3edcb07ea62"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="base"><dir name="default"><dir name="template"><dir name="barzahlen"><file name="form.phtml" hash="f65440c82892533683601a821b88a914"/><file name="info.phtml" hash="7f8bc298e4a5df98b11981f6ca50e3ce"/></dir></dir></dir></dir><dir name="default"><dir name="default"><dir name="template"><dir name="barzahlen"><file name="info.phtml" hash="7f8bc298e4a5df98b11981f6ca50e3ce"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="barzahlen"><file name="form.phtml" hash="9747974ecfa3573be6fc1ba80991b20a"/><file name="info.phtml" hash="7f8bc298e4a5df98b11981f6ca50e3ce"/><file name="mark.phtml" hash="9851c72a6e46ae22acba9e5f6dba2331"/><file name="success.phtml" hash="20b02bda31f2ca262111a4beb179b4c3"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="de_DE"><file name="ZerebroInternet_Barzahlen.csv" hash="8c6c57390c3134a011c46322e06f64fb"/></dir><dir name="en_US"><file name="ZerebroInternet_Barzahlen.csv" hash="59f6c49bcb75b4b9f4260b2bc359cf66"/></dir></target><target name="mageetc"><dir name="modules"><file name="ZerebroInternet_Barzahlen.xml" hash="1ae4207fb1d691ed2565b706cb394ebb"/></dir></target></contents>
|
20 |
<compatible/>
|
21 |
<dependencies><required><php><min>5.1.2</min><max>6.0.0</max></php></required></dependencies>
|
22 |
</package>
|