Hard-delete Care remote Queue adapter (Phase 5).
Deploy Ladill Care / deploy (push) Failing after 1m13s
Deploy Ladill Care / deploy (push) Failing after 1m13s
Care Queue Engine is the only path; remove QueueClient, driver config, and remote HTTP tests. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -42,7 +42,7 @@ class PlanService
|
||||
return in_array($this->planKey($organization), ['pro', 'enterprise'], true);
|
||||
}
|
||||
|
||||
/** Lab, pharmacy, billing, and Ladill Queue integration require Pro or Enterprise. */
|
||||
/** Lab, pharmacy, billing, and in-app service queues require Pro or Enterprise. */
|
||||
public function canUseProModules(Organization $organization): bool
|
||||
{
|
||||
return $this->hasPaidPlan($organization);
|
||||
|
||||
Reference in New Issue
Block a user