Skip to content

Commit

Permalink
AuthenticationData: add sandboxId field that magically appeared on Ju…
Browse files Browse the repository at this point in the history
…ly 18th

this is really starting to become a problem...
  • Loading branch information
dktapps committed Jul 18, 2023
1 parent 0cfaafd commit db48400
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/login/AuthenticationData.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

1 comment on commit db48400

@Gewinum
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

microjangus

Please sign in to comment.