Amended purchase validation and submission

This commit is contained in:
piratefinn 2018-03-13 12:49:30 +00:00
parent 977cee339d
commit 065aa80e98
4 changed files with 31 additions and 35 deletions

View file

@ -53,7 +53,6 @@ export class TransactionLogComponent implements OnInit {
}
loadTransactions(logPage: number) {
console.log(logPage);
this.api.transList(logPage).subscribe(
result => {
if (result.transactions.length > 0) {