This is a Magento 2 composer plugin to implement OK checkout and authentication functionality.
Original project can be found: https://github.com/okitcom/ok-lib-magento-2
Install plugin with composer:
composer req notive/ok-app-magento2
After succesful composer installation run:
bin/magento module:enable Okitcom_OkLibMagento
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:clean
For more information follow the magento installation guide: General CLI installation
After the installation was successful, the plugin's functionality is disabled by default. In order to set it up login to the magento admin console navigate to:
'Stores' > 'Configuration' > 'SERVICES' > 'OK'
Choose the production environment and fill in the 'Open key' and 'Cash key' provided by OK support.
Please add your name to the list whe doing a pull request.