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

Feature/223 환불 flow 교체 #236

Merged
merged 12 commits into from
May 1, 2024
Merged

Feature/223 환불 flow 교체 #236

merged 12 commits into from
May 1, 2024

Conversation

HamBP
Copy link
Member

@HamBP HamBP commented Apr 28, 2024

Issue

작업 내용

  • 환불 플로우를 기존 (계좌 이체)방식에서 페이를 붙인 이후의 방식으로 교체

@HamBP HamBP self-assigned this Apr 28, 2024
@HamBP HamBP marked this pull request as draft April 28, 2024 19:25
@HamBP HamBP added the feat 새로운 기능 label Apr 28, 2024
Copy link

github-actions bot commented Apr 28, 2024

Test Results

 7 files   7 suites   0s ⏱️
 7 tests  7 ✅ 0 💤 0 ❌
10 runs  10 ✅ 0 💤 0 ❌

Results for commit ab15a4b.

♻️ This comment has been updated with latest results.

@HamBP HamBP marked this pull request as ready for review April 28, 2024 20:25
@@ -130,7 +130,7 @@ fun TicketingScreen(
context = context,
amount = uiState.totalPrice,
clientKey = BuildConfig.TOSS_CLIENT_KEY,
customerKey = it.userId,
customerKey = "user-${it.userId}",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이부분 확인해줘용

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

땡큐 ㅋㅋ 슈퍼준영쓰
근데 이거 포맷은 추후에 iOS 쪽이랑 더 고민해보려고 (최소한 인코딩을 한다거나 해서 규칙을 유추하기 어렵게)

Copy link
Member

@mangbaam mangbaam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

리뷰 남긴 거 확인해주세용
일단 Approve

@@ -130,7 +130,7 @@ fun TicketingScreen(
context = context,
amount = uiState.totalPrice,
clientKey = BuildConfig.TOSS_CLIENT_KEY,
customerKey = it.userId,
customerKey = "user-${it.userId}",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

땡큐 ㅋㅋ 슈퍼준영쓰
근데 이거 포맷은 추후에 iOS 쪽이랑 더 고민해보려고 (최소한 인코딩을 한다거나 해서 규칙을 유추하기 어렵게)

@HamBP HamBP merged commit 7ec8689 into develop May 1, 2024
2 checks passed
@HamBP HamBP linked an issue May 13, 2024 that may be closed by this pull request
@mangbaam mangbaam deleted the feature/223 branch May 18, 2024 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 새로운 기능
Projects
None yet
Development

Successfully merging this pull request may close these issues.

환불 수단 교체 카드/페이 환불 flow 추가
2 participants