fix(SPG-659) Muncul error get data saat confirm transaksi status draft ke pending

pull/42/head
Aswin Ashar Abdullah 2024-07-30 13:50:23 +07:00
parent 190f42d598
commit 945edbf76d
1 changed files with 1 additions and 2 deletions

View File

@ -103,10 +103,9 @@ export class TransactionDto extends BaseStatusDto {
@ApiProperty({
type: String,
required: true,
required: false,
example: TransactionPaymentType.MIDTRANS,
})
@IsString()
payment_type: TransactionPaymentType;
@ApiProperty({