Eabi_DpdEE - Version 0.1.8

Version Notes

- Fix recoverable error with isCodEnabled and getCodFee functions (remove Mage_Customer_Model_Address parameter type requirement)
- Fix error which prohibited confirming the checkout when one of the shipping methods have been disabled via ~/app/etc/modules/*.xml

Download this release

Release Info

Developer Magento Core Team
Extension Eabi_DpdEE
Version 0.1.8
Comparing to
See all releases


Code changes from version 0.1.7 to 0.1.8

Files changed (56) hide show
  1. app/code/community/Eabi/DpdEE/Block/Adminhtml/Config/Form/Field/Country.php +5 -21
  2. app/code/community/Eabi/DpdEE/Block/Info/Payment.php +5 -21
  3. app/code/community/Eabi/DpdEE/Block/Invoice.php +5 -21
  4. app/code/community/Eabi/DpdEE/Block/Order/Courier.php +5 -21
  5. app/code/community/Eabi/DpdEE/Helper/Data.php +5 -21
  6. app/code/community/Eabi/DpdEE/Model/Action/Carrier/Order/Courier.php +5 -21
  7. app/code/community/Eabi/DpdEE/Model/Api.php +5 -21
  8. app/code/community/Eabi/DpdEE/Model/Button/Courier.php +5 -21
  9. app/code/community/Eabi/DpdEE/Model/Config.php +5 -21
  10. app/code/community/Eabi/DpdEE/Model/Flat.php +5 -21
  11. app/code/community/Eabi/DpdEE/Model/Observer.php +5 -21
  12. app/code/community/Eabi/DpdEE/Model/Payment/Processor.php +5 -21
  13. app/code/community/Eabi/DpdEE/Model/Post.php +7 -23
  14. app/code/community/Eabi/DpdEE/Model/Source/Label/Position.php +5 -21
  15. app/code/community/Eabi/DpdEE/Model/Source/Service.php +5 -21
  16. app/code/community/Eabi/DpdEE/etc/config.xml +6 -22
  17. app/code/community/Eabi/DpdEE/etc/system.xml +5 -21
  18. app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-install-0.1.0.php +5 -21
  19. app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.0-0.1.1.php +5 -21
  20. app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.1-0.1.2.php +5 -21
  21. app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.2-0.1.3.php +5 -21
  22. app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.3-0.1.4.php +5 -21
  23. app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.6-0.1.7.php +5 -21
  24. app/code/community/Eabi/Postoffice/Block/Adminhtml/Config/Form/Field/Remove.php +5 -21
  25. app/code/community/Eabi/Postoffice/Block/Config/Rebuildbutton.php +5 -21
  26. app/code/community/Eabi/Postoffice/Helper/Countrycode.php +5 -21
  27. app/code/community/Eabi/Postoffice/Helper/Data.php +11 -22
  28. app/code/community/Eabi/Postoffice/Model/Carrier/Abstract.php +6 -22
  29. app/code/community/Eabi/Postoffice/Model/Carrier/Result.php +5 -21
  30. app/code/community/Eabi/Postoffice/Model/Carriermodule.php +5 -21
  31. app/code/community/Eabi/Postoffice/Model/Mysql4/Carriermodule.php +5 -21
  32. app/code/community/Eabi/Postoffice/Model/Mysql4/Carriermodule/Collection.php +5 -21
  33. app/code/community/Eabi/Postoffice/Model/Mysql4/Office.php +5 -21
  34. app/code/community/Eabi/Postoffice/Model/Mysql4/Office/Collection.php +5 -21
  35. app/code/community/Eabi/Postoffice/Model/Office.php +5 -21
  36. app/code/community/Eabi/Postoffice/Model/Orderview.php +5 -21
  37. app/code/community/Eabi/Postoffice/Model/Source/Sendevent.php +5 -21
  38. app/code/community/Eabi/Postoffice/Model/Updater.php +5 -21
  39. app/code/community/Eabi/Postoffice/controllers/Adminhtml/PostofficeController.php +5 -21
  40. app/code/community/Eabi/Postoffice/controllers/IndexController.php +5 -21
  41. app/code/community/Eabi/Postoffice/etc/config.xml +6 -22
  42. app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-install-0.1.0.php +5 -21
  43. app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.0-0.1.1.php +5 -21
  44. app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.1-0.1.2.php +5 -21
  45. app/design/adminhtml/default/default/layout/eabi_postoffice.xml +5 -21
  46. app/design/adminhtml/default/default/template/eabi_postoffice/shipping_method_form.phtml +5 -21
  47. app/design/frontend/base/default/layout/eabi_postoffice.xml +5 -21
  48. app/design/frontend/base/default/template/eabi_postoffice/available.phtml +5 -21
  49. app/design/frontend/base/default/template/eabi_postoffice/multishipping.phtml +5 -21
  50. app/design/frontend/base/default/template/eabi_postoffice/shipping.phtml +5 -21
  51. app/design/frontend/base/default/template/eabi_postoffice/tracking/popup.phtml +5 -21
  52. app/etc/modules/Eabi_DpdEE.xml +6 -22
  53. app/etc/modules/Eabi_Postoffice.xml +6 -22
  54. js/eabi_js/eabi_dpdee.js +5 -21
  55. package.xml +6 -8
  56. skin/adminhtml/default/default/eabi_dpdee.css +5 -21
app/code/community/Eabi/DpdEE/Block/Adminhtml/Config/Form/Field/Country.php CHANGED
@@ -2,30 +2,14 @@
2
 
3
  /*
4
 
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * or OpenGPL v3 license (GNU Public License V3.0)
10
- * that is bundled with this package in the file LICENSE.txt.
11
- * It is also available through the world-wide-web at this URL:
12
- * http://opensource.org/licenses/osl-3.0.php
13
- * or
14
- * http://www.gnu.org/licenses/gpl-3.0.txt
15
- * If you did not receive a copy of the license and are unable to
16
- * obtain it through the world-wide-web, please send an email
17
- * to info@e-abi.ee so we can send you a copy immediately.
18
- *
19
- * DISCLAIMER
20
- *
21
- * Do not edit or add to this file if you wish to upgrade this module to newer
22
- * versions in the future.
23
  *
24
  * @category Eabi
25
- * @package Eabi_Dpd
26
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
30
  *
31
 
2
 
3
  /*
4
 
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
+ * @package Eabi_Omniva
11
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
app/code/community/Eabi/DpdEE/Block/Info/Payment.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/DpdEE/Block/Invoice.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/DpdEE/Block/Order/Courier.php CHANGED
@@ -2,30 +2,14 @@
2
 
3
  /*
4
 
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * or OpenGPL v3 license (GNU Public License V3.0)
10
- * that is bundled with this package in the file LICENSE.txt.
11
- * It is also available through the world-wide-web at this URL:
12
- * http://opensource.org/licenses/osl-3.0.php
13
- * or
14
- * http://www.gnu.org/licenses/gpl-3.0.txt
15
- * If you did not receive a copy of the license and are unable to
16
- * obtain it through the world-wide-web, please send an email
17
- * to info@e-abi.ee so we can send you a copy immediately.
18
- *
19
- * DISCLAIMER
20
- *
21
- * Do not edit or add to this file if you wish to upgrade this module to newer
22
- * versions in the future.
23
  *
24
  * @category Eabi
25
- * @package Eabi_Dpd
26
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
30
  *
31
 
2
 
3
  /*
4
 
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
+ * @package Eabi_Omniva
11
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
app/code/community/Eabi/DpdEE/Helper/Data.php CHANGED
@@ -2,30 +2,14 @@
2
 
3
  /*
4
 
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * or OpenGPL v3 license (GNU Public License V3.0)
10
- * that is bundled with this package in the file LICENSE.txt.
11
- * It is also available through the world-wide-web at this URL:
12
- * http://opensource.org/licenses/osl-3.0.php
13
- * or
14
- * http://www.gnu.org/licenses/gpl-3.0.txt
15
- * If you did not receive a copy of the license and are unable to
16
- * obtain it through the world-wide-web, please send an email
17
- * to info@e-abi.ee so we can send you a copy immediately.
18
- *
19
- * DISCLAIMER
20
- *
21
- * Do not edit or add to this file if you wish to upgrade this module to newer
22
- * versions in the future.
23
  *
24
  * @category Eabi
25
- * @package Eabi_Dpd
26
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
30
  *
31
 
2
 
3
  /*
4
 
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
+ * @package Eabi_Omniva
11
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
app/code/community/Eabi/DpdEE/Model/Action/Carrier/Order/Courier.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/DpdEE/Model/Api.php CHANGED
@@ -2,30 +2,14 @@
2
 
3
  /*
4
 
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * or OpenGPL v3 license (GNU Public License V3.0)
10
- * that is bundled with this package in the file LICENSE.txt.
11
- * It is also available through the world-wide-web at this URL:
12
- * http://opensource.org/licenses/osl-3.0.php
13
- * or
14
- * http://www.gnu.org/licenses/gpl-3.0.txt
15
- * If you did not receive a copy of the license and are unable to
16
- * obtain it through the world-wide-web, please send an email
17
- * to info@e-abi.ee so we can send you a copy immediately.
18
- *
19
- * DISCLAIMER
20
- *
21
- * Do not edit or add to this file if you wish to upgrade this module to newer
22
- * versions in the future.
23
  *
24
  * @category Eabi
25
- * @package Eabi_Dpd
26
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
30
  *
31
 
2
 
3
  /*
4
 
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
+ * @package Eabi_Omniva
11
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
app/code/community/Eabi/DpdEE/Model/Button/Courier.php CHANGED
@@ -2,30 +2,14 @@
2
 
3
  /*
4
 
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * or OpenGPL v3 license (GNU Public License V3.0)
10
- * that is bundled with this package in the file LICENSE.txt.
11
- * It is also available through the world-wide-web at this URL:
12
- * http://opensource.org/licenses/osl-3.0.php
13
- * or
14
- * http://www.gnu.org/licenses/gpl-3.0.txt
15
- * If you did not receive a copy of the license and are unable to
16
- * obtain it through the world-wide-web, please send an email
17
- * to info@e-abi.ee so we can send you a copy immediately.
18
- *
19
- * DISCLAIMER
20
- *
21
- * Do not edit or add to this file if you wish to upgrade this module to newer
22
- * versions in the future.
23
  *
24
  * @category Eabi
25
- * @package Eabi_Dpd
26
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
30
  *
31
 
2
 
3
  /*
4
 
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
+ * @package Eabi_Omniva
11
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
app/code/community/Eabi/DpdEE/Model/Config.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/DpdEE/Model/Flat.php CHANGED
@@ -2,30 +2,14 @@
2
 
3
  /*
4
 
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * or OpenGPL v3 license (GNU Public License V3.0)
10
- * that is bundled with this package in the file LICENSE.txt.
11
- * It is also available through the world-wide-web at this URL:
12
- * http://opensource.org/licenses/osl-3.0.php
13
- * or
14
- * http://www.gnu.org/licenses/gpl-3.0.txt
15
- * If you did not receive a copy of the license and are unable to
16
- * obtain it through the world-wide-web, please send an email
17
- * to info@e-abi.ee so we can send you a copy immediately.
18
- *
19
- * DISCLAIMER
20
- *
21
- * Do not edit or add to this file if you wish to upgrade this module to newer
22
- * versions in the future.
23
  *
24
  * @category Eabi
25
- * @package Eabi_Dpd
26
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
30
  *
31
 
2
 
3
  /*
4
 
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
+ * @package Eabi_Omniva
11
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
app/code/community/Eabi/DpdEE/Model/Observer.php CHANGED
@@ -2,30 +2,14 @@
2
 
3
  /*
4
 
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * or OpenGPL v3 license (GNU Public License V3.0)
10
- * that is bundled with this package in the file LICENSE.txt.
11
- * It is also available through the world-wide-web at this URL:
12
- * http://opensource.org/licenses/osl-3.0.php
13
- * or
14
- * http://www.gnu.org/licenses/gpl-3.0.txt
15
- * If you did not receive a copy of the license and are unable to
16
- * obtain it through the world-wide-web, please send an email
17
- * to info@e-abi.ee so we can send you a copy immediately.
18
- *
19
- * DISCLAIMER
20
- *
21
- * Do not edit or add to this file if you wish to upgrade this module to newer
22
- * versions in the future.
23
  *
24
  * @category Eabi
25
- * @package Eabi_Dpd
26
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
30
  *
31
 
2
 
3
  /*
4
 
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
+ * @package Eabi_Omniva
11
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
app/code/community/Eabi/DpdEE/Model/Payment/Processor.php CHANGED
@@ -2,30 +2,14 @@
2
 
3
  /*
4
 
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * or OpenGPL v3 license (GNU Public License V3.0)
10
- * that is bundled with this package in the file LICENSE.txt.
11
- * It is also available through the world-wide-web at this URL:
12
- * http://opensource.org/licenses/osl-3.0.php
13
- * or
14
- * http://www.gnu.org/licenses/gpl-3.0.txt
15
- * If you did not receive a copy of the license and are unable to
16
- * obtain it through the world-wide-web, please send an email
17
- * to info@e-abi.ee so we can send you a copy immediately.
18
- *
19
- * DISCLAIMER
20
- *
21
- * Do not edit or add to this file if you wish to upgrade this module to newer
22
- * versions in the future.
23
  *
24
  * @category Eabi
25
- * @package Eabi_Dpd
26
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
30
  *
31
 
2
 
3
  /*
4
 
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
+ * @package Eabi_Omniva
11
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
app/code/community/Eabi/DpdEE/Model/Post.php CHANGED
@@ -2,30 +2,14 @@
2
 
3
  /*
4
 
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * or OpenGPL v3 license (GNU Public License V3.0)
10
- * that is bundled with this package in the file LICENSE.txt.
11
- * It is also available through the world-wide-web at this URL:
12
- * http://opensource.org/licenses/osl-3.0.php
13
- * or
14
- * http://www.gnu.org/licenses/gpl-3.0.txt
15
- * If you did not receive a copy of the license and are unable to
16
- * obtain it through the world-wide-web, please send an email
17
- * to info@e-abi.ee so we can send you a copy immediately.
18
- *
19
- * DISCLAIMER
20
- *
21
- * Do not edit or add to this file if you wish to upgrade this module to newer
22
- * versions in the future.
23
  *
24
  * @category Eabi
25
- * @package Eabi_Dpd
26
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
30
  *
31
 
@@ -557,7 +541,7 @@ class Eabi_DpdEE_Model_Post extends Eabi_Postoffice_Model_Carrier_Abstract {
557
  * @param Mage_Customer_Model_Address $address
558
  * @return boolean|float
559
  */
