From ba6e89b87f306d811f7a062c386bf7f61f845bd6 Mon Sep 17 00:00:00 2001 From: Jonathan Barrow Date: Fri, 17 Nov 2023 17:20:00 -0500 Subject: [PATCH] change 3DS policylist Level to HIGH --- src/services/nppl.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/services/nppl.ts b/src/services/nppl.ts index 34089c0..9acadda 100644 --- a/src/services/nppl.ts +++ b/src/services/nppl.ts @@ -52,42 +52,42 @@ function get3DSPolicyList(countryCode: string, majorVersion: string): { PolicyLi { TitleId: '0004003000008f02', TaskId: 'basho0', - Level: 'EXPEDITE', + Level: 'HIGH', Persistent: true, // TODO - What's this? Revive: true // TODO - What's this? }, { TitleId: '000400300000bc00', TaskId: 'OlvNotf', - Level: 'EXPEDITE', + Level: 'HIGH', Persistent: true, // TODO - What's this? Revive: true // TODO - What's this? }, { TitleId: '000400300000bd00', TaskId: 'OlvNotf', - Level: 'EXPEDITE', + Level: 'HIGH', Persistent: true, // TODO - What's this? Revive: true // TODO - What's this? }, { TitleId: '000400300000be00', TaskId: 'OlvNotf', - Level: 'EXPEDITE', + Level: 'HIGH', Persistent: true, // TODO - What's this? Revive: true // TODO - What's this? }, { TitleId: '0004003000008f02', TaskId: 'pl', - Level: 'EXPEDITE', + Level: 'HIGH', Persistent: true, // TODO - What's this? Revive: true // TODO - What's this? }, { TitleId: '0004013000003400', TaskId: 'sprelay', - Level: 'EXPEDITE', + Level: 'HIGH', Persistent: true, // TODO - What's this? Revive: true // TODO - What's this? }