Skip to content

Commit

Permalink
Fixed indentation for bank account verification show php example
Browse files Browse the repository at this point in the history
  • Loading branch information
remear committed Mar 8, 2013
1 parent 871b798 commit 370b9df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scenarios/bank_account_verification_show/php.mako
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%namespace file='/_main.mako' name='main'/>
% if request is UNDEFINED:
Balanced\Verification::get
Balanced\Verification::get
% else:
${main.php_boilerplate()}
$verification = Balanced\Verification::get("${request['uri']}");
$verification = Balanced\Verification::get("${request['uri']}");
% endif

0 comments on commit 370b9df

Please sign in to comment.