fix(SPG-659) Muncul error get data saat confirm transaksi status draft ke pending
parent
190f42d598
commit
945edbf76d
|
@ -103,10 +103,9 @@ export class TransactionDto extends BaseStatusDto {
|
|||
|
||||
@ApiProperty({
|
||||
type: String,
|
||||
required: true,
|
||||
required: false,
|
||||
example: TransactionPaymentType.MIDTRANS,
|
||||
})
|
||||
@IsString()
|
||||
payment_type: TransactionPaymentType;
|
||||
|
||||
@ApiProperty({
|
||||
|
|
Loading…
Reference in New Issue