This commit is contained in:
fro1991
2025-07-15 15:33:55 +07:00
parent cc21c3860c
commit d6e401028f

View File

@ -27,6 +27,7 @@ export class RemitTransactionPartnerCallbackLog {
url: string;
@Column({
nullable: true,
type: "jsonb",
})
header: string;
@ -34,7 +35,7 @@ export class RemitTransactionPartnerCallbackLog {
@Column({
type: "jsonb",
})
body: string;
body: any;
@Column()
request_at: Date;