Skip to content

Commit 5ab9ce8

Browse files
committed
๐Ÿ› fix: ๊ฒฐ์ œ ์ค€๋น„ API column ๋ˆ„๋ฝ ๊ด€๋ จ ์—๋Ÿฌ ์ˆ˜์ •
1 parent 3088d59 commit 5ab9ce8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

โ€Žsrc/main/java/com/jajaja/domain/order/service/OrderCommandServiceImpl.javaโ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ public OrderPrepareResponseDto prepareOrder(Long memberId, OrderPrepareRequestDt
129129
.quantity(cartProduct.getQuantity())
130130
.price(cartProduct.getUnitPrice())
131131
.status(OrderStatus.READY)
132+
.isReviewWritten(false)
132133
.build();
133134
order.getOrderProducts().add(orderProduct);
134135
});

0 commit comments

Comments
ย (0)