The website half of the Katchano subscription system: takes signups and
Stripe subscription payments on katchano.com and grants access by calling
the central DIT server's AddCustomerPayment API.
Current version: 1.2.3 (see CHANGES.md and docs/WHATS-NEW-1.2.3.txt).
| Path | What it is |
|---|---|
dit-integration/ |
The plugin source — this folder, zipped, is what WordPress installs. |
tests/ |
Standalone PHP test harness (73 checks). Run: DIT_PLUGIN_DIR=../dit-integration php run_tests.php against a scratch MySQL/MariaDB. |
CHANGES.md |
Developer-facing changelog for 1.2.3. |
docs/ |
Release notes. |
- No secrets live in this repository by design: the DIT server API key and Stripe webhook secret are entered at runtime in WP Admin → Katchano Integration settings and stored only in the WordPress database.
- Releases: zip the
dit-integration/folder asdit-integration-<version>.zipand install via WP Admin. Tag the commitv<version>.