update
This commit is contained in:
@ -27,6 +27,7 @@ export class RemitTransactionPartnerCallbackLog {
|
|||||||
url: string;
|
url: string;
|
||||||
|
|
||||||
@Column({
|
@Column({
|
||||||
|
nullable: true,
|
||||||
type: "jsonb",
|
type: "jsonb",
|
||||||
})
|
})
|
||||||
header: string;
|
header: string;
|
||||||
@ -34,7 +35,7 @@ export class RemitTransactionPartnerCallbackLog {
|
|||||||
@Column({
|
@Column({
|
||||||
type: "jsonb",
|
type: "jsonb",
|
||||||
})
|
})
|
||||||
body: string;
|
body: any;
|
||||||
|
|
||||||
@Column()
|
@Column()
|
||||||
request_at: Date;
|
request_at: Date;
|
||||||
|
|||||||
Reference in New Issue
Block a user