Skip to content

godaddy-wordpress/authorize-net-emulation-for-woocommerce

Repository files navigation

Authorize.Net Emulation for WooCommerce

Plugin requirements

  • PHP 7.4+
  • WordPress 5.6+
  • WooCommerce 4.0+

Local development

  1. Clone this repository
  2. Run cd /path/to/cloned/authorize-net-emulation-for-woocommerce
  3. Run composer install
  4. Run npm install
  5. Run npx sake compile
  6. If you cloned the repository outside your development WordPress installation, symlink it into your plugins folder

Assets

  • Run npx sake compile to re-compile all plugin assets
  • Run npx sake compile:scripts to only re-compile the JavaScript
  • Run npx sake compile:styles to only re-compile the styles