From 99987b3ef138a08a849793d11575b915075ba98f Mon Sep 17 00:00:00 2001 From: Matthew Wire <mjw@mjwconsult.co.uk> Date: Thu, 12 Jan 2023 09:46:32 +0000 Subject: [PATCH] Update docs --- docs/api.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/api.md b/docs/api.md index 06f1aa77..e53567eb 100644 --- a/docs/api.md +++ b/docs/api.md @@ -159,9 +159,6 @@ Permissions: `access Ajax API` + `make online contributions` * `Job.process_stripe` - this cancels uncaptured paymentIntents and removes successful ones from the local database cache after a period of time: - Parameters: - * delete_old: Delete old records from database. Specify 0 to disable. Default is "-3 month" - * cancel_incomplete: Cancel incomplete paymentIntents in your stripe account. Specify 0 to disable. Default is "-1 hour" - - - + * Parameters: + * delete_old: Delete old records from database. Specify 0 to disable. Default is "-3 month" + * cancel_incomplete: Cancel incomplete paymentIntents in your stripe account. Specify 0 to disable. Default is "-1 hour" -- GitLab