Use this extention for seamless integration with Spotii as payment gateway and your Magento 2 store.
$ composer require spotii/spotiipay
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:clean
- Sign up for Spotii account at
https://dashboard.sandbox.spotii.me/merchant/signup/
- In your Magento 2
[ROOT]/app/code/
create folder calledSpotii/Spotiipay
. - Download and extract files from this repo to the folder.
- Open the command line.
- Enable Spotii by running command below:
php bin/magento module:enable Spotii_Spotiipay
- Magento setup upgrade:
php bin/magento setup:upgrade
- Magento Dependencies Injection Compile:
php bin/magento setup:di:compile
- Magento Static Content deployment:
php bin/magento setup:static-content:deploy
- Login to Magento Admin and navigate to System/Cache Management
- Flush the cache storage by selecting Flush Cache Storage
For more information on installation and configuration, please visit our docs.