An open API service indexing awesome lists of open source software.

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

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