added updating transaction
This commit is contained in:
parent
2eddb4dd9c
commit
df6c469965
7 changed files with 61 additions and 20 deletions
|
@ -10,6 +10,7 @@ interface RecurData {
|
|||
seller: string;
|
||||
start_time: string;
|
||||
value: number;
|
||||
display_time: any;
|
||||
}
|
||||
|
||||
@Component({
|
||||
|
|
Reference in a new issue