Skip to content

Instantly share code, notes, and snippets.

@janhartigan
Created March 20, 2014 01:01
Show Gist options
  • Save janhartigan/9655192 to your computer and use it in GitHub Desktop.
Save janhartigan/9655192 to your computer and use it in GitHub Desktop.
try {
$verification = \Balanced\BankAccountVerification::get("/verifications/BZ421bqIXFNIYFiNqRw8uKGs");
$verification->amount_1 = 1;
$verification->amount_2 = 1;
$verification->save();
}
catch (\Exception $e)
{
dd($e);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment