spotii / spotiipay
Spotii extension for Magento 2
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Package info
Type:magento2-module
pkg:composer/spotii/spotiipay
v5.0.0
2021-10-10 08:26 UTC
This package is not auto-updated.
Last update: 2024-03-12 14:29:56 UTC
README
Use this extention for seamless integration with Spotii as payment gateway and your Magento 2 store.
Installation Using Composer (Recommended)
$ composer require spotii/spotiipayphp bin/magento setup:upgradephp bin/magento setup:di:compilephp bin/magento setup:static-content:deployphp bin/magento cache:clean
Manual Setup
- Sign up for Spotii account at
https://dashboard.dev.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.