Fixed page no
This commit is contained in:
parent
4e7c8bbfae
commit
ebe6ccb33e
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ sub post_transaction_list_purchases {
|
||||||
return $c->render( json => {
|
return $c->render( json => {
|
||||||
success => Mojo::JSON->true,
|
success => Mojo::JSON->true,
|
||||||
transactions => \@transaction_list,
|
transactions => \@transaction_list,
|
||||||
|
page_no => $transactions->pager->total_entries,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue