Install Optty Module
Last updated
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 support@optty.com to get the extension file for manual install.
Unzip the Optty Module and copy the files to your Magento directory (Magento_Dir)/app/code/
2. Execute Magento setup upgrade:
3. Clean the cache and generated code:
4. Run magento compiler to generate auto-generated classes (this will take some time ...) :
Last updated
bin/magento setup:upgradebin/magento cache:clean
rm -rf var/generation/*bin/magento setup:di:compile