Amended purchase validation and submission
This commit is contained in:
parent
977cee339d
commit
065aa80e98
4 changed files with 31 additions and 35 deletions
|
@ -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) {
|
||||
|
|
Reference in a new issue