Skip to content

kfit-dev/fave-magento

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5cc1671 · Jul 21, 2022

History

23 Commits
Jan 24, 2022
Feb 14, 2022
May 19, 2022
Jul 21, 2022
Feb 21, 2022
May 19, 2022
Feb 21, 2022
Jan 25, 2022
Jul 21, 2022
Jan 25, 2022
May 30, 2022
Jan 25, 2022
Jan 25, 2022
Jun 3, 2022
Jul 21, 2022
Jan 25, 2022

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