g-market / b-shop-backend

0 stars 0 forks source link

feat: 주문 후 장바구니 제거 및 오류 해결 #36

Closed halucinor closed 1 year ago

halucinor commented 1 year ago

In GitLab by @haaeee on Mar 3, 2023, 17:51


name: Feature Template assignees: '@haaeee'

🤷 구현할 기능

🔨 상세 작업 내용

📄 참고 사항

⏰ 예상 소요 기간

halucinor commented 1 year ago

In GitLab by @haaeee on Mar 3, 2023, 17:51

marked the checklist item 주문 후에 주문에서 사용되는 orderItemDtoList를 통해 장바구니에 담긴 내용들을 삭제 as completed

halucinor commented 1 year ago

In GitLab by @haaeee on Mar 3, 2023, 17:51

marked the checklist item 장바구니 로직에서 HashKey(itemId+ itemOptionId) 조합으로 되었기에 발생하는 문제 해결 as completed

halucinor commented 1 year ago

In GitLab by @haaeee on Mar 3, 2023, 17:51

marked the checklist item 빈 장바구니 조회 할 때 발생하는 null Pointer Exception 해결 as completed