fluxxbrasil/magento2

Fluxx - Exclusive to Brazil

Installs: 158

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Type:magento2-module

100.0.14 2020-08-31 02:09 UTC

README

Fluxx

Codacy Badge StyleCI

Extension features

  • Installment payment slip for your client
  • Payment method without redirection
  • Automatic status return

Installation

We recommend installing by composer, but you can also do it manually.after installation it is necessary to enable the module.

Composer (recommend)

composer require fluxxbrasil/magento2

Manually

  • Download
  • On your computer unzip the file
  • Navigate to the root directory of the Magento 2
  • On your server create folder Fluxx in public_html/app/code/
  • Send folder Magento2 to public_html/app/code/Fluxx

Enable

php bin/magento module:enable Fluxx_Magento2
bin/magento setup:upgrade --keep-generated 

Configuration

After installation follow the steps in the order presented:

Attribute Relationship Definition:

In STORES -> Configuration -> Payment Method -> Fluxx -> Attribute Relationship Definition

  • The CPF will be an attribute obtained from the
  • The CPF attribute is
  • The Street attribute is
  • The address number is
  • The address district is
  • The address complement is

In STORES -> Configuration -> Payment Method -> Fluxx -> Credentials

  • Environment
  • Merchant Gateway Username
  • Merchant Gateway Key

Technical feature

Module configuration

Payment gateway module depends on Sales, Payment and Checkout Magento modules. For more module configuration details, please look through module development docs.

Dependency Injection configuration

To get more details about dependency injection configuration in Magento 2, please see DI docs.

In a case of Payment Gateway, DI configuration is used to define pools of Gateway Commands with related infrastructure and to configure Payment Method Facade (used by Sales and Checkout modules to perform commands)

License

Open Source License