WooCommerce CardConnect Gateway
===

This is the official SOF development repository for the WooCommerce CardConnect payment gateway.  
If you wish to download or install this plugin, you should do so via the offical WordPress plugin repository.

[WordPress.org Plugin Page](https://wordpress.org/plugins/cardconnect-payment-module/)

## Development

1. Ensure you've got Node setup in your development environment along with Gulp (`npm install -g gulp`)
2. Clone this repository, `git clone git@github.com:Swingline0/woocommerce-cardconnect.git`
3. Run `npm install` in the project directory to install development dependencies

### Gulp Tasks

- `gulp` : Alias of `compile-js`
- `gulp compile-js` : Watches & compiles TypeScript and bundles compiled files

## Contributing
Pull requests welcome!

## License
GNU General Public License v2  
http://www.gnu.org/licenses/gpl-2.0.html
