=== iQMerchant Payment Gateway ===
Contributors: shawniqmerchant
Donate link: https://www.iqmerchant.com/
Tags: iqmerchnt, woocommerce
Requires at least: 5.0
Tested up to: 5.8
Stable tag: 1.0.2
Requires PHP: 7.4
License: Proprietery
License URI: 
 
Here is a short description of the plugin.  This should be no more than 150 characters.  No markup here.

# iQMerchant 3DS Plugin for WordPress

Take credit card payments on your store via WooCommerce iQ merchant Payment Gateway with 3D secure 2.0.

## Contents

The iQMerchant 3DS WordPress Plugin includes the following files:

* `.gitignore`. Used to exclude certain files from the repository.
* `CHANGELOG.md`. The list of changes to the core project.
* `README.md`. The file that you are currently reading.
* `LICENSE.md`. The file that provides the proprietary license details.
* A `iQMerchant-gateway-3D-store` directory that contains the source code - a fully executable WordPress plugin.

## Features

* 3D secure 2.0 compatible
* Tested with Wordpress version 5.8
* Tested with PHP 7.4 and 8.0

## Installation

The iQMerchant 3DS plugin can be installed directly into your plugins folder "as-is". 
It can also be uploaded via the Wordpress upload plugin button.

## WordPress.org Preparation

Requires running wordpress and working woocommerce plugin .

## License

/*
 * Plugin Name: WooCommerce iQMerchant Payment Gateway Extension with 3D Secure 2.0
 * Description: Take credit card payments on your store via iQ merchant Payment Gateway with 3D secure 2.0.
 * Author: Shawn Fernandes
 * Author URI: https://iqmerchant.com
 * Version: 1.0.2
 * Copyright (C) iQ Merchant LLC - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Shawn Fernandes <shawn.f@iqmerchant.com>, September 2021
 */

A copy of the license is included in the root of the plugins directory. The file is named `LICENSE.md`.

## Important Notes

### Licensing

The WooCommerce iQMerchant Payment Gateway Extension WordPress Plugin is proprietery, and hence redistribution and repurposing is strictly not allowed without authors permission.

For reference, https://www.upcounsel.com/proprietary-software-license.



# Credits

Developed by Shawn Fernandes for iQ Merchant, 2021 , All rights reserved.

## Documentation, FAQs, and More

Please contact shawn.f@iqmerchant.com, support@iqmerchant.com in case of any further questions
www.iqmerchant.com

## Frequently Asked Questions 

= Can the plugin run without WooCommerce?  =
WooCommerce plugin and store setup is essential for plugin to function. 

= Can the plugin run in Test Mode with WooCommerce?  =
Plugin can be installed on production or dev version of WooCommerce. 
Plugin can be run in prouduction or test mode on production or test instance of WooCommerce store.

## Screenshots 

1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Screenshots are stored in the /assets directory.
2. This is the second screen shot

## Changelog 

= 1.0.2 =
* Bug fix for PHP 8.0 and backward comaptibility with PHP 7.4

= 1.0.1 =
* Initial release


## Upgrade Notice 
= 1.0.2=
New version for php8.0

= 1.0.1=
* Initial Release