the delimeter.
list($num, $month, $year, $sec) = explode("|", $_GET['lista'], 4);
//random amount min = 0.xx, max = 5;
$amount = mt_rand(1*10, 5*10)/10;
$data = json_decode($requests::get('https://randomuser.me/api/'));
$result = $gateway->transaction()->sale([
'amount' => $amount...