-
Notifications
You must be signed in to change notification settings - Fork 0
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/223 환불 flow 교체 #236
Conversation
Test Results 7 files 7 suites 0s ⏱️ Results for commit ab15a4b. ♻️ This comment has been updated with latest results. |
@@ -130,7 +130,7 @@ fun TicketingScreen( | |||
context = context, | |||
amount = uiState.totalPrice, | |||
clientKey = BuildConfig.TOSS_CLIENT_KEY, | |||
customerKey = it.userId, | |||
customerKey = "user-${it.userId}", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이부분 확인해줘용
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
땡큐 ㅋㅋ 슈퍼준영쓰
근데 이거 포맷은 추후에 iOS 쪽이랑 더 고민해보려고 (최소한 인코딩을 한다거나 해서 규칙을 유추하기 어렵게)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
리뷰 남긴 거 확인해주세용
일단 Approve
presentation/src/main/java/com/nexters/boolti/presentation/extension/PaymentType.kt
Outdated
Show resolved
Hide resolved
presentation/src/main/java/com/nexters/boolti/presentation/screen/refund/RefundViewModel.kt
Outdated
Show resolved
Hide resolved
@@ -130,7 +130,7 @@ fun TicketingScreen( | |||
context = context, | |||
amount = uiState.totalPrice, | |||
clientKey = BuildConfig.TOSS_CLIENT_KEY, | |||
customerKey = it.userId, | |||
customerKey = "user-${it.userId}", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
땡큐 ㅋㅋ 슈퍼준영쓰
근데 이거 포맷은 추후에 iOS 쪽이랑 더 고민해보려고 (최소한 인코딩을 한다거나 해서 규칙을 유추하기 어렵게)
Issue
작업 내용