fix: history transaction
This commit is contained in:
@@ -50,6 +50,11 @@ export class Transactions extends BaseModel {
|
||||
})
|
||||
partner_trx_id: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
})
|
||||
seri_number: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user