Fixed issue with payment records on update
This commit is contained in:
@@ -31,5 +31,5 @@ export interface Payment {
|
||||
currency: string;
|
||||
value: number;
|
||||
isPaid: boolean;
|
||||
date: Date;
|
||||
date: Date | string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user