diff --git a/lib/WebGUI/Shop/Transaction.pm b/lib/WebGUI/Shop/Transaction.pm index d6259110a..5379ceccd 100644 --- a/lib/WebGUI/Shop/Transaction.pm +++ b/lib/WebGUI/Shop/Transaction.pm @@ -369,7 +369,7 @@ sub www_getTransactionsAsJson { $tally++; } my %results = ( - totalRecords => $totalRecords, + totalRecords => $totalRecords + 0, recordsReturned => $tally, startIndex => $startIndex, sort => undef,