billing->suiteEntitlement((string) $owner->public_id)['features'] ?? []), true); } catch (Throwable) { return false; } } public function canUseCustomPaymentGateway(User $owner): bool { return $this->has($owner, self::CUSTOM_PAYMENT_GATEWAY); } }