diff --git a/managed/Job_PaymentAttemptReconcile.mgd.php b/managed/Job_PaymentAttemptReconcile.mgd.php index feb61b4..845f652 100644 --- a/managed/Job_PaymentAttemptReconcile.mgd.php +++ b/managed/Job_PaymentAttemptReconcile.mgd.php @@ -8,7 +8,7 @@ * to reconcile against their payment processor APIs. * * Parameters: - * - processor_parameters: (required) Format: "[Stripe,2],[GoCardless,6]" + * - processor_parameters: (required) Format: "[Stripe Connect,2],[GoCardless,6]" * Each pair specifies [ProcessorType,ThresholdDays]. * - batch_size: Max total attempts to reconcile (default: 100) * @@ -26,7 +26,7 @@ 'api_entity' => 'PaymentAttemptReconcile', 'api_action' => 'Run', 'api_version' => 3, - 'parameters' => "processor_parameters=[Stripe,2],[GoCardless,6]\nbatch_size=100\nmax_retry_count=3", + 'parameters' => "processor_parameters=[Stripe Connect,2],[GoCardless,6]\nbatch_size=100\nmax_retry_count=3", 'is_active' => 1, ], ],