Comment on page
Install Optty Module
If you do not currently have an Optty merchant account, sign up with Optty & receive your login credentials here.
https://marketplace.magento.com/optty-magento2-module-payment.html
OR
Please reach out to [email protected] to get the extension file for manual install.
- 1.Unzip the Optty Module and copy the files to your Magento directory
(Magento_Dir)/app/code/
2. Execute Magento setup upgrade:
bin/magento setup:upgrade
3. Clean the cache and generated code:
bin/magento cache:clean
rm -rf var/generation/*
4. Run magento compiler to generate auto-generated classes (this will take some time ...) :
bin/magento setup:di:compile
Last modified 7mo ago