update status
This commit is contained in:
@@ -37,4 +37,7 @@ export class Payment extends BaseEntity {
|
||||
|
||||
@Property({ nullable: true })
|
||||
failedAt?: Date | null = null;
|
||||
|
||||
@Property({ nullable: true })
|
||||
description?: string | null = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user