WePay Demo App: Account List
Back
request('account/find');
foreach ($accounts as $account) {
echo "account_uri\">$account->name: $account->description
";
}
}
catch (WePayException $e) {
// Something went wrong - normally you would log
// this and give your user a more informative message
echo $e->getMessage();
}