Skip to content

Commit 42f008e

Browse files
committed
fix typo
1 parent 484d88f commit 42f008e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/Message/CompletedPurchaseRequest.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@ public function setStatus($value)
4040
return $this->setParameter('status', $value);
4141
}
4242

43+
public function getTransactionId()
44+
{
45+
return $this->getParameter('transaction_id');
46+
}
47+
48+
public function setTransactionId($value)
49+
{
50+
return $this->setParameter('transaction_id', $value);
51+
}
52+
4353
public function getData()
4454
{
4555
return [

0 commit comments

Comments
 (0)