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

[#199, #198] 환불 API 작성, Payment 도메인 수정 #200

Merged
merged 29 commits into from
Jul 31, 2021

Commits on Jul 29, 2021

  1. refactor: PaymentSaveResponse -> PaymentPendingResponse 네이밍 변경, Payme…

    …ntPendingRequest dto 생성
    Joyykim committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    c55af3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78efff0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bc76ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd89c27 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop-server' of https://github.com/woowacourse-teams…

    …/2021-tyf into feature/iamport-cancel-payment-api
    Joyykim committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    4f191a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d0a756b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1f48d36 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6e3d048 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8b397ce View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6611c32 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'develop-server' of https://github.com/woowacourse-teams…

    …/2021-tyf into feature/iamport-cancel-payment-api
    
    Conflicts:
        server/src/main/java/com/example/tyfserver/payment/controller/PaymentController.java
        server/src/main/java/com/example/tyfserver/payment/domain/Payment.java
        server/src/main/java/com/example/tyfserver/payment/domain/PaymentInfo.java
        server/src/main/java/com/example/tyfserver/payment/service/PaymentService.java
        server/src/main/java/com/example/tyfserver/payment/util/IamPortPaymentServiceConnector.java
        server/src/test/java/com/example/tyfserver/donation/controller/DonationControllerTest.java
        server/src/test/java/com/example/tyfserver/payment/domain/PaymentTest.java
    Joyykim committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    e79a835 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fe9121f View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. Configuration menu
    Copy the full SHA
    8c57263 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c4c108 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3f1bcc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b83ca46 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    049e8e1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50f6f00 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    625bb3a View commit details
    Browse the repository at this point in the history
  8. Merge branch 'develop-server' of https://github.com/woowacourse-teams…

    …/2021-tyf into feature/iamport-cancel-payment-api
    
    � Conflicts:
    �	server/src/test/java/com/example/tyfserver/donation/DonationAcceptanceTest.java
    Joyykim committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    3847a07 View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'origin/feature/iamport-cancel-payment-a…

    …pi' into feature/iamport-cancel-payment-api
    Joyykim committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    2a674e2 View commit details
    Browse the repository at this point in the history
  10. style: 리포매팅

    Joyykim committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    155311f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a9ad935 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8242c01 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2638b42 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f31567f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8e94396 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2021

  1. Configuration menu
    Copy the full SHA
    05a161b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49fcdac View commit details
    Browse the repository at this point in the history