ZerebroInternet_Barzahlen - Version 1.3.5

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, 1.9.1.1, 1.9.2.1

Download this release

Release Info

Developer Alexander Diebler
Extension ZerebroInternet_Barzahlen
Version 1.3.5
Comparing to
See all releases


Code changes from version 1.3.4 to 1.3.5

app/code/community/ZerebroInternet/Barzahlen/Model/Barzahlen.php CHANGED
@@ -66,7 +66,7 @@ class ZerebroInternet_Barzahlen_Model_Barzahlen extends Mage_Payment_Model_Metho
66
  $barzahlenApi = Mage::getModel('barzahlen/api', array('shopId' => $shopId, 'paymentKey' => $paymentKey, 'sandbox' => $sandbox));
67
  $barzahlenApi->setLanguage(substr((Mage::getSingleton('core/locale')->getLocaleCode()), 0, 2));
68
  $barzahlenApi->setDebug($this->getConfigData('debug'), 'barzahlen.log');
69
- $barzahlenApi->setUserAgent('Magento ' . Mage::getVersion() . ' / Plugin v1.3.4');
70
 
71
  return $barzahlenApi;
72
  }
66
  $barzahlenApi = Mage::getModel('barzahlen/api', array('shopId' => $shopId, 'paymentKey' => $paymentKey, 'sandbox' => $sandbox));
67
  $barzahlenApi->setLanguage(substr((Mage::getSingleton('core/locale')->getLocaleCode()), 0, 2));
68
  $barzahlenApi->setDebug($this->getConfigData('debug'), 'barzahlen.log');
69
+ $barzahlenApi->setUserAgent('Magento ' . Mage::getVersion() . ' / Plugin v1.3.5');
70
 
71
  return $barzahlenApi;
72
  }
app/code/community/ZerebroInternet/Barzahlen/Model/Observer.php CHANGED
@@ -17,7 +17,7 @@ class ZerebroInternet_Barzahlen_Model_Observer
17
  $block = $observer->getBlock();
18
  $type = $block->getType();
19
 
20
- if($type == 'adminhtml/sales_order_view') {
21
  $order = $block->getOrder();
22
  $paymentMethod = $order->getPayment()->getMethod();
23
 
@@ -29,10 +29,10 @@ class ZerebroInternet_Barzahlen_Model_Observer
29
  $message = Mage::helper('sales')->__('bz_adm_resend_payment_slip_question');
30
  $block->addButton('payment_slip_resend', array(
31
  'label' => Mage::helper('barzahlen')->__('bz_adm_resend_payment_slip'),
32
- 'onclick' => "confirmSetLocation('{$message}', '{$block->getUrl('barzahlen/resend/payment', array('order_id' => $order->getId()))}')"
33
  ), 0, 100, 'header');
34
  }
35
- } elseif ($type == 'adminhtml/sales_order_creditmemo_view'){
36
  $creditMemo = $block->getCreditmemo();
37
  $paymentMethod = $creditMemo->getOrder()->getPayment()->getMethod();
38
 
@@ -40,7 +40,7 @@ class ZerebroInternet_Barzahlen_Model_Observer
40
  $message = Mage::helper('sales')->__('bz_adm_resend_refund_slip_question');
41
  $block->addButton('refund_slip_resend', array(
42
  'label' => Mage::helper('barzahlen')->__('bz_adm_resend_refund_slip'),
43
- 'onclick' => "confirmSetLocation('{$message}', '{$block->getUrl('barzahlen/resend/refund', array('creditmemo_id' => $creditMemo->getId()))}')"
44
  ), 0, 100, 'header');
45
  }
46
  }
17
  $block = $observer->getBlock();
18
  $type = $block->getType();
19
 
20
+ if ($type == 'adminhtml/sales_order_view') {
21
  $order = $block->getOrder();
22
  $paymentMethod = $order->getPayment()->getMethod();
23
 
29
  $message = Mage::helper('sales')->__('bz_adm_resend_payment_slip_question');
30
  $block->addButton('payment_slip_resend', array(
31
  'label' => Mage::helper('barzahlen')->__('bz_adm_resend_payment_slip'),
32
+ 'onclick' => "confirmSetLocation('{$message}', '{$block->getUrl('*/resend/payment', array('order_id' => $order->getId()))}')"
33
  ), 0, 100, 'header');
34
  }
35
+ } elseif ($type == 'adminhtml/sales_order_creditmemo_view') {
36
  $creditMemo = $block->getCreditmemo();
37
  $paymentMethod = $creditMemo->getOrder()->getPayment()->getMethod();
38
 
40
  $message = Mage::helper('sales')->__('bz_adm_resend_refund_slip_question');
41
  $block->addButton('refund_slip_resend', array(
42
  'label' => Mage::helper('barzahlen')->__('bz_adm_resend_refund_slip'),
43
+ 'onclick' => "confirmSetLocation('{$message}', '{$block->getUrl('*/resend/refund', array('creditmemo_id' => $creditMemo->getId()))}')"
44
  ), 0, 100, 'header');
45
  }
46
  }
app/code/community/ZerebroInternet/Barzahlen/controllers/{ResendController.php → Adminhtml/ResendController.php} RENAMED
@@ -10,7 +10,7 @@
10
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
11
  */
12
 
