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 = getResource(''); $sent = getResource('payment_summary'); $html = build_payment_table($sent); ?>
Below is a listing of funds that have processed and been sent to the account you provided
us for automatic payments. If these funds have not
arrived at the financial institution you specified, please contact echo $business_name; ?>.
(Note: it can take up to a day for some financial institutions to electronically list monies
received for your account. The delay in electronic reporting will vary by financial institution.
Contact them for more details.)
To sort the columns below use the arrows provided.
// var_dump($sent); ?>