seerbit / magento2-module
Official Magento2 package for SeerBit payment gateway.
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 2
Open Issues: 0
Type:magento2-module
This package is auto-updated.
Last update: 2024-10-31 00:31:03 UTC
README
SeerBit
Seerbit Payment module for Magento 2
Requirements
This module was built and tested using Magento 2(2.3.5) and framework 102.0.5 PHP 7.2.20 or higher
Installation
Via composer. Follow the composer installation instructions if you do not already have composer installed.
Once composer is installed, execute the following commands in your project root to install this library:
composer require seerbit/magento2-module
-
Wait while dependencies are updated.
-
Enter following commands to enable module:
php bin/magento module:enable Seerbit_Payment --clear-static-content php bin/magento setup:upgrade php bin/magento setup:di:compile
Usage
- If you don't have one, register a merchant account on SeerBit Merchant Dashboard
- Enable and configure
SeerBit
in Magento Admin underStores/Configuration/Payment
Methods - You can find both public and secret keys from your merchant dashboard -> Account menu -> Settings -> API Keys.