Skip to content

Commit

Permalink
Add new notification parameters (undocumented)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtorras committed Jun 2, 2024
1 parent a3c3f29 commit ca470e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Support/NotificationParameters.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ public function __construct(

#[MapFrom('RTS')]
public ?string $rts = null,

#[MapFrom('DS_ECI')]
public ?string $eci = null,

#[MapFrom('DS_RESPONSE_DESCRIPTION')]
public ?string $responseDescription = null,
) {
}

Expand Down

0 comments on commit ca470e5

Please sign in to comment.