turnstile

Drupal paywall plugin
Log | Files | Refs | README | LICENSE

commit b0ba51442b71776779dcb09776e9257856fed10d
parent a3a5d4bcbca56fd81627672798ac7c90ea2b231c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 11 Oct 2025 22:44:48 +0200

todos

Diffstat:
MREADME.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -46,11 +46,13 @@ Navigate to `/admin/config/content/Turnstile` to configure: ## TODO +- add subscription prices to settings - actually get subscriptions to work: v1 contracts, etc. note that the logic is now more funky, customers could have a 50%-off subscription. So need to check if we have a subscription cookie set for a subscription that for the current category would give us a price of zero! +- move HTTP logic from TurnstileSettingsForm to the API class! - use order expiration from merchant backend (with new v1.1 implementation) instead of hard-coding 1 day!