Version Notes
1.0.0.3
- Added order information to DIBS payment process
1.0.0.2
- Minor language update
1.0.0.1
- Added languages:
Danish, Norwegian, Swedish
- Added support for "Skip accept page"
First release 1.0.0.0
Download this release
Release Info
| Developer | Magento Core Team |
| Extension | Dibs |
| Version | 1.0.0.4 |
| Comparing to | |
| See all releases | |
Code changes from version 1.0.0.2 to 1.0.0.4
- app/code/local/Mage/Dibs/Block/Standard/Form.php +2 -1
- app/code/local/Mage/Dibs/Block/Standard/Redirect.php +5 -2
- app/code/local/Mage/Dibs/Helper/Data.php +2 -1
- app/code/local/Mage/Dibs/Model/Mysql4/Setup.php +2 -1
- app/code/local/Mage/Dibs/Model/Standard.php +2 -1
- app/code/local/Mage/Dibs/controllers/StandardController.php +5 -4
- app/code/local/Mage/Dibs/etc/config.xml +2 -1
- app/code/local/Mage/Dibs/etc/system.xml +6 -1
- app/code/local/Mage/Dibs/sql/dibs_setup/mysql4-install-0.7.0.php +2 -2
- app/design/frontend/default/default/template/dibs/standard/redirect_flexwin.phtml +45 -1
- app/design/frontend/default/default/template/dibs/standard/redirect_paymentwindow.phtml +45 -1
- package.xml +8 -5
app/code/local/Mage/Dibs/Block/Standard/Form.php
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
<?php
|
| 2 |
/**
|
| 3 |
-
* Copyright
|
|
|
|
| 4 |
*/
|
| 5 |
class Mage_Dibs_Block_Standard_Form extends Mage_Payment_Block_Form
|
| 6 |
{
|
| 1 |
<?php
|
| 2 |
/**
|
| 3 |
+
* Copyright ePay | Dit Online Betalingssystem, (c) 2009.
|
| 4 |
+
* Modifications copyrighted by DIBS | Secure Payment Services, (c) 2009.
|
| 5 |
*/
|
| 6 |
class Mage_Dibs_Block_Standard_Form extends Mage_Payment_Block_Form
|
| 7 |
{
|
app/code/local/Mage/Dibs/Block/Standard/Redirect.php
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
| 3 |
class Mage_Dibs_Block_Standard_Redirect extends Mage_Core_Block_Template
|
| 4 |
{
|
| 5 |
public function __construct()
|
| 1 |
+
<?php
|
| 2 |
+
/**
|
| 3 |
+
* Copyright ePay | Dit Online Betalingssystem, (c) 2009.
|
| 4 |
+
* Modifications copyrighted by DIBS | Secure Payment Services, (c) 2009.
|
| 5 |
+
*/
|
| 6 |
class Mage_Dibs_Block_Standard_Redirect extends Mage_Core_Block_Template
|
| 7 |
{
|
| 8 |
public function __construct()
|
app/code/local/Mage/Dibs/Helper/Data.php
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
<?php
|
| 2 |
/**
|
| 3 |
-
* Copyright
|
|
|
|
| 4 |
*/
|
| 5 |
class Mage_Dibs_Helper_Data extends Mage_Core_Helper_Abstract
|
| 6 |
{
|
| 1 |
<?php
|
| 2 |
/**
|
| 3 |
+
* Copyright ePay | Dit Online Betalingssystem, (c) 2009.
|
| 4 |
+
* Modifications copyrighted by DIBS | Secure Payment Services, (c) 2009.
|
| 5 |
*/
|
| 6 |
class Mage_Dibs_Helper_Data extends Mage_Core_Helper_Abstract
|
| 7 |
{
|
app/code/local/Mage/Dibs/Model/Mysql4/Setup.php
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
<?php
|
| 2 |
/**
|
| 3 |
-
* Copyright
|
|
|
|
| 4 |
*/
|
| 5 |
class Mage_Dibs_Model_Mysql4_Setup extends Mage_Eav_Model_Entity_Setup
|
| 6 |
{
|
| 1 |
<?php
|
| 2 |
/**
|
| 3 |
+
* Copyright ePay | Dit Online Betalingssystem, (c) 2009.
|
| 4 |
+
* Modifications copyrighted by DIBS | Secure Payment Services, (c) 2009.
|
| 5 |
*/
|
| 6 |
class Mage_Dibs_Model_Mysql4_Setup extends Mage_Eav_Model_Entity_Setup
|
| 7 |
{
|
app/code/local/Mage/Dibs/Model/Standard.php
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
<?php
|
| 2 |
/**
|
| 3 |
-
* Copyright
|
|
|
|
| 4 |
*/
|
| 5 |
|
| 6 |
class Mage_Dibs_Model_Standard extends Mage_Payment_Model_Method_Abstract
|
| 1 |
<?php
|
| 2 |
/**
|
| 3 |
+
* Copyright ePay | Dit Online Betalingssystem, (c) 2009.
|
| 4 |
+
* Modifications copyrighted by DIBS | Secure Payment Services, (c) 2009.
|
| 5 |
*/
|
| 6 |
|
| 7 |
class Mage_Dibs_Model_Standard extends Mage_Payment_Model_Method_Abstract
|
app/code/local/Mage/Dibs/controllers/StandardController.php
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
<?php
|
| 2 |
/**
|
| 3 |
-
* Copyright
|
|
|
|
| 4 |
*/
|
| 5 |
class Mage_Dibs_StandardController extends Mage_Core_Controller_Front_Action {
|
| 6 |
|
|
@@ -162,14 +163,14 @@ class Mage_Dibs_StandardController extends Mage_Core_Controller_Front_Action {
|
|
| 162 |
exit();
|
| 163 |
}
|
| 164 |
|
| 165 |
-
|
| 166 |
echo "<h1>An error occured!</h1>";
|
| 167 |
echo "No amount supplied to the system!";
|
| 168 |
exit();
|
| 169 |
}
|
| 170 |
-
|
| 171 |
// Validate amount
|
| 172 |
-
if ((int)$_REQUEST["amount"] != (
|
| 173 |
echo "<h1>An error occured!</h1>";
|
| 174 |
echo "The amount received from DIBS did not match the order amount!";
|
| 175 |
exit();
|
| 1 |
<?php
|
| 2 |
/**
|
| 3 |
+
* Copyright ePay | Dit Online Betalingssystem, (c) 2009.
|
| 4 |
+
* Modifications copyrighted by DIBS | Secure Payment Services, (c) 2009.
|
| 5 |
*/
|
| 6 |
class Mage_Dibs_StandardController extends Mage_Core_Controller_Front_Action {
|
| 7 |
|
| 163 |
exit();
|
| 164 |
}
|
| 165 |
|
| 166 |
+
if (!isset($_REQUEST["amount"])) {
|
| 167 |
echo "<h1>An error occured!</h1>";
|
| 168 |
echo "No amount supplied to the system!";
|
| 169 |
exit();
|
| 170 |
}
|
| 171 |
+
|
| 172 |
// Validate amount
|
| 173 |
+
if ((int)$_REQUEST["amount"] != ($order->getTotalDue() * 100)) {
|
| 174 |
echo "<h1>An error occured!</h1>";
|
| 175 |
echo "The amount received from DIBS did not match the order amount!";
|
| 176 |
exit();
|
app/code/local/Mage/Dibs/etc/config.xml
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<!--
|
| 3 |
/**
|
| 4 |
-
* Copyright
|
|
|
|
| 5 |
*/
|
| 6 |
-->
|
| 7 |
<config>
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<!--
|
| 3 |
/**
|
| 4 |
+
* Copyright ePay | Dit Online Betalingssystem, (c) 2009.
|
| 5 |
+
* Modifications copyrighted by DIBS | Secure Payment Services, (c) 2009.
|
| 6 |
*/
|
| 7 |
-->
|
| 8 |
<config>
|
app/code/local/Mage/Dibs/etc/system.xml
CHANGED
|
@@ -1,5 +1,10 @@
|
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
-
<!--
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
<config>
|
| 4 |
<sections>
|
| 5 |
<payment>
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
+
<!--
|
| 3 |
+
/**
|
| 4 |
+
* Copyright ePay | Dit Online Betalingssystem, (c) 2009.
|
| 5 |
+
* Modifications copyrighted by DIBS | Secure Payment Services, (c) 2009.
|
| 6 |
+
*/
|
| 7 |
+
-->
|
| 8 |
<config>
|
| 9 |
<sections>
|
| 10 |
<payment>
|
app/code/local/Mage/Dibs/sql/dibs_setup/mysql4-install-0.7.0.php
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
<?php
|
| 2 |
/**
|
| 3 |
-
* Copyright
|
|
|
|
| 4 |
*/
|
| 5 |
|
| 6 |
-
|
| 7 |
$installer = $this;
|
| 8 |
/* @var $installer Mage_Dibs_Model_Mysql4_Setup */
|
| 9 |
|
| 1 |
<?php
|
| 2 |
/**
|
| 3 |
+
* Copyright ePay | Dit Online Betalingssystem, (c) 2009.
|
| 4 |
+
* Modifications copyrighted by DIBS | Secure Payment Services, (c) 2009.
|
| 5 |
*/
|
| 6 |
|
|
|
|
| 7 |
$installer = $this;
|
| 8 |
/* @var $installer Mage_Dibs_Model_Mysql4_Setup */
|
| 9 |
|
app/design/frontend/default/default/template/dibs/standard/redirect_flexwin.phtml
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
$standard = Mage::getModel('dibs/standard');
|
| 6 |
|
| 7 |
//
|
| 8 |
-
// If
|
| 9 |
//
|
| 10 |
if ($standard->getConfigData('paymentwindow') != '1') {
|
| 11 |
throw new exception("Invalid integrated type!?!?");
|
|
@@ -112,6 +112,50 @@ $invoice = $convertor->toInvoice($order);
|
|
| 112 |
print '<input type="hidden" name="lang" value="en" />';
|
| 113 |
}
|
| 114 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 115 |
?>
|
| 116 |
|
| 117 |
<script type="text/javascript">
|
| 5 |
$standard = Mage::getModel('dibs/standard');
|
| 6 |
|
| 7 |
//
|
| 8 |
+
// If paymentwindow is not set something is wrong - throw exception then
|
| 9 |
//
|
| 10 |
if ($standard->getConfigData('paymentwindow') != '1') {
|
| 11 |
throw new exception("Invalid integrated type!?!?");
|
| 112 |
print '<input type="hidden" name="lang" value="en" />';
|
| 113 |
}
|
| 114 |
}
|
| 115 |
+
|
| 116 |
+
$items = $order->getAllItems();
|
| 117 |
+
$shipping_address = $order->getShippingAddress();
|
| 118 |
+
$billing_address = $order->getBillingAddress();
|
| 119 |
+
|
| 120 |
+
if ($billing_address) {
|
| 121 |
+
print '<input type="hidden" name="delivery01.Billing" value="<b>Billing Address</b>" /><br />';
|
| 122 |
+
print '<input type="hidden" name="delivery02.Firstname" value="'.$billing_address['firstname'].'" /><br />';
|
| 123 |
+
print '<input type="hidden" name="delivery03.Lastname" value="'.$billing_address['lastname'].'" /><br />';
|
| 124 |
+
print '<input type="hidden" name="delivery04.Street" value="'.$billing_address['street'].'" /><br />';
|
| 125 |
+
print '<input type="hidden" name="delivery05.Postcode" value="'.$billing_address['postcode'].'" /><br />';
|
| 126 |
+
print '<input type="hidden" name="delivery06.City" value="'.$billing_address['city'].'" /><br />';
|
| 127 |
+
print '<input type="hidden" name="delivery07.Region" value="'.$billing_address['region'].'" /><br />';
|
| 128 |
+
print '<input type="hidden" name="delivery08.Country" value="'.$billing_address['country_id'].'" /><br />';
|
| 129 |
+
print '<input type="hidden" name="delivery09.Telephone" value="'.$billing_address['telephone'].'" /><br />';
|
| 130 |
+
print '<input type="hidden" name="delivery10.E-mail" value="'.$order['customer_email'].'" /><br />';
|
| 131 |
+
}
|
| 132 |
+
if ($shipping_address) {
|
| 133 |
+
print '<input type="hidden" name="delivery11.Delivery" value="<b>Shipping Address</b>" /><br />';
|
| 134 |
+
print '<input type="hidden" name="delivery12.Firstname" value="'.$shipping_address['firstname'].'" /><br />';
|
| 135 |
+
print '<input type="hidden" name="delivery13.Lastname" value="'.$shipping_address['lastname'].'" /><br />';
|
| 136 |
+
print '<input type="hidden" name="delivery14.Street" value="'.$shipping_address['street'].'" /><br />';
|
| 137 |
+
print '<input type="hidden" name="delivery15.Postcode" value="'.$shipping_address['postcode'].'" /><br />';
|
| 138 |
+
print '<input type="hidden" name="delivery16.City" value="'.$shipping_address['city'].'" /><br />';
|
| 139 |
+
print '<input type="hidden" name="delivery17.Region" value="'.$shipping_address['region'].'" /><br />';
|
| 140 |
+
print '<input type="hidden" name="delivery18.Country" value="'.$billing_address['country_id'].'" /><br />';
|
| 141 |
+
print '<input type="hidden" name="delivery19.Telephone" value="'.$shipping_address['telephone'].'" /><br />';
|
| 142 |
+
}
|
| 143 |
+
if ($items) {
|
| 144 |
+
$i = 1;
|
| 145 |
+
print '<input type="hidden" name="ordline0-1" value="SKU" />';
|
| 146 |
+
print '<input type="hidden" name="ordline0-2" value="Name" />';
|
| 147 |
+
print '<input type="hidden" name="ordline0-3" value="Quantity" />';
|
| 148 |
+
print '<input type="hidden" name="ordline0-4" value="Total" />';
|
| 149 |
+
foreach($items as $item) {
|
| 150 |
+
print '<input type="hidden" name="ordline'.$i.'-1" value="'.$item->getSku().'" />';
|
| 151 |
+
print '<input type="hidden" name="ordline'.$i.'-2" value="'.$item->getName().'" />';
|
| 152 |
+
print '<input type="hidden" name="ordline'.$i.'-3" value="'.$item->getQtyOrdered().'" />';
|
| 153 |
+
print '<input type="hidden" name="ordline'.$i.'-4" value="'.$item->getQtyOrdered() * $item->getPrice().'" />';
|
| 154 |
+
$i++;
|
| 155 |
+
}
|
| 156 |
+
print '<input type="hidden" name="priceinfo1.Shippingmethod" value="'.$order['shipping_description'].'" />';
|
| 157 |
+
print '<input type="hidden" name="priceinfo2.Shippingcost" value="'.$order['shipping_amount'].'" />';
|
| 158 |
+
}
|
| 159 |
?>
|
| 160 |
|
| 161 |
<script type="text/javascript">
|
app/design/frontend/default/default/template/dibs/standard/redirect_paymentwindow.phtml
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
$standard = Mage::getModel('dibs/standard');
|
| 6 |
|
| 7 |
//
|
| 8 |
-
// If
|
| 9 |
//
|
| 10 |
if ($standard->getConfigData('paymentwindow') != '2') {
|
| 11 |
throw new exception("Invalid integrated type!?!?");
|
|
@@ -106,6 +106,50 @@ $invoice = $convertor->toInvoice($order);
|
|
| 106 |
print '<input type="hidden" name="lang" value="en" />';
|
| 107 |
}
|
| 108 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 109 |
?>
|
| 110 |
|
| 111 |
<script type="text/javascript">
|
| 5 |
$standard = Mage::getModel('dibs/standard');
|
| 6 |
|
| 7 |
//
|
| 8 |
+
// If paymentwindow is not set something is wrong - throw exception then
|
| 9 |
//
|
| 10 |
if ($standard->getConfigData('paymentwindow') != '2') {
|
| 11 |
throw new exception("Invalid integrated type!?!?");
|
| 106 |
print '<input type="hidden" name="lang" value="en" />';
|
| 107 |
}
|
| 108 |
}
|
| 109 |
+
|
| 110 |
+
$items = $order->getAllItems();
|
| 111 |
+
$shipping_address = $order->getShippingAddress();
|
| 112 |
+
$billing_address = $order->getBillingAddress();
|
| 113 |
+
|
| 114 |
+
if ($billing_address) {
|
| 115 |
+
print '<input type="hidden" name="delivery01.Billing" value="<b>Billing Address</b>" /><br />';
|
| 116 |
+
print '<input type="hidden" name="delivery02.Firstname" value="'.$billing_address['firstname'].'" /><br />';
|
| 117 |
+
print '<input type="hidden" name="delivery03.Lastname" value="'.$billing_address['lastname'].'" /><br />';
|
| 118 |
+
print '<input type="hidden" name="delivery04.Street" value="'.$billing_address['street'].'" /><br />';
|
| 119 |
+
print '<input type="hidden" name="delivery05.Postcode" value="'.$billing_address['postcode'].'" /><br />';
|
| 120 |
+
print '<input type="hidden" name="delivery06.City" value="'.$billing_address['city'].'" /><br />';
|
| 121 |
+
print '<input type="hidden" name="delivery07.Region" value="'.$billing_address['region'].'" /><br />';
|
| 122 |
+
print '<input type="hidden" name="delivery08.Country" value="'.$billing_address['country_id'].'" /><br />';
|
| 123 |
+
print '<input type="hidden" name="delivery09.Telephone" value="'.$billing_address['telephone'].'" /><br />';
|
| 124 |
+
print '<input type="hidden" name="delivery10.E-mail" value="'.$order['customer_email'].'" /><br />';
|
| 125 |
+
}
|
| 126 |
+
if ($shipping_address) {
|
| 127 |
+
print '<input type="hidden" name="delivery11.Delivery" value="<b>Shipping Address</b>" /><br />';
|
| 128 |
+
print '<input type="hidden" name="delivery12.Firstname" value="'.$shipping_address['firstname'].'" /><br />';
|
| 129 |
+
print '<input type="hidden" name="delivery13.Lastname" value="'.$shipping_address['lastname'].'" /><br />';
|
| 130 |
+
print '<input type="hidden" name="delivery14.Street" value="'.$shipping_address['street'].'" /><br />';
|
| 131 |
+
print '<input type="hidden" name="delivery15.Postcode" value="'.$shipping_address['postcode'].'" /><br />';
|
| 132 |
+
print '<input type="hidden" name="delivery16.City" value="'.$shipping_address['city'].'" /><br />';
|
| 133 |
+
print '<input type="hidden" name="delivery17.Region" value="'.$shipping_address['region'].'" /><br />';
|
| 134 |
+
print '<input type="hidden" name="delivery18.Country" value="'.$billing_address['country_id'].'" /><br />';
|
| 135 |
+
print '<input type="hidden" name="delivery19.Telephone" value="'.$shipping_address['telephone'].'" /><br />';
|
| 136 |
+
}
|
| 137 |
+
if ($items) {
|
| 138 |
+
$i = 1;
|
| 139 |
+
print '<input type="hidden" name="ordline0-1" value="SKU" />';
|
| 140 |
+
print '<input type="hidden" name="ordline0-2" value="Name" />';
|
| 141 |
+
print '<input type="hidden" name="ordline0-3" value="Quantity" />';
|
| 142 |
+
print '<input type="hidden" name="ordline0-4" value="Total" />';
|
| 143 |
+
foreach($items as $item) {
|
| 144 |
+
print '<input type="hidden" name="ordline'.$i.'-1" value="'.$item->getSku().'" />';
|
| 145 |
+
print '<input type="hidden" name="ordline'.$i.'-2" value="'.$item->getName().'" />';
|
| 146 |
+
print '<input type="hidden" name="ordline'.$i.'-3" value="'.$item->getQtyOrdered().'" />';
|
| 147 |
+
print '<input type="hidden" name="ordline'.$i.'-4" value="'.$item->getQtyOrdered() * $item->getPrice().'" />';
|
| 148 |
+
$i++;
|
| 149 |
+
}
|
| 150 |
+
print '<input type="hidden" name="priceinfo1.Shippingmethod" value="'.$order['shipping_description'].'" />';
|
| 151 |
+
print '<input type="hidden" name="priceinfo2.Shippingcost" value="'.$order['shipping_amount'].'" />';
|
| 152 |
+
}
|
| 153 |
?>
|
| 154 |
|
| 155 |
<script type="text/javascript">
|
package.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>DIBS</name>
|
| 4 |
-
<version>1.0.0.
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license>GPL</license>
|
| 7 |
<channel>community</channel>
|
|
@@ -32,7 +32,10 @@ Card types accepted by the DIBS payment gateway:
|
|
| 32 |
- Nordea e-betaling
|
| 33 |
|
| 34 |
A complete list can be found at http://www.dibspayment.com/</description>
|
| 35 |
-
<notes>1.0.0.
|
|
|
|
|
|
|
|
|
|
| 36 |
- Minor language update
|
| 37 |
|
| 38 |
1.0.0.1
|
|
@@ -42,9 +45,9 @@ Danish, Norwegian, Swedish
|
|
| 42 |
|
| 43 |
First release 1.0.0.0</notes>
|
| 44 |
<authors><author><name>DIBS AS</name><user>auto-converted</user><email>plugins@dibs.dk</email></author></authors>
|
| 45 |
-
<date>2009-05-
|
| 46 |
-
<time>
|
| 47 |
-
<contents><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="dibs"><file name="aktia.gif" hash="7afe00b19b4194fa4ffbdf20cdd469c1"/><file name="amex.gif" hash="f35f89ccdcb954e02a07f6c0a29c7b43"/><file name="bak.gif" hash="c315574fd839dae52a1316b6d8b836b6"/><file name="bankeinzug.gif" hash="3bd20355343bd250a6a704fdbaf9ba62"/><file name="dankort.gif" hash="daa5d5d2c0d541579b0e13aa3cd9d65b"/><file name="danskenetbetaling.gif" hash="1f616c382b72248334f6aa1ca910003b"/><file name="dibslogo.gif" hash="8b308757472fc5aaaedfefd5c79a2d54"/><file name="diners.gif" hash="fabce04659a94993a230285b9a4651e9"/><file name="edankort.gif" hash="4485910a0fb40512233c1a59ddd31015"/><file name="ewire.gif" hash="b50385f7d878be6a3834310d1fbc3a1d"/><file name="forbrugforeningen.gif" hash="d9cd7fa26230a850114b2dc99aea3b22"/><file name="getitcard.gif" hash="b70e244f36e7aec94fe3f6373e1ae8d7"/><file name="ideal.gif" hash="40f07b266bcd5953bb6c079f7eeaae67"/><file name="jcb.gif" hash="aea8c54e043a75b26887fa1307ad4312"/><file name="jcbsecure.gif" hash="1c687214f79b73d7e99f5011c9c22bce"/><file name="loading.gif" hash="7e99e1159a3686f6aa4f90043c554483"/><file name="maestro.gif" hash="d5df5f7986a21bf5a78b9c7a3656facd"/><file name="mastercard.gif" hash="2680e078159e5aedb561c3a705801a44"/><file name="mastercardsecurecode.gif" hash="730735c1e2d36d9fa3bd6468fa0b1a7d"/><file name="mobilcash.gif" hash="befd2f10976c0ab40333f01fc6db4743"/><file name="nordeasole.gif" hash="17b9be1a06125dcc7d1a6be8fea38dd6"/><file name="oko.gif" hash="1cde3c12036ebd74a643aee2ffb0513a"/><file name="pci.gif" hash="b55a87df550ea6789c17e389604e28e1"/><file name="seb.gif" hash="502b1dbeb81bce51abd1ea149d4dde14"/><file name="shbdirektbetaling.gif" hash="0aa7c7fab4133ff4843c0ae73cabe9de"/><file name="swedbankdirektbetaling.gif" hash="d6da3e67f8096811c2ad0135b2aad80a"/><file name="valus.gif" hash="e62b75eb172934e118a70366baac51ee"/><file name="verifiedbyvisa.gif" hash="517118742fce249485c8eaf6df174764"/><file name="visa.gif" hash="b61251f8c428aa5dca017c9f374957ef"/><file name="visaelectron.gif" hash="e5371ba0da9bb14990d1b8163cedd066"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="images"><dir name="dibs"><file name="aktia.gif" hash="7afe00b19b4194fa4ffbdf20cdd469c1"/><file name="amex.gif" hash="f35f89ccdcb954e02a07f6c0a29c7b43"/><file name="bak.gif" hash="c315574fd839dae52a1316b6d8b836b6"/><file name="bankeinzug.gif" hash="3bd20355343bd250a6a704fdbaf9ba62"/><file name="dankort.gif" hash="daa5d5d2c0d541579b0e13aa3cd9d65b"/><file name="danskenetbetaling.gif" hash="1f616c382b72248334f6aa1ca910003b"/><file name="dibslogo.gif" hash="8b308757472fc5aaaedfefd5c79a2d54"/><file name="diners.gif" hash="fabce04659a94993a230285b9a4651e9"/><file name="edankort.gif" hash="4485910a0fb40512233c1a59ddd31015"/><file name="ewire.gif" hash="b50385f7d878be6a3834310d1fbc3a1d"/><file name="forbrugforeningen.gif" hash="d9cd7fa26230a850114b2dc99aea3b22"/><file name="getitcard.gif" hash="b70e244f36e7aec94fe3f6373e1ae8d7"/><file name="ideal.gif" hash="40f07b266bcd5953bb6c079f7eeaae67"/><file name="jcb.gif" hash="aea8c54e043a75b26887fa1307ad4312"/><file name="jcbsecure.gif" hash="1c687214f79b73d7e99f5011c9c22bce"/><file name="loading.gif" hash="7e99e1159a3686f6aa4f90043c554483"/><file name="maestro.gif" hash="d5df5f7986a21bf5a78b9c7a3656facd"/><file name="mastercard.gif" hash="2680e078159e5aedb561c3a705801a44"/><file name="mastercardsecurecode.gif" hash="730735c1e2d36d9fa3bd6468fa0b1a7d"/><file name="mobilcash.gif" hash="befd2f10976c0ab40333f01fc6db4743"/><file name="nordeasole.gif" hash="17b9be1a06125dcc7d1a6be8fea38dd6"/><file name="oko.gif" hash="1cde3c12036ebd74a643aee2ffb0513a"/><file name="pci.gif" hash="b55a87df550ea6789c17e389604e28e1"/><file name="seb.gif" hash="502b1dbeb81bce51abd1ea149d4dde14"/><file name="shbdirektbetaling.gif" hash="0aa7c7fab4133ff4843c0ae73cabe9de"/><file name="swedbankdirektbetaling.gif" hash="d6da3e67f8096811c2ad0135b2aad80a"/><file name="valus.gif" hash="e62b75eb172934e118a70366baac51ee"/><file name="verifiedbyvisa.gif" hash="517118742fce249485c8eaf6df174764"/><file name="visa.gif" hash="b61251f8c428aa5dca017c9f374957ef"/><file name="visaelectron.gif" hash="e5371ba0da9bb14990d1b8163cedd066"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="da_DK"><file name="Mage_Dibs.csv" hash="d0c5cb82194a6ebf31763974da63cfcf"/></dir><dir name="en_US"><file name="Mage_Dibs.csv" hash="3c87618730f4635447e3b295525c1bb0"/></dir><dir name="nb_NO"><file name="Mage_Dibs.csv" hash="19ff9d72c131dd0f6195b250115551c1"/></dir><dir name="nn_NO"><file name="Mage_Dibs.csv" hash="19ff9d72c131dd0f6195b250115551c1"/></dir><dir name="sv_SE"><file name="Mage_Dibs.csv" hash="cf8699668ba4b02571a7ea574aae0fb9"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="dibs.xml" hash="e0fcac411141323aec77d6b77862f063"/></dir><dir name="template"><dir name="dibs"><dir name="standard"><file name="form.phtml" hash="449b1b49d82239f3af471d598608ae4c"/><file name="redirect_flexwin.phtml" hash="
|
| 48 |
<compatible/>
|
| 49 |
<dependencies/>
|
| 50 |
</package>
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>DIBS</name>
|
| 4 |
+
<version>1.0.0.4</version>
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license>GPL</license>
|
| 7 |
<channel>community</channel>
|
| 32 |
- Nordea e-betaling
|
| 33 |
|
| 34 |
A complete list can be found at http://www.dibspayment.com/</description>
|
| 35 |
+
<notes>1.0.0.3
|
| 36 |
+
- Added order information to DIBS payment process
|
| 37 |
+
|
| 38 |
+
1.0.0.2
|
| 39 |
- Minor language update
|
| 40 |
|
| 41 |
1.0.0.1
|
| 45 |
|
| 46 |
First release 1.0.0.0</notes>
|
| 47 |
<authors><author><name>DIBS AS</name><user>auto-converted</user><email>plugins@dibs.dk</email></author></authors>
|
| 48 |
+
<date>2009-05-27</date>
|
| 49 |
+
<time>08:22:59</time>
|
| 50 |
+
<contents><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="dibs"><file name="aktia.gif" hash="7afe00b19b4194fa4ffbdf20cdd469c1"/><file name="amex.gif" hash="f35f89ccdcb954e02a07f6c0a29c7b43"/><file name="bak.gif" hash="c315574fd839dae52a1316b6d8b836b6"/><file name="bankeinzug.gif" hash="3bd20355343bd250a6a704fdbaf9ba62"/><file name="dankort.gif" hash="daa5d5d2c0d541579b0e13aa3cd9d65b"/><file name="danskenetbetaling.gif" hash="1f616c382b72248334f6aa1ca910003b"/><file name="dibslogo.gif" hash="8b308757472fc5aaaedfefd5c79a2d54"/><file name="diners.gif" hash="fabce04659a94993a230285b9a4651e9"/><file name="edankort.gif" hash="4485910a0fb40512233c1a59ddd31015"/><file name="ewire.gif" hash="b50385f7d878be6a3834310d1fbc3a1d"/><file name="forbrugforeningen.gif" hash="d9cd7fa26230a850114b2dc99aea3b22"/><file name="getitcard.gif" hash="b70e244f36e7aec94fe3f6373e1ae8d7"/><file name="ideal.gif" hash="40f07b266bcd5953bb6c079f7eeaae67"/><file name="jcb.gif" hash="aea8c54e043a75b26887fa1307ad4312"/><file name="jcbsecure.gif" hash="1c687214f79b73d7e99f5011c9c22bce"/><file name="loading.gif" hash="7e99e1159a3686f6aa4f90043c554483"/><file name="maestro.gif" hash="d5df5f7986a21bf5a78b9c7a3656facd"/><file name="mastercard.gif" hash="2680e078159e5aedb561c3a705801a44"/><file name="mastercardsecurecode.gif" hash="730735c1e2d36d9fa3bd6468fa0b1a7d"/><file name="mobilcash.gif" hash="befd2f10976c0ab40333f01fc6db4743"/><file name="nordeasole.gif" hash="17b9be1a06125dcc7d1a6be8fea38dd6"/><file name="oko.gif" hash="1cde3c12036ebd74a643aee2ffb0513a"/><file name="pci.gif" hash="b55a87df550ea6789c17e389604e28e1"/><file name="seb.gif" hash="502b1dbeb81bce51abd1ea149d4dde14"/><file name="shbdirektbetaling.gif" hash="0aa7c7fab4133ff4843c0ae73cabe9de"/><file name="swedbankdirektbetaling.gif" hash="d6da3e67f8096811c2ad0135b2aad80a"/><file name="valus.gif" hash="e62b75eb172934e118a70366baac51ee"/><file name="verifiedbyvisa.gif" hash="517118742fce249485c8eaf6df174764"/><file name="visa.gif" hash="b61251f8c428aa5dca017c9f374957ef"/><file name="visaelectron.gif" hash="e5371ba0da9bb14990d1b8163cedd066"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="images"><dir name="dibs"><file name="aktia.gif" hash="7afe00b19b4194fa4ffbdf20cdd469c1"/><file name="amex.gif" hash="f35f89ccdcb954e02a07f6c0a29c7b43"/><file name="bak.gif" hash="c315574fd839dae52a1316b6d8b836b6"/><file name="bankeinzug.gif" hash="3bd20355343bd250a6a704fdbaf9ba62"/><file name="dankort.gif" hash="daa5d5d2c0d541579b0e13aa3cd9d65b"/><file name="danskenetbetaling.gif" hash="1f616c382b72248334f6aa1ca910003b"/><file name="dibslogo.gif" hash="8b308757472fc5aaaedfefd5c79a2d54"/><file name="diners.gif" hash="fabce04659a94993a230285b9a4651e9"/><file name="edankort.gif" hash="4485910a0fb40512233c1a59ddd31015"/><file name="ewire.gif" hash="b50385f7d878be6a3834310d1fbc3a1d"/><file name="forbrugforeningen.gif" hash="d9cd7fa26230a850114b2dc99aea3b22"/><file name="getitcard.gif" hash="b70e244f36e7aec94fe3f6373e1ae8d7"/><file name="ideal.gif" hash="40f07b266bcd5953bb6c079f7eeaae67"/><file name="jcb.gif" hash="aea8c54e043a75b26887fa1307ad4312"/><file name="jcbsecure.gif" hash="1c687214f79b73d7e99f5011c9c22bce"/><file name="loading.gif" hash="7e99e1159a3686f6aa4f90043c554483"/><file name="maestro.gif" hash="d5df5f7986a21bf5a78b9c7a3656facd"/><file name="mastercard.gif" hash="2680e078159e5aedb561c3a705801a44"/><file name="mastercardsecurecode.gif" hash="730735c1e2d36d9fa3bd6468fa0b1a7d"/><file name="mobilcash.gif" hash="befd2f10976c0ab40333f01fc6db4743"/><file name="nordeasole.gif" hash="17b9be1a06125dcc7d1a6be8fea38dd6"/><file name="oko.gif" hash="1cde3c12036ebd74a643aee2ffb0513a"/><file name="pci.gif" hash="b55a87df550ea6789c17e389604e28e1"/><file name="seb.gif" hash="502b1dbeb81bce51abd1ea149d4dde14"/><file name="shbdirektbetaling.gif" hash="0aa7c7fab4133ff4843c0ae73cabe9de"/><file name="swedbankdirektbetaling.gif" hash="d6da3e67f8096811c2ad0135b2aad80a"/><file name="valus.gif" hash="e62b75eb172934e118a70366baac51ee"/><file name="verifiedbyvisa.gif" hash="517118742fce249485c8eaf6df174764"/><file name="visa.gif" hash="b61251f8c428aa5dca017c9f374957ef"/><file name="visaelectron.gif" hash="e5371ba0da9bb14990d1b8163cedd066"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="da_DK"><file name="Mage_Dibs.csv" hash="d0c5cb82194a6ebf31763974da63cfcf"/></dir><dir name="en_US"><file name="Mage_Dibs.csv" hash="3c87618730f4635447e3b295525c1bb0"/></dir><dir name="nb_NO"><file name="Mage_Dibs.csv" hash="19ff9d72c131dd0f6195b250115551c1"/></dir><dir name="nn_NO"><file name="Mage_Dibs.csv" hash="19ff9d72c131dd0f6195b250115551c1"/></dir><dir name="sv_SE"><file name="Mage_Dibs.csv" hash="cf8699668ba4b02571a7ea574aae0fb9"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="dibs.xml" hash="e0fcac411141323aec77d6b77862f063"/></dir><dir name="template"><dir name="dibs"><dir name="standard"><file name="form.phtml" hash="449b1b49d82239f3af471d598608ae4c"/><file name="redirect_flexwin.phtml" hash="e6dbaafc9d5cfa466c35d5fd7e439e5d"/><file name="redirect_paymentwindow.phtml" hash="d3ae153853528f2000741d1f111d0d22"/></dir></dir></dir></dir></dir></dir></target><target name="magelocal"><dir name="Mage"><dir name="Adminhtml"><dir name="Block"><dir name="Sales"><dir name="Order"><dir name="View"><dir name="Tab"><file name="Info.php" hash="ce54f910bfcdf2b41b2663dadb7ba2fc"/></dir></dir></dir></dir></dir></dir><dir name="Dibs"><dir name="Block"><dir name="Standard"><file name="Form.php" hash="dd81a2e22e518ff104ed3f69528fe347"/><file name="Redirect.php" hash="a652884e7f9ec32cf96df6494e814f4e"/></dir></dir><dir name="controllers"><file name="StandardController.php" hash="44daeacf06f3d02db4f7da816fa02808"/></dir><dir name="etc"><file name="config.xml" hash="a11c6f9e9e4d75fda2fca8ced55eb166"/><file name="system.xml" hash="78fe77137bef712568fa0d323f24deee"/></dir><dir name="Helper"><file name="Data.php" hash="b93ec2269b9a302c2e3176e45bffbf73"/></dir><dir name="Model"><dir name="Mysql4"><file name="Setup.php" hash="c18fda329fa5d40b31ac76e4955afa31"/></dir><dir name="System"><dir name="Config"><dir name="Source"><file name="Color.php" hash="78084ee39f49af7291ab0f6cb0ab7f8b"/><file name="Decorator.php" hash="29e5a6c1aa9f92b0542ad2381d5fbabc"/><file name="Dibslogos.php" hash="29a026f1229bafda94a04352e74739e8"/><file name="Lang.php" hash="842d86a353e0f5d1339bb38feea1ec00"/><file name="Paymentwindow.php" hash="0742db19898c94c777385ce2160e25f9"/></dir></dir></dir><file name="Standard.php" hash="74b3f435a180775413c2def631a761de"/></dir><dir name="sql"><dir name="dibs_setup"><file name="mysql4-install-0.7.0.php" hash="09b330e4f4cdfddb3678026e670061a1"/></dir></dir></dir><dir name="Sales"><dir name="Block"><dir name="Order"><file name="Info.php" hash="9e6166c1a038944900094a9dbde9a3a1"/><file name="Print.php" hash="990ab1545e691e8cdc4daf7a8e802069"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="dibs.xml" hash="8bd9e75f2ab5a6f258ea296caff89d7d"/></dir></target></contents>
|
| 51 |
<compatible/>
|
| 52 |
<dependencies/>
|
| 53 |
</package>
|
