diff --git a/README.md b/README.md index 971f33f..6474151 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,10 @@ -[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/) - -# IMPORTANT NOTICE: - -This module has been moved under the responsibility of "it4mage" group. -Please check this URL: https://github.com/it4mage/CashOnDelivery . - # Cash On Delivery for Magento 2 This module is a Cash On Delivery implementation for Magento2 allowing you to define an additional fee based on destination country, region and total amount. - + + +Note: This module superseeds https://github.com/magespecialist/m2-MSP_CashOnDelivery ## Main features: @@ -23,12 +18,12 @@ This module is a Cash On Delivery implementation for Magento2 allowing you to de ## Installing in your Magento -* From your CLI run: ```composer require msp/cashondelivery``` +* From your CLI run: ```composer require it4mage/cashondelivery``` * Log-in your Magento backend * Go to Stores > Configuration > Sales > Payment Methods > Cash On Delivery * Configure Cash On Delivery according to your preferences - + ### Configuring fees @@ -39,7 +34,7 @@ This module is a Cash On Delivery implementation for Magento2 allowing you to de * Change the CSV file and upload using the "browse" button * Save - + ### CSV syntax @@ -51,4 +46,4 @@ MSP Cash On Delivery CSV file syntax is really simple. You have 5 columns: **cou * **fee**: The fee to apply (in base currency). Adding **%** after the fee indicates a percent value * **website**: Magento website code (e.g.: *base*). Use * as wildcard to indicate all websites - + diff --git a/composer.json b/composer.json index ea81c04..e9e3585 100644 --- a/composer.json +++ b/composer.json @@ -1,14 +1,11 @@ { - "name": "msp/cashondelivery", + "name": "it4mage/cashondelivery", "description": "", "require": { "php": "^7.0|^7.1", - "msp/common": "*", - "magento/magento-composer-installer": "*" }, "suggest": { - }, "type": "magento2-module", "license": "OSL 3.0",