billing->suiteEntitlement((string) $owner->public_id)['features'] ?? []), true); } catch (Throwable) { return false; } } public function canUseCustomPaymentGateway(User $owner): bool { // Custom / owner payment gateways are retired. All checkouts use Ladill Pay // with platform fees (see config/pay.php fee_tiers on the platform). return false; } }