Skip to content

Commit f288156

Browse files
issue-123: add getTransactionId method to SIMAuthorizeResponse
1 parent 27d01b6 commit f288156

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Message/SIMAuthorizeResponse.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,9 @@ public function getRedirectData()
4444
{
4545
return $this->getData();
4646
}
47+
48+
public function getTransactionId()
49+
{
50+
return $this->data[SIMAbstractRequest::TRANSACTION_ID_PARAM] ? $this->data[SIMAbstractRequest::TRANSACTION_ID_PARAM] : null;
51+
}
4752
}

0 commit comments

Comments
 (0)