회사정보 변경
This commit is contained in:
@@ -230,11 +230,10 @@ struct ContentDetailView: View {
|
||||
AppState.shared
|
||||
.setAppStep(
|
||||
step: .tempCanPayment(
|
||||
orderType: orderType,
|
||||
contentId: audioContent.contentId,
|
||||
title: audioContent.title,
|
||||
can: orderType == .RENTAL ? Int(ceil(Double(audioContent.price) * 0.6)) : audioContent.price,
|
||||
onSuccess: {
|
||||
viewModel.order(orderType: orderType)
|
||||
}
|
||||
can: orderType == .RENTAL ? Int(ceil(Double(audioContent.price) * 0.6)) : audioContent.price
|
||||
)
|
||||
)
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user