-
Notifications
You must be signed in to change notification settings - Fork 3
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
Feature/tony/payment/user-billing-pay #98
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
userId와 tripId로 조회 하는 메서드 추가
구체적인 상세 기능은 많이 없습니다.
trip 상태코드 검증
택시기사가 [운행 완료]시 사용자에게 결제 요구하면 결제 진행하는 API
이 건은 해결되서 PR Close 하도록하겠습니닷. |
혹시 Close해도 괜찮을까용? |
LocalDateTime -> LocalDate
…g-pay' into feature/tony/payment/user-billing-pay # Conflicts: # src/test/kotlin/com/hh2/katj/payment/service/BillingServiceTest.kt
📝 테스트 커버리지 리포트입니다
|
JangHyeonJun2
approved these changes
Oct 12, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
해결하려는 문제가 무엇인가요?
어떻게 해결했나요?
기 등록된 빌링정보로 결제 진행
사용자가 기등록한 결제 정보를 사용하여 요금을 지불한다
기 등록된 결제 수단이 하나도 없다
Attachment