Type
magento2-module
Ecster Pay Checkout module
magento2-module
NWTCL 1.0
None
None
None
None
None
Ecster Pay checkout module
https://www.nordicwebteam.se
download and copy all files into app/code/NWT/Pay/ directory
if you use git into your magento folder, use submodule (or modman)
git submodule add [email protected]:NordicWebTeam/Ecster-Magento-2.git app/code/NWT/Pay
or, if u don't use git into magento folder, use
git clone [email protected]:NordicWebTeam/Ecster-Magento-2.git app/code/NWT/Pay
modman clone [email protected]:NordicWebTeam/Ecster-Magento-2.git
(the module will be deployed into app/code/NWT/Pay)
the module will be deployed into vendor/nwt/pay
Add { "type": "vcs", "url": "[email protected]:NordicWebTeam/Ecster-Magento-2.git" }
into composer.json, repositories section
Run
composer require --prefer-source "nwt/pay:*"
After that,
bin/magento module:enable --clear-static-content NWT_Pay bin/magento setup:upgrade