command?->warn('Skipping gift voucher Lemon Squeezy sync: lemonsqueezy.api_key not configured.'); return; } $tiers = config('gift-vouchers.tiers', []); foreach ($tiers as $tier) { $result = $this->catalog->ensureTier($tier); $this->command?->info(sprintf( '%s → product %s, variant %s', $tier['key'], $result['product_id'], $result['variant_id'] )); } } }