We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63bcfe5 commit d374ca1Copy full SHA for d374ca1
test-runner.php
@@ -39,7 +39,7 @@ class TestRunner extends PHPUnit_Framework_TestCase
39
public static $payerID = "LM6NCLZ5RAKBY";
40
//random amount for transactions/subscriptions
41
public static function getAmount(){
42
- return 12 + (rand(1, 10000)/12);
+ return 12 + (rand(1, 900000)/12);
43
}
44
//random email for a new customer profile
45
public static function getEmail(){
0 commit comments