File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ public function testAimResponseFields()
268268 public function testVoid ()
269269 {
270270 // First create transaction to void.
271- $ amount = rand (1 , 1000 );
271+ $ amount = rand (1 , 100000 );
272272 $ sale = new AuthorizeNetAIM ;
273273 $ sale ->setFields (
274274 array (
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ public function testUpdateCustomerPaymentProfile()
154154 $ request = new AuthorizeNetCIM ;
155155 $ customerProfile = new AuthorizeNetCustomer ;
156156 $ customerProfile ->description = "Description of customer " ;
157- $ customerProfile ->merchantCustomerId = time ().rand (1 ,10 );
157+ $ customerProfile ->merchantCustomerId = time ().rand (1 ,100000 );
158158 $ customerProfile ->email = "blahlah@domain.com " ;
159159 $ response = $ request ->createCustomerProfile ($ customerProfile );
160160 $ this ->assertTrue ($ response ->isOk ());
You can’t perform that action at this time.
0 commit comments