Skip to content

Commit

Permalink
fix tests (credit card expired)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlttt committed Feb 7, 2018
1 parent ac84fde commit d36db0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/ProGatewayTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function setUp()
'lastName' => 'User',
'number' => '4111111111111111',
'expiryMonth' => '12',
'expiryYear' => '2017',
'expiryYear' => '2018',
'cvv' => '123',
)),
);
Expand Down
2 changes: 1 addition & 1 deletion tests/RestGatewayTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function setUp()
'lastName' => 'User',
'number' => '4111111111111111',
'expiryMonth' => '12',
'expiryYear' => '2017',
'expiryYear' => '2018',
'cvv' => '123',
)),
);
Expand Down

0 comments on commit d36db0a

Please sign in to comment.