fixing: ppob

This commit is contained in:
ilham
2022-05-16 14:12:08 +07:00
parent aae7005914
commit feda138732
7 changed files with 178 additions and 16 deletions

View File

@@ -9,4 +9,7 @@ export class OrderTransactionDto {
@IsOptional()
trx_id: string;
@IsOptional()
bill_trx_id: string;
}