Skip to content

Commit

Permalink
Merge pull request curt2008#7 from meetconverge/patch-1
Browse files Browse the repository at this point in the history
Update sample.php
  • Loading branch information
Curtis Crewe committed Jul 29, 2013
2 parents 9a5b368 + cd2d718 commit dbe5ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
$results1 = json_decode($search1, true);

//Sample search for development card
$search2 = $s->developmentsearch('0','1',"gold", "contract", "", "", "", "250");
$search2 = $s->developmentsearch('0','1',"gold", "contract", "", "", "", ""); // removed maxBIN of 250 to remove undefined offset errors.
$results2 = json_decode($search2, true);

//Clean results for viewing pleasure
Expand Down

0 comments on commit dbe5ca8

Please sign in to comment.