chore(test): TEMP route Ford/Polestar to de to test licensing (revert if no)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -49,7 +49,15 @@ export interface P4BrandHooks {
|
||||
// Brands whose parts are licensed only on the de (account 2) PL24 subscription —
|
||||
// the tr account serves a NOT_LOGGED_IN_DEMO page for these. All P4 fetches for
|
||||
// these services are routed to de (see fetchP4Page + resolveAccount).
|
||||
const HYUNDAI_KIA_NISSAN_DE = new Set(["hyundai_parts", "kia_parts", "nissan_parts"]);
|
||||
const HYUNDAI_KIA_NISSAN_DE = new Set([
|
||||
"hyundai_parts",
|
||||
"kia_parts",
|
||||
"nissan_parts",
|
||||
// TEMP under test: do Ford/Polestar also work on de?
|
||||
"fordp_parts",
|
||||
"fordt_parts",
|
||||
"polestar_parts",
|
||||
]);
|
||||
|
||||
@Injectable()
|
||||
export class PL24FordLegacyService {
|
||||
|
||||
Reference in New Issue
Block a user