Skip to content

Commit

Permalink
Corrected misspelled word
Browse files Browse the repository at this point in the history
  • Loading branch information
guzzilar committed Jun 22, 2015
1 parent 7b7fe30 commit 6c88c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/services/charge.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
echo "</pre>";
} catch (Exception $e) {
echo '<a href="../" style="display:block; margin-top: 20px;">back</a>';
echo "<h3>Balance Object Status.</h3>";
echo "<h3>Charge Object Status.</h3>";
echo '<div class="alert alert-danger">Error <strong>'.$e->getMessage().'</strong><br/>Please try again.</div>';
}
?>
Expand Down

0 comments on commit 6c88c35

Please sign in to comment.