Skip to content

Commit

Permalink
Boolti-319 refactor: 불필요한 convertQuotes() 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
mangbaam committed Nov 4, 2024
1 parent cfdbf37 commit edb8f22
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ import com.nexters.boolti.tosspayments.TossPaymentWidgetActivity
import com.nexters.boolti.tosspayments.TossPaymentWidgetActivity.Companion.RESULT_FAIL
import com.nexters.boolti.tosspayments.TossPaymentWidgetActivity.Companion.RESULT_SOLD_OUT
import com.nexters.boolti.tosspayments.TossPaymentWidgetActivity.Companion.RESULT_SUCCESS
import com.nexters.boolti.tosspayments.extension.convertQuotes
import java.time.LocalDateTime

@Composable
Expand Down Expand Up @@ -146,7 +145,7 @@ fun TicketingScreen(
clientKey = BuildConfig.TOSS_CLIENT_KEY,
customerKey = "user-${it.userId}",
orderId = it.orderId,
orderName = "${viewModel.showId}/${uiState.ticketName}/${uiState.ticketCount}/Android".convertQuotes(),
orderName = "${viewModel.showId}/${uiState.ticketName}/${uiState.ticketCount}/Android",
currency = Currency.KRW.name,
countryCode = "KR",
showId = viewModel.showId,
Expand Down

0 comments on commit edb8f22

Please sign in to comment.