Skip to content

Commit

Permalink
[fix] OrderItem 패키지 이동 변경사항 반영하여 컴파일 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
june-777 committed Aug 17, 2024
1 parent 203ee11 commit 71a0349
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import org.springframework.transaction.annotation.Transactional;

import camp.woowak.lab.menu.repository.MenuRepository;
import camp.woowak.lab.order.domain.OrderItem;
import camp.woowak.lab.order.domain.vo.OrderItem;
import camp.woowak.lab.payment.domain.OrderPayment;
import camp.woowak.lab.payment.domain.OrderPaymentStatus;
import camp.woowak.lab.payment.repository.OrderPaymentRepository;
Expand Down

0 comments on commit 71a0349

Please sign in to comment.