Skip to content

Commit 5c8c81e

Browse files
Merge pull request #27 from intuit/develop
Fix : Issue 25 - New fields added to ZeroDollarVerification
2 parents 298b0a3 + 7102c7d commit 5c8c81e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Modules/ZeroDollarVerification.php

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
class ZeroDollarVerification
77
{
88
public $status;
9+
public $type;
10+
public $transactionId;
911

1012
public function __construct(array $array = array())
1113
{

0 commit comments

Comments
 (0)