Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat : 결제 기능 #15

Open
wants to merge 6 commits into
base: jbm
Choose a base branch
from
Open

feat : 결제 기능 #15

wants to merge 6 commits into from

Commits on Jul 26, 2021

  1. feat : 결제 기능

    - TODO : test 케이스 작성, 코드 함수화 하기..
    bominjang committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    243d011 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Configuration menu
    Copy the full SHA
    def2667 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2021

  1. Configuration menu
    Copy the full SHA
    cd63784 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. refactor : Bill 객체 생성, 객체의 책임 분할

    - Bill 객체를 생성
    - 주문 넣는 방식 변경 (기존 : 메뉴의 수량 만큼 order 객체 추가 -> 변경 후 : 메뉴의 수량을 알고있는 order 객체 하나만 추가)
    - boolean 처리 단순화
    등등..!!
    bominjang committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    cf1e207 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. refactor : 사이클 제거 및 객체 책임 변경

    - OrderRepository와 bill 사이의 사이클을 제거함.
    - OrderRepository가 갖고있던 책임을 변경.
    bominjang committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    315dc17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d171c80 View commit details
    Browse the repository at this point in the history