Skip to content

kfit-dev/fave-magento

Repository files navigation

Synopsis

An extension to add integration with Fave Payment Gateway.

Technical feature

Installation

Step 1: Change directory to the Magento root.

Step 2: Follow the installation instructions for the extension. The Magento standard is to use composer.

composer require favemy/module-payment-gateway
composer update
php bin/magento module:enable favemy/module-payment-gateway
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:clean

Step 3: After installation, you can verify the extension is successfully installed by running the following command.

php bin/magento module:status favemy/module-payment-gateway

Sample response:

Module is enabled

Gateway configuration

Step 1: Log in to magento admin dashboard.

Step 2: Follow the following instructions to configure FavePay as payment option.

STORES -> Configuration -> Payment Methods -> Other Payment Methods -> FavePay

image

Step 3: Enter the credentials as provided by Fave.

Merchant Gateway Key(App ID), Private api key and Outlet ID will be provided by Fave.

image

Step 4: Save config.

Contributors

Team Hephaestus (Fave)

References

https://devdocs.magento.com/cloud/howtos/install-components.html

License

Open Source License

About

No description, website, or topics provided.

Resources

License

OSL-3.0, AFL-3.0 licenses found

Licenses found

OSL-3.0
LICENSE.txt
AFL-3.0
LICENSE_AFL.txt

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •