We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04e1615 commit 9e29290Copy full SHA for 9e29290
tests/AuthorizeNetCP_Test.php
@@ -9,7 +9,7 @@ public function testAuthOnly()
9
array(
10
'amount' => rand(1, 1000),
11
'card_num' => '4111111111111111',
12
- 'exp_date' => '0415',
+ 'exp_date' => '0422',
13
'duplicate_window' => '5',
14
'device_type' => '4',
15
)
@@ -25,7 +25,7 @@ public function testAuthCapture()
25
26
27
28
29
30
31
);
0 commit comments