Open-source WooCommerce connector for GOVP Exchange. It creates a verifiable, idempotent GOVP when an order reaches the configured status and can show the verification link in customer email and order details.
- WordPress 6.5 or newer
- WooCommerce 8.2 or newer
- PHP 8.1 or newer with OpenSSL
Download the release ZIP, then use Plugins → Add New → Upload Plugin. Activate
WooCommerce and this plugin, open WooCommerce → GOVP Exchange, and paste a
connector token created at partners.gemacode.org/exchange/conectar.
Docker and Node.js are required. The checked-in Compose environment uses the official WordPress, WordPress CLI and MariaDB images, installs current WooCommerce and mounts this repository as a plugin.
npm ci
npm run test:nativeThe native smoke test creates a disposable WordPress installation, installs WooCommerce, creates a real order, verifies plugin hooks, checks encrypted token round trips and removes all containers and volumes when it finishes.
npm run check
npm run packageThe ZIP is written to dist/. No credentials or user data are included.
Licensed under GPL-2.0-or-later. See CONTRIBUTING.md and SECURITY.md.