fix: order transaction

This commit is contained in:
ilham
2021-12-30 09:38:18 +07:00
parent 146d0c8f96
commit 89d0895ff3
2 changed files with 4 additions and 0 deletions

View File

@@ -6,4 +6,6 @@ export class OrderTransactionDto {
@IsNotEmpty()
destination: string;
trx_id: string;
}