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({
|
@ApiProperty({
|
||||||
type: String,
|
type: String,
|
||||||
required: true,
|
required: false,
|
||||||
example: TransactionPaymentType.MIDTRANS,
|
example: TransactionPaymentType.MIDTRANS,
|
||||||
})
|
})
|
||||||
@IsString()
|
|
||||||
payment_type: TransactionPaymentType;
|
payment_type: TransactionPaymentType;
|
||||||
|
|
||||||
@ApiProperty({
|
@ApiProperty({
|
||||||
|
|
Loading…
Reference in New Issue