Skip to content

Commit

Permalink
Issues #3 - remove default config
Browse files Browse the repository at this point in the history
  • Loading branch information
srenon committed Dec 8, 2017
1 parent b92176f commit 5a75045
Show file tree
Hide file tree
Showing 18 changed files with 30 additions and 24 deletions.
2 changes: 1 addition & 1 deletion Block/Adminhtml/Order/Create/Shipping/Method/Form.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © 2017 MagePal LLC. All rights reserved.
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
*/

Expand Down
2 changes: 1 addition & 1 deletion Block/Adminhtml/System/Config/Form/Composer/Version.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © 2017 MagePal LLC. All rights reserved.
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
*/

Expand Down
2 changes: 1 addition & 1 deletion Block/Adminhtml/System/Config/Form/Field/Link.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © 2017 MagePal LLC. All rights reserved.
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
*/

Expand Down
2 changes: 1 addition & 1 deletion Block/Adminhtml/System/Config/Form/Field/ShippingList.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © 2017 MagePal LLC. All rights reserved.
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
*/

Expand Down
2 changes: 1 addition & 1 deletion Block/Adminhtml/System/Config/Form/Module/Version.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © 2017 MagePal LLC. All rights reserved.
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
*/

Expand Down
2 changes: 1 addition & 1 deletion Model/Carrier.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © 2017 MagePal LLC. All rights reserved.
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
*/

Expand Down
2 changes: 1 addition & 1 deletion Plugin/Quote/Address/Total/ShippingPlugin.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © 2017 MagePal LLC. All rights reserved.
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
*/

Expand Down
19 changes: 13 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,24 @@
"shipping method",
"custom shipping"
],
"type": "magento2-module",
"version": "1.3.1",
"license": [
"MagePal License"
],
"authors": [
{
"name": "MagePal",
"email": "[email protected]",
"homepage": "https://packagist.org/packages/magepal/",
"role": "Leader"
}
],
"require": {
"php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0",
"magento/module-backend": "100.0.*|100.1.*|100.2.*",
"magento/framework": "100.0.*|100.1.*|101.0.*"
},
"type": "magento2-module",
"version": "1.3.0",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
Expand Down
2 changes: 1 addition & 1 deletion etc/acl.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<!--
/**
* Copyright © 2017 MagePal LLC. All rights reserved.
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
*/
-->
Expand Down
2 changes: 1 addition & 1 deletion etc/adminhtml/di.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
/**
* Copyright © 2017 MagePal LLC. All rights reserved.
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
*/
-->
Expand Down
2 changes: 1 addition & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
/**
* Copyright © 2017 MagePal LLC. All rights reserved.
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
*/
-->
Expand Down
3 changes: 1 addition & 2 deletions etc/config.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
/**
* Copyright © 2017 MagePal LLC. All rights reserved.
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
*/
-->
Expand All @@ -14,7 +14,6 @@
<show_on_frontend>0</show_on_frontend>
<model>MagePal\CustomShippingRate\Model\Carrier</model>
<title>Custom Shipping Rate</title>
<shipping_type>a:2:{s:18:"_1473554993884_884";a:2:{s:4:"code";s:6:"pickup";s:5:"title";s:12:"Local Pickup";}s:18:"_1473555017318_318";a:2:{s:4:"code";s:7:"dropoff";s:5:"title";s:14:"Local Drop Off";}}</shipping_type>
</customshippingrate>
</carriers>
</default>
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
/**
* Copyright © 2017 MagePal LLC. All rights reserved.
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
*/
-->
Expand Down
2 changes: 1 addition & 1 deletion registration.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © 2017 MagePal LLC. All rights reserved.
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
*/

Expand Down
2 changes: 1 addition & 1 deletion view/adminhtml/layout/sales_order_create_index.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
/**
* Copyright © 2017 MagePal LLC. All rights reserved.
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
*/
-->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
/**
* Copyright © 2017 MagePal LLC. All rights reserved.
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
*/
-->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
/**
* Copyright © 2017 MagePal LLC. All rights reserved.
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
*/
-->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © 2017 MagePal LLC. All rights reserved.
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
*/

Expand Down

0 comments on commit 5a75045

Please sign in to comment.