Skip to content

Commit 7808af1

Browse files
author
brianmc
committed
updated test with random amt
1 parent c38c735 commit 7808af1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/AuthorizeNetAIM_Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ public function testAuthCaptureCustomFields()
484484
$sale = new AuthorizeNetAIM;
485485
$sale->setFields(
486486
array(
487-
'amount' => rand(1, 1000),
487+
'amount' => rand(1, 90000),
488488
'card_num' => '6011000000000012',
489489
'exp_date' => '0420'
490490
)

0 commit comments

Comments
 (0)