update
This commit is contained in:
@ -132,6 +132,9 @@ export class RemitTransaction {
|
||||
@Column({ nullable: true })
|
||||
callback_at: Date;
|
||||
|
||||
@Column({ nullable: true, type: "text" })
|
||||
callback_response: String;
|
||||
|
||||
@Column()
|
||||
@CreateDateColumn()
|
||||
created_at: Date;
|
||||
|
||||
Reference in New Issue
Block a user