560
- public function getCodFee(Mage_Customer_Model_Address $address) {
561
  if ($address->getCountryId()) {
562
 
563
 
@@ -584,7 +568,7 @@ class Eabi_DpdEE_Model_Post extends Eabi_Postoffice_Model_Carrier_Abstract {
584
  * @param Mage_Customer_Model_Address $address
585
  * @return boolean
586
  */
587
- public function isCodEnabled(Mage_Customer_Model_Address $address) {
588
  $shippingMatrix = $this->_decodeShippingMatrix($this->getConfigDataForThis('handling_fee_country'));
589
  if ($address->getCountryId() && isset($shippingMatrix[$address->getCountryId()]) && isset($shippingMatrix[$address->getCountryId()]['cod_fee'])
590
  && $shippingMatrix[$address->getCountryId()]['cod_fee'] !== '') {
2
 
3
  /*
4
 
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
+ * @package Eabi_Omniva
11
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
541
  * @param Mage_Customer_Model_Address $address
542
  * @return boolean|float
543
  */
544
+ public function getCodFee($address) {
545
  if ($address->getCountryId()) {
546
 
547
 
568
  * @param Mage_Customer_Model_Address $address
569
  * @return boolean
570
  */
571
+ public function isCodEnabled($address) {
572
  $shippingMatrix = $this->_decodeShippingMatrix($this->getConfigDataForThis('handling_fee_country'));
573
  if ($address->getCountryId() && isset($shippingMatrix[$address->getCountryId()]) && isset($shippingMatrix[$address->getCountryId()]['cod_fee'])
574
  && $shippingMatrix[$address->getCountryId()]['cod_fee'] !== '') {
app/code/community/Eabi/DpdEE/Model/Source/Label/Position.php CHANGED
@@ -2,30 +2,14 @@
2
 
3
  /*
4
 
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * or OpenGPL v3 license (GNU Public License V3.0)
10
- * that is bundled with this package in the file LICENSE.txt.
11
- * It is also available through the world-wide-web at this URL:
12
- * http://opensource.org/licenses/osl-3.0.php
13
- * or
14
- * http://www.gnu.org/licenses/gpl-3.0.txt
15
- * If you did not receive a copy of the license and are unable to
16
- * obtain it through the world-wide-web, please send an email
17
- * to info@e-abi.ee so we can send you a copy immediately.
18
- *
19
- * DISCLAIMER
20
- *
21
- * Do not edit or add to this file if you wish to upgrade this module to newer
22
- * versions in the future.
23
  *
24
  * @category Eabi
25
- * @package Eabi_Dpd
26
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
30
  *
31
 
2
 
3
  /*
4
 
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
+ * @package Eabi_Omniva
11
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
app/code/community/Eabi/DpdEE/Model/Source/Service.php CHANGED
@@ -2,30 +2,14 @@
2
 
3
  /*
4
 
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * or OpenGPL v3 license (GNU Public License V3.0)
10
- * that is bundled with this package in the file LICENSE.txt.
11
- * It is also available through the world-wide-web at this URL:
12
- * http://opensource.org/licenses/osl-3.0.php
13
- * or
14
- * http://www.gnu.org/licenses/gpl-3.0.txt
15
- * If you did not receive a copy of the license and are unable to
16
- * obtain it through the world-wide-web, please send an email
17
- * to info@e-abi.ee so we can send you a copy immediately.
18
- *
19
- * DISCLAIMER
20
- *
21
- * Do not edit or add to this file if you wish to upgrade this module to newer
22
- * versions in the future.
23
  *
24
  * @category Eabi
25
- * @package Eabi_Dpd
26
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
30
  *
31
 
2
 
3
  /*
4
 
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
+ * @package Eabi_Omniva
11
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
app/code/community/Eabi/DpdEE/etc/config.xml CHANGED
@@ -2,30 +2,14 @@
2
  <!--
3
  /*
4
 
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * or OpenGPL v3 license (GNU Public License V3.0)
10
- * that is bundled with this package in the file LICENSE.txt.
11
- * It is also available through the world-wide-web at this URL:
12
- * http://opensource.org/licenses/osl-3.0.php
13
- * or
14
- * http://www.gnu.org/licenses/gpl-3.0.txt
15
- * If you did not receive a copy of the license and are unable to
16
- * obtain it through the world-wide-web, please send an email
17
- * to info@e-abi.ee so we can send you a copy immediately.
18
- *
19
- * DISCLAIMER
20
- *
21
- * Do not edit or add to this file if you wish to upgrade this module to newer
22
- * versions in the future.
23
  *
24
  * @category Eabi
25
- * @package Eabi_Dpd
26
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
30
  *
31
 
@@ -36,7 +20,7 @@
36
  <config>
37
  <modules>
38
  <Eabi_DpdEE>
39
- <version>0.1.7</version>
40
  </Eabi_DpdEE>
41
  </modules>
42
 
2
  <!--
3
  /*
4
 
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
+ * @package Eabi_Omniva
11
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
20
  <config>
21
  <modules>
22
  <Eabi_DpdEE>
23
+ <version>0.1.8</version>
24
  </Eabi_DpdEE>
25
  </modules>
26
 
app/code/community/Eabi/DpdEE/etc/system.xml CHANGED
@@ -2,30 +2,14 @@
2
  <!--
3
  /*
4
 
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * or OpenGPL v3 license (GNU Public License V3.0)
10
- * that is bundled with this package in the file LICENSE.txt.
11
- * It is also available through the world-wide-web at this URL:
12
- * http://opensource.org/licenses/osl-3.0.php
13
- * or
14
- * http://www.gnu.org/licenses/gpl-3.0.txt
15
- * If you did not receive a copy of the license and are unable to
16
- * obtain it through the world-wide-web, please send an email
17
- * to info@e-abi.ee so we can send you a copy immediately.
18
- *
19
- * DISCLAIMER
20
- *
21
- * Do not edit or add to this file if you wish to upgrade this module to newer
22
- * versions in the future.
23
  *
24
  * @category Eabi
25
- * @package Eabi_Dpd
26
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
30
  *
31
 
2
  <!--
3
  /*
4
 
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
+ * @package Eabi_Omniva
11
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-install-0.1.0.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.0-0.1.1.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.1-0.1.2.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.2-0.1.3.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.3-0.1.4.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.6-0.1.7.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/Block/Adminhtml/Config/Form/Field/Remove.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/Block/Config/Rebuildbutton.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/Helper/Countrycode.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/Helper/Data.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
@@ -126,7 +110,12 @@ class Eabi_Postoffice_Helper_Data extends Mage_Core_Helper_Abstract {
126
  foreach ($carriers as $carrier) {
127
  $shippingModel = Mage::getModel($carrier->getData('class_name'));
128
  if (!($shippingModel instanceof Eabi_Postoffice_Model_Carrier_Abstract)) {
129
- throw new Exception('Invalid Shipping model');
 
 
 
 
 
130
  }
131
  $shippingModel->clearSession();
132
  }
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
110
  foreach ($carriers as $carrier) {
111
  $shippingModel = Mage::getModel($carrier->getData('class_name'));
112
  if (!($shippingModel instanceof Eabi_Postoffice_Model_Carrier_Abstract)) {
113
+ //when disabling modules, which are included on the eabi_carriermodule table
114
+ //it may cause them not to be the instance of Eabi_Postoffice_Model_Carrier_Abstract any more
115
+ //to combat this issue, we simply need to ignore the loaded shipping model from the table.
116
+ //this way we do not cause Magento's own order creation process to fail because of previously disabled modules
117
+ continue;
118
+ // throw new Exception('Invalid Shipping model');
119
  }
120
  $shippingModel->clearSession();
121
  }
app/code/community/Eabi/Postoffice/Model/Carrier/Abstract.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
@@ -489,7 +473,7 @@ EOT;
489
  * @param Mage_Customer_Model_Address $address
490
  * @return bool
491
  */
492
- public function isCodEnabled(Mage_Customer_Model_Address $address) {
493
  return $this->getConfigData('enable_cod');
494
  }
495
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
473
  * @param Mage_Customer_Model_Address $address
474
  * @return bool
475
  */
476
+ public function isCodEnabled($address) {
477
  return $this->getConfigData('enable_cod');
478
  }
479
 
app/code/community/Eabi/Postoffice/Model/Carrier/Result.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/Model/Carriermodule.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/Model/Mysql4/Carriermodule.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/Model/Mysql4/Carriermodule/Collection.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/Model/Mysql4/Office.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/Model/Mysql4/Office/Collection.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/Model/Office.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/Model/Orderview.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/Model/Source/Sendevent.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/Model/Updater.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/controllers/Adminhtml/PostofficeController.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/controllers/IndexController.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/etc/config.xml CHANGED
@@ -2,30 +2,14 @@
2
  <!--
3
  /*
4
 
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * or OpenGPL v3 license (GNU Public License V3.0)
10
- * that is bundled with this package in the file LICENSE.txt.
11
- * It is also available through the world-wide-web at this URL:
12
- * http://opensource.org/licenses/osl-3.0.php
13
- * or
14
- * http://www.gnu.org/licenses/gpl-3.0.txt
15
- * If you did not receive a copy of the license and are unable to
16
- * obtain it through the world-wide-web, please send an email
17
- * to info@e-abi.ee so we can send you a copy immediately.
18
- *
19
- * DISCLAIMER
20
- *
21
- * Do not edit or add to this file if you wish to upgrade this module to newer
22
- * versions in the future.
23
  *
24
  * @category Eabi
25
- * @package Eabi_Dpd
26
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
30
  *
31
 
@@ -36,7 +20,7 @@
36
  <config>
37
  <modules>
38
  <Eabi_Postoffice>
39
- <version>0.1.4</version>
40
  </Eabi_Postoffice>
41
  </modules>
42
 
2
  <!--
3
  /*
4
 
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
+ * @package Eabi_Omniva
11
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
20
  <config>
21
  <modules>
22
  <Eabi_Postoffice>
23
+ <version>0.1.5</version>
24
  </Eabi_Postoffice>
25
  </modules>
26
 
app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-install-0.1.0.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.0-0.1.1.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.1-0.1.2.php CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/design/adminhtml/default/default/layout/eabi_postoffice.xml CHANGED
@@ -2,30 +2,14 @@
2
  <!--
3
  /*
4
 
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * or OpenGPL v3 license (GNU Public License V3.0)
10
- * that is bundled with this package in the file LICENSE.txt.
11
- * It is also available through the world-wide-web at this URL:
12
- * http://opensource.org/licenses/osl-3.0.php
13
- * or
14
- * http://www.gnu.org/licenses/gpl-3.0.txt
15
- * If you did not receive a copy of the license and are unable to
16
- * obtain it through the world-wide-web, please send an email
17
- * to info@e-abi.ee so we can send you a copy immediately.
18
- *
19
- * DISCLAIMER
20
- *
21
- * Do not edit or add to this file if you wish to upgrade this module to newer
22
- * versions in the future.
23
  *
24
  * @category Eabi
25
- * @package Eabi_Dpd
26
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
30
  *
31
 
2
  <!--
3
  /*
4
 
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
+ * @package Eabi_Omniva
11
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
app/design/adminhtml/default/default/template/eabi_postoffice/shipping_method_form.phtml CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/design/frontend/base/default/layout/eabi_postoffice.xml CHANGED
@@ -2,30 +2,14 @@
2
  <!--
3
  /*
4
 
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * or OpenGPL v3 license (GNU Public License V3.0)
10
- * that is bundled with this package in the file LICENSE.txt.
11
- * It is also available through the world-wide-web at this URL:
12
- * http://opensource.org/licenses/osl-3.0.php
13
- * or
14
- * http://www.gnu.org/licenses/gpl-3.0.txt
15
- * If you did not receive a copy of the license and are unable to
16
- * obtain it through the world-wide-web, please send an email
17
- * to info@e-abi.ee so we can send you a copy immediately.
18
- *
19
- * DISCLAIMER
20
- *
21
- * Do not edit or add to this file if you wish to upgrade this module to newer
22
- * versions in the future.
23
  *
24
  * @category Eabi
25
- * @package Eabi_Dpd
26
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
30
  *
31
 
2
  <!--
3
  /*
4
 
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
+ * @package Eabi_Omniva
11
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
app/design/frontend/base/default/template/eabi_postoffice/available.phtml CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/design/frontend/base/default/template/eabi_postoffice/multishipping.phtml CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/design/frontend/base/default/template/eabi_postoffice/shipping.phtml CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/design/frontend/base/default/template/eabi_postoffice/tracking/popup.phtml CHANGED
@@ -1,30 +1,14 @@
1
  <?php
2
  /*
3
 
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * or OpenGPL v3 license (GNU Public License V3.0)
9
- * that is bundled with this package in the file LICENSE.txt.
10
- * It is also available through the world-wide-web at this URL:
11
- * http://opensource.org/licenses/osl-3.0.php
12
- * or
13
- * http://www.gnu.org/licenses/gpl-3.0.txt
14
- * If you did not receive a copy of the license and are unable to
15
- * obtain it through the world-wide-web, please send an email
16
- * to info@e-abi.ee so we can send you a copy immediately.
17
- *
18
- * DISCLAIMER
19
- *
20
- * Do not edit or add to this file if you wish to upgrade this module to newer
21
- * versions in the future.
22
  *
23
  * @category Eabi
24
- * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
1
  <?php
2
  /*
3
 
4
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
+ * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
+ * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
app/etc/modules/Eabi_DpdEE.xml CHANGED
@@ -2,30 +2,14 @@
2
  <!--
3
  /*
4
 
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * or OpenGPL v3 license (GNU Public License V3.0)
10
- * that is bundled with this package in the file LICENSE.txt.
11
- * It is also available through the world-wide-web at this URL:
12
- * http://opensource.org/licenses/osl-3.0.php
13
- * or
14
- * http://www.gnu.org/licenses/gpl-3.0.txt
15
- * If you did not receive a copy of the license and are unable to
16
- * obtain it through the world-wide-web, please send an email
17
- * to info@e-abi.ee so we can send you a copy immediately.
18
- *
19
- * DISCLAIMER
20
- *
21
- * Do not edit or add to this file if you wish to upgrade this module to newer
22
- * versions in the future.
23
  *
24
  * @category Eabi
25
- * @package Eabi_Dpd
26
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
30
  *
31
 
@@ -39,7 +23,7 @@
39
  <depends>
40
  <Eabi_Postoffice />
41
  </depends>
42
- <version>0.1.7</version>
43
  </Eabi_DpdEE>
44
  </modules>
45
  </config>
2
  <!--
3
  /*
4
 
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
+ * @package Eabi_Omniva
11
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
23
  <depends>
24
  <Eabi_Postoffice />
25
  </depends>
26
+ <version>0.1.8</version>
27
  </Eabi_DpdEE>
28
  </modules>
29
  </config>
app/etc/modules/Eabi_Postoffice.xml CHANGED
@@ -2,30 +2,14 @@
2
  <!--
3
  /*
4
 
5
- *
6
- * NOTICE OF LICENSE
7
- *
8
- * This source file is subject to the Open Software License (OSL 3.0)
9
- * or OpenGPL v3 license (GNU Public License V3.0)
10
- * that is bundled with this package in the file LICENSE.txt.
11
- * It is also available through the world-wide-web at this URL:
12
- * http://opensource.org/licenses/osl-3.0.php
13
- * or
14
- * http://www.gnu.org/licenses/gpl-3.0.txt
15
- * If you did not receive a copy of the license and are unable to
16
- * obtain it through the world-wide-web, please send an email
17
- * to info@e-abi.ee so we can send you a copy immediately.
18
- *
19
- * DISCLAIMER
20
- *
21
- * Do not edit or add to this file if you wish to upgrade this module to newer
22
- * versions in the future.
23
  *
24
  * @category Eabi
25
- * @package Eabi_Dpd
26
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
30
  *
31
 
@@ -42,7 +26,7 @@
42
  <Mage_Shipping />
43
  <Eabi_Livehandler />
44
  </depends>
45
- <version>0.1.4</version>
46
  </Eabi_Postoffice>
47
  </modules>
48
  </config>
2
  <!--
3
  /*
4
 
5
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
+ * @package Eabi_Omniva
11
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
+ * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
26
  <Mage_Shipping />
27
  <Eabi_Livehandler />
28
  </depends>
29
+ <version>0.1.5</version>
30
  </Eabi_Postoffice>
31
  </modules>
32
  </config>
js/eabi_js/eabi_dpdee.js CHANGED
@@ -1,29 +1,13 @@
1
  /*
2
 
3
- *
4
- * NOTICE OF LICENSE
5
- *
6
- * This source file is subject to the Open Software License (OSL 3.0)
7
- * or OpenGPL v3 license (GNU Public License V3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * or
12
- * http://www.gnu.org/licenses/gpl-3.0.txt
13
- * If you did not receive a copy of the license and are unable to
14
- * obtain it through the world-wide-web, please send an email
15
- * to info@e-abi.ee so we can send you a copy immediately.
16
- *
17
- * DISCLAIMER
18
- *
19
- * Do not edit or add to this file if you wish to upgrade this module to newer
20
- * versions in the future.
21
  *
22
  * @category Eabi
23
- * @package Eabi_Dpd
24
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
25
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
27
  * @author Matis Halmann
28
  *
29
 
1
  /*
2
 
3
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
4
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
5
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  *
7
  * @category Eabi
8
+ * @package Eabi_Omniva
9
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
10
+ * @license http://www.e-abi.ee/litsents
 
11
  * @author Matis Halmann
12
  *
13
 
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Eabi_DpdEE</name>
4
- <version>0.1.7</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.gnu.org/licenses/gpl-3.0.txt">GNU Public License V3.0</license>
7
  <channel>community</channel>
@@ -17,14 +17,12 @@
17
  &lt;p&gt;Allows to call the courier from Magento admin&lt;/p&gt;&#xD;
18
  &lt;p&gt;Allows cash on delivery payment and allows to set an extra fee per country which will be appended to shipping fee&lt;/p&gt;&#xD;
19
  &lt;p&gt;Intended to use for Estonian merchant who sends parcels to all Baltic states&lt;/p&gt;</description>
20
- <notes>- Added COD feature to DPD shipping methods&#xD;
21
- - Fixed last selected terminal display bug on country change&#xD;
22
- - Added isCodEnabled and _applyPriceFromCod functions to Postoffice abstract carrier&#xD;
23
- - Ability to auto-send-data to server is now checked by canSendData function in Postoffice abstract carrier</notes>
24
  <authors><author><name>Matis Matis</name><user>auto-converted</user><email>info@e-abi.ee</email></author></authors>
25
- <date>2014-07-11</date>
26
- <time>22:03:12</time>
27
- <contents><target name="magecommunity"><dir name="Eabi"><dir name="DpdEE"><dir name="Block"><dir name="Adminhtml"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Country.php" hash="eea442b65d8f6a096e91c3087aa7a1d8"/></dir></dir></dir></dir><dir name="Info"><file name="Payment.php" hash="b2fee225c6e1d5df02cf39b46aa0f8b2"/></dir><dir name="Order"><file name="Courier.php" hash="dc7a838e0cbb5ea83fa706c4f627e397"/></dir><file name="Invoice.php" hash="4b66c452996bfe08f5ff3f0cac346ab1"/></dir><dir name="Helper"><file name="Data.php" hash="e309fa33bbd4eb0d0b607b9428313837"/></dir><dir name="Model"><dir name="Action"><dir name="Carrier"><dir name="Order"><file name="Courier.php" hash="a7188340758f43b53302cd0146467daf"/></dir></dir></dir><dir name="Button"><file name="Courier.php" hash="e18911389141943fb0aa02de7c14574b"/></dir><dir name="Payment"><file name="Processor.php" hash="0cd6e6138c88069b36eae2e37e8e73ff"/></dir><dir name="Source"><dir name="Label"><file name="Position.php" hash="92238059519dcdec87401ef8cafe3fe7"/></dir><file name="Service.php" hash="3f61777107806dd84e360c3d0867b2bb"/></dir><file name="Api.php" hash="083c3534789282ca18e377247fd35bd9"/><file name="Config.php" hash="9adeafdbd2cf7a15128f2ff9b5dacdee"/><file name="Flat.php" hash="0403e0af2ebd9ece72ffde74a6a1b47c"/><file name="Observer.php" hash="2c1b22592eb9d7361fe2f42545f75b63"/><file name="Post.php" hash="23458ea15c2ac915f58310fb646d8ca3"/></dir><dir name="etc"><file name="config.xml" hash="1b2481c26ff5eee15efc5315db119e49"/><file name="system.xml" hash="d5a433e6134082292a6c00509bc839b7"/></dir><dir name="sql"><dir name="eabi_dpdee_setup"><file name="mysql4-install-0.1.0.php" hash="9899be85206a5ab3a36cf9acf176f1ba"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="867f9921932996c3a0f77fa9bb2fdb04"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="182c47a3d5fab4a466a07ef996dfe4d1"/><file name="mysql4-upgrade-0.1.2-0.1.3.php" hash="6a7ef422fd05c87c0c7b29557cd064ae"/><file name="mysql4-upgrade-0.1.3-0.1.4.php" hash="3c20db4f5d9de485f51b4cb28ca9eb87"/><file name="mysql4-upgrade-0.1.6-0.1.7.php" hash="d54424c11c48db64ed514ced1df4d60c"/></dir></dir><file name="CHANGELOG.txt" hash="b8e4c86a3f4f9aac3bd52f05af52c65b"/><file name="LICENCE.txt" hash="0191312e121c0b3e1165619b96efcf9f"/></dir><dir name="Postoffice"><dir name="Block"><dir name="Adminhtml"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Remove.php" hash="11818c816c7e37c0f37e8732d02d7711"/></dir></dir></dir></dir><dir name="Config"><file name="Rebuildbutton.php" hash="b54ac12fa93514f5fd772e4512be945e"/></dir></dir><dir name="Helper"><file name="Countrycode.php" hash="11b598e6008f18baa7dafc3b579c6c96"/><file name="Data.php" hash="b8e474e177cf8c49a3b7b5b2627be91e"/></dir><dir name="Model"><dir name="Carrier"><file name="Abstract.php" hash="b71ab9fb87398b55eee8495080cbf802"/><file name="Result.php" hash="452b5250a1eeaa2647106d896f170f0e"/></dir><dir name="Mysql4"><dir name="Carriermodule"><file name="Collection.php" hash="8ccfde755a7ef4d3eecb09144919ae9a"/></dir><dir name="Office"><file name="Collection.php" hash="26894ab3a3079edf21a722b46d495d07"/></dir><file name="Carriermodule.php" hash="06fb7663d449a1a559e482807e8a8e9e"/><file name="Office.php" hash="f1ab374d9041692dabd1a1c569bc5065"/></dir><dir name="Source"><file name="Sendevent.php" hash="4d0a215ab10eb52c4de46a66155899b8"/></dir><file name="Carriermodule.php" hash="cc4ad05756dc8f8fbb66e5a3561d61ea"/><file name="Office.php" hash="6f3829a91a2d3c474f0127de8e8279da"/><file name="Orderview.php" hash="b319d0e8ae54630cc503c35630156081"/><file name="Updater.php" hash="1bd7d37a9a2e814e85a14b3c669ef4ba"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="PostofficeController.php" hash="cd4fd08232d9723e9b2bd4e516f1f6b1"/></dir><file name="IndexController.php" hash="43f17e0e603d6e671db1e4cd49938dc8"/></dir><dir name="etc"><file name="config.xml" hash="b94a11fbc874b9676baf22fb74583407"/></dir><dir name="sql"><dir name="eabi_postoffice_setup"><file name="mysql4-install-0.1.0.php" hash="6c8c1a726bbebeaa707b007bdff592d9"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="641d3015c6f3b761759a882ed8fea5c2"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="c61dcac734cc0be364afe3262a710729"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="eabi_dpdee.xml" hash="85311cb850eb13eadaed47cdc9c44fb3"/><file name="eabi_postoffice.xml" hash="458f5c47dbdfc1ab1528e200d5d8f932"/></dir><dir name="template"><dir name="eabi_dpdee"><dir name="order"><file name="courier.phtml" hash="0310f24e96ca3873e78e0e2a0ab26743"/></dir><file name="payment_info.phtml" hash="3f8a01e4bcd2efab555d729bee8335da"/></dir><dir name="eabi_postoffice"><file name="shipping_method_form.phtml" hash="542898a02261b0bccf075424fd0b4903"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="eabi_dpdee.xml" hash="27179eee219a0a8c85b87b8d670ae9e1"/><file name="eabi_postoffice.xml" hash="1af217a15c9429cf194ea2cf111fac69"/></dir><dir name="template"><dir name="eabi_dpdee"><file name="payment_info.phtml" hash="3f8a01e4bcd2efab555d729bee8335da"/></dir><dir name="eabi_postoffice"><dir name="tracking"><file name="popup.phtml" hash="c6d8cc592aaa7bee1ec20dc1c202d841"/></dir><file name="available.phtml" hash="0afb1521ac8c2ab4c80364dd3cef051a"/><file name="multishipping.phtml" hash="f27c3d8ac939a97ab160feef8f5370d1"/><file name="shipping.phtml" hash="b041efafbcbbea2f2b4a6584cba83e2f"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Eabi_Postoffice.xml" hash="f2aa53756e15f7c46b6c691e83b3d6b0"/><file name="Eabi_DpdEE.xml" hash="31b1ee11ea58e1ffa6875d7705986565"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Eabi_DpdEE.csv" hash="d98963cb668ca0c0174b1503c1eb0a34"/><file name="Eabi_Postoffice.csv" hash="efd07c7191b6787abe38bf13ee199714"/></dir><dir name="et_EE"><file name="Eabi_DpdEE.csv" hash="fe3c32249528cfb77519cff7e90ffb33"/><file name="Eabi_Postoffice.csv" hash="c70858d1325cb13428695e71582cd598"/></dir><dir name="ru_RU"><file name="Eabi_DpdEE.csv" hash="bb76f70e2c91160b11f570651ee0b8ee"/><file name="Eabi_Postoffice.csv" hash="efd07c7191b6787abe38bf13ee199714"/></dir><dir name="hu_HU"><file name="Eabi_Postoffice.csv" hash="efd07c7191b6787abe38bf13ee199714"/></dir><dir name="fi_FI"><file name="Eabi_Postoffice.csv" hash="efd07c7191b6787abe38bf13ee199714"/></dir><dir name="lt_LT"><file name="Eabi_Postoffice.csv" hash="efd07c7191b6787abe38bf13ee199714"/></dir><dir name="sv_SE"><file name="Eabi_Postoffice.csv" hash="fc105fd30ae95f5502e784aca5d8017d"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><file name="eabi_dpdee.css" hash="fc08519f26a3b0819b4c925bd2f1ef1a"/></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="eabi_js"><file name="eabi_dpdee.js" hash="1339c149edea070f9908ceb2e7bf559d"/></dir></dir></target></contents>
28
  <compatible/>
29
  <dependencies><required><package><name>Eabi_Livehandler</name><channel>community</channel><min>0.1.8</min><max>1.0.0</max></package></required></dependencies>
30
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Eabi_DpdEE</name>
4
+ <version>0.1.8</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.gnu.org/licenses/gpl-3.0.txt">GNU Public License V3.0</license>
7
  <channel>community</channel>
17
  &lt;p&gt;Allows to call the courier from Magento admin&lt;/p&gt;&#xD;
18
  &lt;p&gt;Allows cash on delivery payment and allows to set an extra fee per country which will be appended to shipping fee&lt;/p&gt;&#xD;
19
  &lt;p&gt;Intended to use for Estonian merchant who sends parcels to all Baltic states&lt;/p&gt;</description>
20
+ <notes>- Fix recoverable error with isCodEnabled and getCodFee functions (remove Mage_Customer_Model_Address parameter type requirement)&#xD;
21
+ - Fix error which prohibited confirming the checkout when one of the shipping methods have been disabled via ~/app/etc/modules/*.xml</notes>
 
 
22
  <authors><author><name>Matis Matis</name><user>auto-converted</user><email>info@e-abi.ee</email></author></authors>
23
+ <date>2014-09-05</date>
24
+ <time>19:58:08</time>
25
+ <contents><target name="magecommunity"><dir name="Eabi"><dir name="DpdEE"><dir name="Block"><dir name="Adminhtml"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Country.php" hash="ac807329f5f8f7a29de88383c7f21e6c"/></dir></dir></dir></dir><dir name="Info"><file name="Payment.php" hash="b424b991c6890b9d699d4f556c03ee46"/></dir><dir name="Order"><file name="Courier.php" hash="2fbebeb7071744c4ae7f15eb1b4547de"/></dir><file name="Invoice.php" hash="9a9662f045736ee5dfe4388d7ec79812"/></dir><dir name="Helper"><file name="Data.php" hash="7678f3b688c12e81cce4d2e24fd992a8"/></dir><dir name="Model"><dir name="Action"><dir name="Carrier"><dir name="Order"><file name="Courier.php" hash="baa43b21f386ab27e69ebe1f18327b83"/></dir></dir></dir><dir name="Button"><file name="Courier.php" hash="8d0686262031a0a08cd98a449f41c022"/></dir><dir name="Payment"><file name="Processor.php" hash="a912ab47562d41713779f9613a3dbdee"/></dir><dir name="Source"><dir name="Label"><file name="Position.php" hash="f6ed6b7847865f109b7677004308c3bf"/></dir><file name="Service.php" hash="0ac4715c2e0281b77af4adc6ffdaf65f"/></dir><file name="Api.php" hash="00705626a726cc767eddc9cca221403a"/><file name="Config.php" hash="d1daa79ed2b2d87685756f30dd2a19c8"/><file name="Flat.php" hash="d7b868b68845620970921d08de85daf8"/><file name="Observer.php" hash="8bfb28576ab24bd2d62c436708842e16"/><file name="Post.php" hash="ae5115236e415c1b2a533b9da27eb4e3"/></dir><dir name="etc"><file name="config.xml" hash="761412e717ad8f994bb45ec471ba8ee8"/><file name="system.xml" hash="7c944faf1c314bfc958f75016bfd2e36"/></dir><dir name="sql"><dir name="eabi_dpdee_setup"><file name="mysql4-install-0.1.0.php" hash="f1dcf34349041627402818167d992189"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="fc24a0c7ba3b23401f52af48b71a84c7"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="9da0f5c53e26b3783e713c047a30cac6"/><file name="mysql4-upgrade-0.1.2-0.1.3.php" hash="93b5891f11b2326f8a1095d168d0fd7d"/><file name="mysql4-upgrade-0.1.3-0.1.4.php" hash="4db73f5c5887479906a0b36d883d0646"/><file name="mysql4-upgrade-0.1.6-0.1.7.php" hash="4c643dd815536d240732ddc21b8bf8de"/></dir></dir><file name="CHANGELOG.txt" hash="b8e4c86a3f4f9aac3bd52f05af52c65b"/><file name="LICENCE.txt" hash="0191312e121c0b3e1165619b96efcf9f"/></dir><dir name="Postoffice"><dir name="Block"><dir name="Adminhtml"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Remove.php" hash="58a08bf0bfa3bc2460cd3b150c3b56c5"/></dir></dir></dir></dir><dir name="Config"><file name="Rebuildbutton.php" hash="a15b3572e5c403dc0274b7d30e133646"/></dir></dir><dir name="Helper"><file name="Countrycode.php" hash="31505ba7615465bdce1aa64d7dc46cf9"/><file name="Data.php" hash="0b6e804b90aa0b3b274cf4325bbb4a26"/></dir><dir name="Model"><dir name="Carrier"><file name="Abstract.php" hash="312cdad267280162c12a0a447e18f4bc"/><file name="Result.php" hash="94bf7e06f0141a0bc078b4fa78dbce15"/></dir><dir name="Mysql4"><dir name="Carriermodule"><file name="Collection.php" hash="6a37d48916cab232dbb296ec67c13e87"/></dir><dir name="Office"><file name="Collection.php" hash="5a1435c67cce2c6ad094bbae955312fd"/></dir><file name="Carriermodule.php" hash="30e471aa048600b5d47e4dfad5ac6d52"/><file name="Office.php" hash="961f6818f12ff621dc37c8005cde53dd"/></dir><dir name="Source"><file name="Sendevent.php" hash="3b15f1b02f4c49cabd0d65deb4aec48c"/></dir><file name="Carriermodule.php" hash="2ebc4bbae9b642272896d04f1e4a8d9c"/><file name="Office.php" hash="59b2cb428381853cb9a174d0125a57df"/><file name="Orderview.php" hash="aa2e9b82333b189b41dddc0ce795f146"/><file name="Updater.php" hash="ffbea7be70f6e60a307ad7201127e118"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="PostofficeController.php" hash="1ff0d80e37080cc83e2bfe4ef2113c91"/></dir><file name="IndexController.php" hash="d57aaa5ef52f9bf17988663212021ff3"/></dir><dir name="etc"><file name="config.xml" hash="fa753c8263711a35788075be72246a75"/></dir><dir name="sql"><dir name="eabi_postoffice_setup"><file name="mysql4-install-0.1.0.php" hash="666bff9a0e8a0dea0642701bda468faa"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="6edf5cbc4427a87a91917253b4c22212"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="7bb4e23f135d3270c8218305eb1c0eff"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="eabi_dpdee.xml" hash="85311cb850eb13eadaed47cdc9c44fb3"/><file name="eabi_postoffice.xml" hash="0e359e28f0463730bf41473e0be9951d"/></dir><dir name="template"><dir name="eabi_dpdee"><dir name="order"><file name="courier.phtml" hash="0310f24e96ca3873e78e0e2a0ab26743"/></dir><file name="payment_info.phtml" hash="3f8a01e4bcd2efab555d729bee8335da"/></dir><dir name="eabi_postoffice"><file name="shipping_method_form.phtml" hash="811ec2a699f304ccf76afa0b10a2c2ca"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="eabi_dpdee.xml" hash="27179eee219a0a8c85b87b8d670ae9e1"/><file name="eabi_postoffice.xml" hash="b35c1c8c3a51fa6c4a2bcfc9d67c6c36"/></dir><dir name="template"><dir name="eabi_dpdee"><file name="payment_info.phtml" hash="3f8a01e4bcd2efab555d729bee8335da"/></dir><dir name="eabi_postoffice"><dir name="tracking"><file name="popup.phtml" hash="c99bc6ae13ea19b039b843487ec68a30"/></dir><file name="available.phtml" hash="25cbe14b1a6bcc6b2c451a38cc9cda98"/><file name="multishipping.phtml" hash="51c13e826405e44fb68760e9738eaa65"/><file name="shipping.phtml" hash="849100ee2d3ebcfd86d3c15fac8811bc"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Eabi_Postoffice.xml" hash="78d5fb2f3e088df7a36eb7ebaefd2b0d"/><file name="Eabi_DpdEE.xml" hash="9260ad12fed70ca5477d76a313313c4e"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Eabi_DpdEE.csv" hash="d98963cb668ca0c0174b1503c1eb0a34"/><file name="Eabi_Postoffice.csv" hash="efd07c7191b6787abe38bf13ee199714"/></dir><dir name="et_EE"><file name="Eabi_DpdEE.csv" hash="fe3c32249528cfb77519cff7e90ffb33"/><file name="Eabi_Postoffice.csv" hash="c70858d1325cb13428695e71582cd598"/></dir><dir name="ru_RU"><file name="Eabi_DpdEE.csv" hash="bb76f70e2c91160b11f570651ee0b8ee"/><file name="Eabi_Postoffice.csv" hash="efd07c7191b6787abe38bf13ee199714"/></dir><dir name="hu_HU"><file name="Eabi_Postoffice.csv" hash="efd07c7191b6787abe38bf13ee199714"/></dir><dir name="fi_FI"><file name="Eabi_Postoffice.csv" hash="efd07c7191b6787abe38bf13ee199714"/></dir><dir name="lt_LT"><file name="Eabi_Postoffice.csv" hash="efd07c7191b6787abe38bf13ee199714"/></dir><dir name="sv_SE"><file name="Eabi_Postoffice.csv" hash="fc105fd30ae95f5502e784aca5d8017d"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><file name="eabi_dpdee.css" hash="15bbce63d73ebad9853e2e1bc21ad8ee"/></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="eabi_js"><file name="eabi_dpdee.js" hash="bbedf98813aae2e593f04b9861190d4a"/></dir></dir></target></contents>
26
  <compatible/>
27
  <dependencies><required><package><name>Eabi_Livehandler</name><channel>community</channel><min>0.1.8</min><max>1.0.0</max></package></required></dependencies>
28
  </package>
skin/adminhtml/default/default/eabi_dpdee.css CHANGED
@@ -1,29 +1,13 @@
1
  /*
2
 
3
- *
4
- * NOTICE OF LICENSE
5
- *
6
- * This source file is subject to the Open Software License (OSL 3.0)
7
- * or OpenGPL v3 license (GNU Public License V3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * or
12
- * http://www.gnu.org/licenses/gpl-3.0.txt
13
- * If you did not receive a copy of the license and are unable to
14
- * obtain it through the world-wide-web, please send an email
15
- * to info@e-abi.ee so we can send you a copy immediately.
16
- *
17
- * DISCLAIMER
18
- *
19
- * Do not edit or add to this file if you wish to upgrade this module to newer
20
- * versions in the future.
21
  *
22
  * @category Eabi
23
- * @package Eabi_Dpd
24
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
25
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
- * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
27
  * @author Matis Halmann
28
  *
29
 
1
  /*
2
 
3
+ * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
4
+ * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
5
+ *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  *
7
  * @category Eabi
8
+ * @package Eabi_Omniva
9
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
10
+ * @license http://www.e-abi.ee/litsents
 
11
  * @author Matis Halmann
12
  *
13