added updating transaction

This commit is contained in:
piratefinn 2018-03-20 16:53:29 +00:00
parent 2eddb4dd9c
commit df6c469965
7 changed files with 61 additions and 20 deletions

View file

@ -10,6 +10,7 @@ interface RecurData {
seller: string;
start_time: string;
value: number;
display_time: any;
}
@Component({