ccircle/creditcall

Creditcall integration for Magento 2 using Omnipay

Installs: 110

Dependents: 0

Suggesters: 0

Security: 0

Type:magento2-module

dev-master 2016-09-28 08:10 UTC

This package is auto-updated.

Last update: 2024-04-29 03:04:53 UTC


README

Creditcall payment gateway Magento2 extension

Install

  1. Go to Magento2 root folder

  2. Install using composor

composer require ccircle/creditcall

  1. Enter following commands to enable module:

     php bin/magento module:enable CCircle_Creditcall --clear-static-content
     php bin/magento setup:upgrade
    
  2. Enable and configure Creditcall in Magento Admin under Stores/Configuration/Payment Methods/Creditcall

Other Notes