seerbit/magento2-module

Official Magento2 package for SeerBit payment gateway.

1.1.0 2020-10-08 14:50 UTC

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 under Stores/Configuration/Payment Methods
  • You can find both public and secret keys from your merchant dashboard -> Account menu -> Settings -> API Keys.

API Documentation