Skip to content

Commit

Permalink
Merge pull request #27 from intuit/develop
Browse files Browse the repository at this point in the history
Fix : Issue 25 - New fields added to ZeroDollarVerification
  • Loading branch information
abisalehalliprasan authored Sep 12, 2020
2 parents 298b0a3 + 7102c7d commit 5c8c81e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Modules/ZeroDollarVerification.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
class ZeroDollarVerification
{
public $status;
public $type;
public $transactionId;

public function __construct(array $array = array())
{
Expand Down

0 comments on commit 5c8c81e

Please sign in to comment.