From db48400736799cc3833a2644a02e308992a98fa8 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 18 Jul 2023 22:07:24 +0100 Subject: [PATCH] AuthenticationData: add sandboxId field that magically appeared on July 18th this is really starting to become a problem... --- src/types/login/AuthenticationData.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/types/login/AuthenticationData.php b/src/types/login/AuthenticationData.php index 271df5c3..9971fd17 100644 --- a/src/types/login/AuthenticationData.php +++ b/src/types/login/AuthenticationData.php @@ -25,6 +25,8 @@ final class AuthenticationData{ /** @required */ public string $identity; + public string $sandboxId = "RETAIL"; //TODO: what are the other possible values? + public string $titleId = ""; //TODO: find out what this is for /** @required */