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::payeeAccountInfo($account_id); $biz_info = AreteX_WPI::getBusiness(); // Get some preferences set up here as far as contact info goes .. $business_contact_phone = $biz_info->Primary_Phone; $business_contact_email = $biz_info->Email_Address; ?>