13
- class ZerebroInternet_Barzahlen_ResendController extends Mage_Adminhtml_Controller_Action
14
  {
15
  /**
16
  * Handles payment slip resend requests.
@@ -37,9 +37,9 @@ class ZerebroInternet_Barzahlen_ResendController extends Mage_Adminhtml_Controll
37
  public function refundAction()
38
  {
39
  $id = $this->getRequest()->getParam('creditmemo_id');
40
- $creditmemo = Mage::getModel('sales/order_creditmemo')->load($id);
41
 
42
- $transactionId = $creditmemo->getTransactionId();
43
 
44
  if (Mage::getSingleton('barzahlen/barzahlen')->resendSlip($transactionId)) {
45
  $this->_getSession()->addSuccess($this->__('bz_adm_resend_refund_success'));
@@ -49,4 +49,10 @@ class ZerebroInternet_Barzahlen_ResendController extends Mage_Adminhtml_Controll
49
 
50
  $this->_redirect('adminhtml/sales_order_creditmemo/view', array('creditmemo_id' => $id));
51
  }
 
 
 
 
 
 
52
  }
10
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL-3.0)
11
  */
12
 
13
+ class ZerebroInternet_Barzahlen_Adminhtml_ResendController extends Mage_Adminhtml_Controller_Action
14
  {
15
  /**
16
  * Handles payment slip resend requests.
37
  public function refundAction()
38
  {
39
  $id = $this->getRequest()->getParam('creditmemo_id');
40
+ $creditMemo = Mage::getModel('sales/order_creditmemo')->load($id);
41
 
42
+ $transactionId = $creditMemo->getTransactionId();
43
 
44
  if (Mage::getSingleton('barzahlen/barzahlen')->resendSlip($transactionId)) {
45
  $this->_getSession()->addSuccess($this->__('bz_adm_resend_refund_success'));
49
 
50
  $this->_redirect('adminhtml/sales_order_creditmemo/view', array('creditmemo_id' => $id));
51
  }
52
+
53
+ protected function _isAllowed()
54
+ {
55
+ return Mage::getSingleton('admin/session')->isAllowed('sales/order/barzahlen_actions');
56
+ }
57
+
58
  }
app/code/community/ZerebroInternet/Barzahlen/etc/adminhtml.xml ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <config>
3
+ <acl>
4
+ <resources>
5
+ <admin>
6
+ <children>
7
+ <sales>
8
+ <children>
9
+ <order>
10
+ <children>
11
+ <barzahlen_actions translate="title">
12
+ <title>Barzahlen Actions</title>
13
+ <sort_order>200</sort_order>
14
+ </barzahlen_actions>
15
+ </children>
16
+ </order>
17
+ </children>
18
+ </sales>
19
+ </children>
20
+ </admin>
21
+ </resources>
22
+ </acl>
23
+ </config>
app/code/community/ZerebroInternet/Barzahlen/etc/config.xml CHANGED
@@ -15,7 +15,7 @@
15
 
16
  <modules>
17
  <ZerebroInternet_Barzahlen>
18
- <version>1.3.4</version>
19
  </ZerebroInternet_Barzahlen>
20
  </modules>
21
 
@@ -89,6 +89,18 @@
89
  </translate>
90
  </frontend>
91
 
 
 
 
 
 
 
 
 
 
 
 
 
92
  <adminhtml>
93
  <events>
94
  <order_cancel_after>
15
 
16
  <modules>
17
  <ZerebroInternet_Barzahlen>
18
+ <version>1.3.5</version>
19
  </ZerebroInternet_Barzahlen>
20
  </modules>
21
 
89
  </translate>
90
  </frontend>
91
 
92
+ <admin>
93
+ <routers>
94
+ <adminhtml>
95
+ <args>
96
+ <modules>
97
+ <barzahlen before="Mage_Adminhtml">ZerebroInternet_Barzahlen_Adminhtml</barzahlen>
98
+ </modules>
99
+ </args>
100
+ </adminhtml>
101
+ </routers>
102
+ </admin>
103
+
104
  <adminhtml>
105
  <events>
106
  <order_cancel_after>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>ZerebroInternet_Barzahlen</name>
4
- <version>1.3.4</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>
@@ -12,11 +12,11 @@
12
  ---&#xD;
13
  &#xD;
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, 1.9.1.1</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-06-12</date>
18
- <time>07:08:03</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="bed78eb4d8ab4bf042b7347384312fc1"/><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="5b6dfd04c7cee2fa0ebc936e77e9a1e6"/><file name="Barzahlen.php" hash="9340f085cf9b83cefd7dab0905b2485c"/><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="666ae5804edd06800d16c622182c75de"/><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="2ac5bf75e4a58ca280f43c6e37eb852b"/><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="e9d4be7429c9c54677103dafc9fc8580"/><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>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>ZerebroInternet_Barzahlen</name>
4
+ <version>1.3.5</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>
12
  ---&#xD;
13
  &#xD;
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, 1.9.1.1, 1.9.2.1</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-08-06</date>
18
+ <time>14:56:37</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="bed78eb4d8ab4bf042b7347384312fc1"/><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="5b6dfd04c7cee2fa0ebc936e77e9a1e6"/><file name="Barzahlen.php" hash="573c68aa4359723ad63b062bdd884248"/><file name="Ipn.php" hash="9af5e5ffa51e1a87b8839b2f55acc4f3"/><file name="Observer.php" hash="e341e2476e8921328f439398c76f9fbe"/></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"><dir name="Adminhtml"><file name="ResendController.php" hash="d36ec699a582b4c0d4f5e2f035072a3c"/></dir><file name="IpnController.php" hash="5ad7937e555d2d9f8a98e919178580e7"/></dir><dir name="etc"><file name="adminhtml.xml" hash="3e8784aef1e797fd8d2564f2dff8e5f1"/><file name="config.xml" hash="9a65828539050c3e0417ed0864057ef3"/><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="2ac5bf75e4a58ca280f43c6e37eb852b"/><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="e9d4be7429c9c54677103dafc9fc8580"/><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>