This is the 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.
- Ensure you've got Node setup in your development environment along with Gulp (
npm install -g gulp
) - Clone this repository,
git clone [email protected]:Swingline0/woocommerce-cardconnect.git
- Run
npm install
in the project directory to install development dependencies
gulp
: Alias ofcompile-js
gulp compile-js
: Watches & compiles TypeScript and bundles compiled files
Pull requests welcome!
GNU General Public License v2
http://www.gnu.org/licenses/gpl-2.0.html