https://github.com/godaddy-wordpress/authorize-net-emulation-for-woocommerce
Authorize.Net Emulation for WooCommerce
https://github.com/godaddy-wordpress/authorize-net-emulation-for-woocommerce
Last synced: over 1 year ago
JSON representation
Authorize.Net Emulation for WooCommerce
- Host: GitHub
- URL: https://github.com/godaddy-wordpress/authorize-net-emulation-for-woocommerce
- Owner: godaddy-wordpress
- Created: 2021-03-02T00:37:40.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T04:23:49.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T02:11:13.345Z (over 1 year ago)
- Language: PHP
- Size: 393 KB
- Stars: 2
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Authorize.Net Emulation for WooCommerce
## Plugin requirements
- PHP 7.4+
- WordPress 5.6+
- WooCommerce 4.0+
## Local development
1. Clone this repository
1. Run `cd /path/to/cloned/authorize-net-emulation-for-woocommerce`
1. Run `composer install`
1. Run `npm install`
1. Run `npx sake compile`
1. 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