Skip to content

Instantly share code, notes, and snippets.

@pawelsawicz
Created July 8, 2015 12:17
Show Gist options
  • Save pawelsawicz/ffd3ff6463048dd936bf to your computer and use it in GitHub Desktop.
Save pawelsawicz/ffd3ff6463048dd936bf to your computer and use it in GitHub Desktop.
$response = $client->Charity->Retrieve(2050);
if($response != null)
{
$response->name;
$response->description;
if($response->donationDisplayAmounts != null)
{
$response->donationDisplayAmounts[0]->amount;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment