Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
Fix error.
Browse files Browse the repository at this point in the history
  • Loading branch information
popiazaza authored Feb 21, 2017
1 parent 3091a0d commit 7dba989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
echo "</pre>";
}
//Get full report of transaction.
if(($transaction[0]&&$report = $wallet->get_report($transaction[0]->reportID)){
if($transaction[0]&&$report = $wallet->get_report($transaction[0]->reportID)){
echo "<pre>";
print_r($report);
echo "</pre>";
Expand Down

0 comments on commit 7dba989

Please sign in to comment.