Skip to content

Commit 3d5ebbc

Browse files
committed
add status in out
1 parent a627d2d commit 3d5ebbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Message/CompletedPurchaseRequest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public function getData()
5656
'transaction_id' => $this->getTransactionId(),
5757
'amount' => $this->getAmount(),
5858
'success' => App::STATUS_SUCCESS === $this->getStatus(),
59+
'status' => $this->getStatus(),
5960
];
6061
}
6162

0 commit comments

Comments
 (0)