update
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user