Skip to content

Commit

Permalink
#40 refactor: 변수명, 함수명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
juhwankim-dev committed Nov 29, 2023
1 parent 557422f commit 4a36a54
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ class PurchaseFragment : BaseFragment<FragmentPurchaseBinding>(FragmentPurchaseB
private fun handleEvent(event: PurchaseEvent) {
when (event) {
is PurchaseEvent.StartPurchase -> {
billingViewModel.buyBasePlans(
product = event.productId,
billingViewModel.buyPlans(
productId = event.productId,
tag = event.tag,
upDowngrade = event.upDowngrade,
)
Expand Down

0 comments on commit 4a36a54

Please sign in to comment.