Skip to content

Commit

Permalink
Correcting test
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksnellockdt committed Oct 23, 2018
1 parent 0776dec commit 469b93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Messages/PurchaseRequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function testGetData()
]
);
$ref = "Hello Ma!";
$request->setTransactionReference($ref);
$request->setTransactionId($ref);
$request->setFundCode(8);
$request->setItems(
[
Expand Down

0 comments on commit 469b93a

Please sign in to comment.