Version Notes
- Pickup point extra info is stored correctly
- Mixed content warning removed from admin configuration panel
Download this release
Release Info
| Developer | Magento Core Team |
| Extension | Eabi_DpdEE |
| Version | 0.1.29 |
| Comparing to | |
| See all releases | |
Code changes from version 0.1.28 to 0.1.29
app/code/community/Eabi/DpdEE/CHANGELOG.txt
CHANGED
|
@@ -90,4 +90,8 @@
|
|
| 90 |
- Added field Sh_email to Flat.php
|
| 91 |
|
| 92 |
0.1.28
|
| 93 |
-
- implemented Mage_Shipping_Model_Carrier_Interface
|
|
|
|
|
|
|
|
|
|
|
|
| 90 |
- Added field Sh_email to Flat.php
|
| 91 |
|
| 92 |
0.1.28
|
| 93 |
+
- implemented Mage_Shipping_Model_Carrier_Interface
|
| 94 |
+
|
| 95 |
+
0.1.29
|
| 96 |
+
- Pickup point extra info is stored correctly
|
| 97 |
+
- Mixed content warning removed from admin configuration panel
|
app/code/community/Eabi/DpdEE/Model/Post.php
CHANGED
|
@@ -333,6 +333,7 @@ class Eabi_DpdEE_Model_Post extends Eabi_Postoffice_Model_Carrier_Abstract {
|
|
| 333 |
'country' => $remoteParcelTerminal['Sh_country'],
|
| 334 |
'zip' => $remoteParcelTerminal['Sh_postal'],
|
| 335 |
'group_sort' => $this->getGroupSort($remoteParcelTerminal['Sh_city']),
|
|
|
|
| 336 |
);
|
| 337 |
|
| 338 |
}
|
| 333 |
'country' => $remoteParcelTerminal['Sh_country'],
|
| 334 |
'zip' => $remoteParcelTerminal['Sh_postal'],
|
| 335 |
'group_sort' => $this->getGroupSort($remoteParcelTerminal['Sh_city']),
|
| 336 |
+
'extra' => $remoteParcelTerminal,
|
| 337 |
);
|
| 338 |
|
| 339 |
}
|
app/code/community/Eabi/DpdEE/etc/config.xml
CHANGED
|
@@ -36,7 +36,7 @@
|
|
| 36 |
<config>
|
| 37 |
<modules>
|
| 38 |
<Eabi_DpdEE>
|
| 39 |
-
<version>0.1.
|
| 40 |
</Eabi_DpdEE>
|
| 41 |
</modules>
|
| 42 |
|
| 36 |
<config>
|
| 37 |
<modules>
|
| 38 |
<Eabi_DpdEE>
|
| 39 |
+
<version>0.1.29</version>
|
| 40 |
</Eabi_DpdEE>
|
| 41 |
</modules>
|
| 42 |
|
app/code/community/Eabi/DpdEE/etc/system.xml
CHANGED
|
@@ -44,7 +44,7 @@
|
|
| 44 |
<show_in_website>1</show_in_website>
|
| 45 |
<show_in_store>1</show_in_store>
|
| 46 |
<comment><