Skip to content

Commit

Permalink
Updated expiry dates
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmc committed May 8, 2015
1 parent 04e1615 commit 9e29290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/AuthorizeNetCP_Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public function testAuthOnly()
array(
'amount' => rand(1, 1000),
'card_num' => '4111111111111111',
'exp_date' => '0415',
'exp_date' => '0422',
'duplicate_window' => '5',
'device_type' => '4',
)
Expand All @@ -25,7 +25,7 @@ public function testAuthCapture()
array(
'amount' => rand(1, 1000),
'card_num' => '4111111111111111',
'exp_date' => '0415',
'exp_date' => '0422',
'device_type' => '4',
)
);
Expand Down

0 comments on commit 9e29290

Please sign in to comment.