Skip to content

Commit

Permalink
fix: meessage can be null
Browse files Browse the repository at this point in the history
  • Loading branch information
brokeyourbike committed Mar 31, 2024
1 parent 58f3cc4 commit d65592e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/TransactionResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
class TransactionResponse extends JsonResponse
{
public string $message;
public ?string $message;
public ?bool $success;
public ?string $errorCode;
public ?string $statusCode;
Expand Down

0 comments on commit d65592e

Please sign in to comment.