linked_user_id != $current_user_id ) { $signed_up = AreteX_WPI::payeeSignedUp($current_user_id); $_SESSION['current_aretex_payee'] = $signed_up; } if (! $signed_up) { echo "Problem with Payee User Validation ... "; return; } $license = AreteX_WPI::getBasLicense(); $business_name = $license->Business_Name; $account_id = $signed_up->id; $obj = AreteX_WPI::payeePaymentAccount($account_id); if (is_object($obj)) $payment_account = get_object_vars($obj); else $payment_account = $obj; $payment_authorized = false; if ($signed_up->payment_account_type_id != '2') { // 2 = 'None Selected Yet' $payment_authorized = true; } $payee = $signed_up->name; // Get aretex_ptr_home_message option $home_message = get_option('aretex_ptr_home_message'); $home_message = trim($home_message); if (empty($home_message)) $home_message = null; if (strtolower($signed_up->contact_email) != strtolower($user_email)) { ?>

Your profile email address does not match your payee contact email address. This could cause reporting problems.

Your Payment Tracking and Reporting Panel

'; echo "

Important Message From $business_name

$home_message

"; } ?>

Welcome !

The Payment Tracking and Reporting system (PTR) is your secure panel to track your account receivables from .

Through the use of the tabs above, you can - -

Be sure to keep your account information and authorization current, so you get full credit and payment for your efforts!

status == 'Pending' || $payment_account['authorization_vars']->status == 'Waiting' ) { ?>