diff --git a/app/Service/BillingContract.php b/app/Service/BillingContract.php index 467ab545..a3c58a3b 100644 --- a/app/Service/BillingContract.php +++ b/app/Service/BillingContract.php @@ -22,7 +22,7 @@ class BillingContract */ public function hasSubscription(Organization $organization): bool { - return false; + return true; } /**