Skip to content

Commit 31fbfcc

Browse files
Add method to get settlement date from the transaction data
1 parent 047031b commit 31fbfcc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Message/GetSessionResponse.php

+5
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ public function getCode()
3434
return $this->getTransactionData('reCo');
3535
}
3636

37+
public function getSettlementDate()
38+
{
39+
return $this->getTransactionData('settlementDate');
40+
}
41+
3742
public function getMessage()
3843
{
3944
if ($this->isSuccessful()) {

0 commit comments

Comments
 (0)