Skip to content

Commit 9e29290

Browse files
author
brianmc
committed
Updated expiry dates
1 parent 04e1615 commit 9e29290

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/AuthorizeNetCP_Test.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public function testAuthOnly()
99
array(
1010
'amount' => rand(1, 1000),
1111
'card_num' => '4111111111111111',
12-
'exp_date' => '0415',
12+
'exp_date' => '0422',
1313
'duplicate_window' => '5',
1414
'device_type' => '4',
1515
)
@@ -25,7 +25,7 @@ public function testAuthCapture()
2525
array(
2626
'amount' => rand(1, 1000),
2727
'card_num' => '4111111111111111',
28-
'exp_date' => '0415',
28+
'exp_date' => '0422',
2929
'device_type' => '4',
3030
)
3131
);

0 commit comments

Comments
 (0)