https://github.com/webtodk/magento2-ean
Magento 2 EAN Payment module
https://github.com/webtodk/magento2-ean
magento2 magento2-extension payment-module
Last synced: 3 months ago
JSON representation
Magento 2 EAN Payment module
- Host: GitHub
- URL: https://github.com/webtodk/magento2-ean
- Owner: webtodk
- License: osl-3.0
- Created: 2017-05-09T10:52:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-04T13:53:34.000Z (over 2 years ago)
- Last Synced: 2025-12-15T00:32:23.239Z (6 months ago)
- Topics: magento2, magento2-extension, payment-module
- Language: HTML
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.TXT
Awesome Lists containing this project
README
# Magento 2 EAN Payment
> `magento2-ean` - a Magento 2 module
This module adds a new offline payment option for EAN payments.
Installation
======================
The module can be installed the following ways:
1. Manually copy files to /app/code/Webto/EAN/ or use git clone
2. Add the git to composer repository and install with composer
Composer Setup
=======================
The extension is available in the Composer package repository.
```
composer require webto/magento2-ean
```
Magento Setup
=========================
After installation, enable the module in Magento and clear cache.
```
php bin/magento module:enable Webto_EAN
```
```
php bin/magento setup:upgrade
```
Clear caches