Elice-Track-Cloud-4-HanSH / buy-gurus-back

0 stars 0 forks source link

fix: 주문 생성 시 DTO 수정 #28

Closed PromotezCitizen closed 3 weeks ago

PromotezCitizen commented 1 month ago

In GitLab by @HanSanghyeon on Oct 18, 2024, 13:42

n명의 seller가 파는 품목이 장바구니에 있고 해당 물건들을 살 때 판매자별로 배송비가 부과되어야 한다.
이를 해결해보자.

아래의 두 가지 방법을 활용할 수 있다!

  1. 배열 이용
    private List<OrderRequest> orders;
  2. JSON 형태 이용
    private Map<String, OrderRequest> orders;
PromotezCitizen commented 1 month ago

In GitLab by @HanSanghyeon on Oct 18, 2024, 13:43

created branch fix/hyeon/#28/updateDto to address this issue

PromotezCitizen commented 1 month ago

In GitLab by @HanSanghyeon on Oct 18, 2024, 17:28

mentioned in commit 23dc0d381976c089aef47e1b8adae09b0401bf12