fix: callback transaction

This commit is contained in:
ilham
2021-12-26 23:01:44 +07:00
parent 342c9902ca
commit aa8764ff2b
5 changed files with 35 additions and 6 deletions

View File

@@ -58,6 +58,16 @@ export class Transactions extends BaseModel {
})
phone_number: string;
@Column({
nullable: true,
})
request_json: string;
@Column({
nullable: true,
})
callback_json: string;
mark_up_price: number;
userData: UserDetail;