Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.

Commit

Permalink
Fixes #8
Browse files Browse the repository at this point in the history
  • Loading branch information
coconutcraig committed Jul 19, 2019
1 parent 45c5e49 commit fb28db8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ public function setUp()
$this->mastercard = '5454545454545454';
$this->visa = '4242424242424242';

$this->id = 'store1';
$this->id = 'store2';
$this->token = 'yesguy';
$this->environment = Moneris::ENV_TESTING;
}
}
}

0 comments on commit fb28db8

Please sign in to comment.