Skip to content

Commit 769441e

Browse files
authored
Merge pull request #14 from blasttech/blasttech-master
Revert "fix: Get correct ID in getTransactionReference function"
2 parents c277a53 + 09f606a commit 769441e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Message/ChargeResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function getMessage()
7878
*/
7979
public function getTransactionReference()
8080
{
81-
return $this->getOrderId();
81+
return $this->getTransactionId();
8282
}
8383

8484
/**

0 commit comments

Comments
 (0)