From 20337de8125f94e8488bf492e145091992c188d5 Mon Sep 17 00:00:00 2001 From: Erawat Chamanont Date: Mon, 19 Jan 2026 22:12:00 +0000 Subject: [PATCH] CIVIMM-423: Fix scheduled job api_version and parameters format --- managed/Job_PaymentWebhookRunner.mgd.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/managed/Job_PaymentWebhookRunner.mgd.php b/managed/Job_PaymentWebhookRunner.mgd.php index 209aaa9..ac4c68a 100644 --- a/managed/Job_PaymentWebhookRunner.mgd.php +++ b/managed/Job_PaymentWebhookRunner.mgd.php @@ -23,7 +23,8 @@ 'run_frequency' => 'Always', 'api_entity' => 'PaymentWebhookRunner', 'api_action' => 'Run', - 'parameters' => 'processor_type=all&batch_size=250', + 'api_version' => 3, + 'parameters' => "processor_type=all\nbatch_size=250", 'is_active' => 1, ], ],