Skip to content

Commit

Permalink
fix: use proper name
Browse files Browse the repository at this point in the history
  • Loading branch information
brokeyourbike committed Apr 3, 2022
1 parent cdf5ccb commit f6e368f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/AuthStatus.php
Expand Up @@ -16,5 +16,5 @@
class AuthStatus extends DataTransferObject
{
public string $authStatusCode;
public string $statusDescription;
public string $authStatusDescription;
}

0 comments on commit f6e368f

Please sign in to comment.