Skip to content

Commit

Permalink
Merge pull request #27 from EaDesgin/feature/2706-Modificare-PickupIDs-3
Browse files Browse the repository at this point in the history
#2706: Adaugare pickup id
  • Loading branch information
mardeleanu authored Feb 26, 2019
2 parents 2695543 + 9faf150 commit 6ae3130
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Model/Sources/PickupId.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class PickupId extends AbstractSource
public function getAvailable()
{
$pickupLocation = [
['value' => '22420', 'label' => __('Magazia Lu Costica - Online')],
['value' => '1001085', 'label' => __('Depozit AGT')],
['value' => '201239786', 'label' => __('Depozit Dakard')],
['value' => '201195321', 'label' => __('Depozit EMT')],
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eadesignro/awb",
"description": "AWB module who manages parcel dispatches",
"type": "magento2-module",
"version": "1.1.8",
"version": "1.1.9",
"autoload": {
"files": [
"registration.php"
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>

<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Eadesigndev_Awb" setup_version="1.1.8"/>
<module name="Eadesigndev_Awb" setup_version="1.1.9"/>
</config>

0 comments on commit 6ae3130

Please sign in to comment.