Install Fintecture for Magento
There are two ways to install our module on your Magento store.
From Composer (recommended)
- Ensure that Composer is installed
- With Composer, install the Fintecture's extension with
composer require fintecture/payment
php bin/magento module:enable Fintecture_Payment
php bin/magento module:status Fintecture_Payment
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento setup:di:compile
php bin/magento cache:clean
From a zip file
- Download the zip file on GitHub
- Unzip the file
- Create another directory called app/code/Fintecture/Payment/
- Upload the app/code/Fintecture/Payment/ directory to the root directory of your Magento installation. All directories must match the existing directory structure
- Go to the root directory of your Magento and run :
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush
php bin/magento cache:clear
Updated about 1 year ago