This project is not covered by Drupal’s security advisory policy.

Commerce PayTabs PT2

Description
-----------
This module provides integration with the PayTabs payment gateway.

CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Installation
* Configuration

INTRODUCTION
------------
This project integrates PayTabs online payments into
the Drupal Commerce payment and checkout systems.

REQUIREMENTS
------------
This module requires no external dependencies.
But make sure to enable the 'Telephone' core module.

INSTALLATION
------------
* You can install this module via Composer, or
* clone it from drupal.org Git repo, or
* Download the module from D.O and install it the usual way:
- Place it in the /modules/contrib directory
- Go to 'Extend' as an administrator, and
- Enable the module

* Install Via Composer:
- composer require paytabscom/drupal_commerce

* Install Via Github Repo Link:
- https://github.com/paytabscom/drupal_commerce

CONFIGURATION
-------------
* Create new PayTabs payment gateway
Administration > Commerce > Configuration > Payment gateways > Add payment gateway
Provide the following settings:
- Merchant Profile id.
- Server key.
- Merchant region.
- Order Complete status

* Make sure to install telephone module and enable it
- go to config / people / profile types/ manage fields / add new field
- add phone number field with name phone.

* Make sure that your website currency is as same as your currency in payTabs profile

Project information

Releases