No Transaction Id Received
prefix."vtupress_wallet";
$info = "Your account should be credit/debited almost instantly";
break;
case"airtime":
$table = $wpdb->prefix."sairtime";
$info = "The recipient phone number is expected to be credited within 2 minutes (max). Subject to notification by network provider";
break;
case"data":
$table = $wpdb->prefix."sdata";
$info = "The recipient phone number is expected to be credited within 2 minutes (max). Subject to notification by network provider";
break;
case"cable":
$table = $wpdb->prefix."scable";
$info = "The recipient cableTv is expected to be renewed within 2 minutes (max).";
break;
case"bill":
$table = $wpdb->prefix."sbill";
$info = "The recipient bill is expected to be credited within 5 minutes (max). ";
break;
case"bet":
$table = $wpdb->prefix."sbet";
$info = "The recipient account is expected to be credited within 5 minutes (max). ";
break;
case"verification":
$table = $wpdb->prefix."vtupress_verifications";
$info = "Verification is always instant";
break;
}
if(isset($_GET["generate"])){
$prepare = $wpdb->prepare("SELECT * FROM $table WHERE user_id = %s ORDER BY ID DESC LIMIT 1",$user_id);
}else{
$prepare = $wpdb->prepare("SELECT * FROM $table WHERE user_id = %s AND id = %d LIMIT 1",$user_id,$id);
}
$results = $wpdb->get_results($prepare);
if($results != NULL && !empty($results) && $sub != "verification"){
$thisResult = $results[0];
include(__DIR__."/functions.php");
if(strtolower($status) == "credit"){
$statusText = "Credited";
$status = "successful";
}
elseif(strtolower($status) == "debit"){
$statusText = "Debited";
$status = "failed";
}
else{
$statusText = $status;
}
?>
Transaction Receipt
'.strtolower($type).'
firstName
lastName
middleName
d.o.b
gender
email
phone
state Of Origin
local gov. area (origin)
local gov. area (residential)
residential addr.
₦
Transaction Type
Recipient Details
Meter Token
Transaction Id
Payment Method
Wallet
Transaction Date
Support
We are loved to have you transact with us and hope you do more at a more cheaper price.
Download
vDatas)->data))? $verify_data = json_decode($results[0]->vDatas)->data : $verify_data = "" ;
$accountImage = "data:image/jpeg;base64,".$verify_data->photo;
$id = $results[0]->id;
$type = $results[0]->type;
$value = $results[0]->value;
$fn = $verify_data->firstName;
$ln = $verify_data->lastName;
$mn = $verify_data->middleName;
$phone = $verify_data->phone;
$email = $verify_data->email;
$dob = $verify_data->birthdate;
$gender = $verify_data->gender;
$lgar = $verify_data->lgaOfResidence;
$sor = $verify_data->stateOfOrigin;
$lgao = $verify_data->lgaOfOrigin;
$ra = $verify_data->residentialAddress;
echo '
'.strtolower($type).' * :
'.$value.'
firstName * :
'.$fn.'
lastName * :
'.$ln.'
middleName * :
'.$mn.'
d.o.b * :
'.$dob.'
gender * :
'.$gender.'
email * :
'.$email.'
phone * :
'.$phone.'
state Of Origin * :
'.$sor.'
local gov. area (origin) * :
'.$lgao.'
local gov. area (residential) * :
'.$lgar.'
residential addr. * :
'.$ra.'
Download
';
}
else{
?>
No Transaction With Id Recorded