Skip to content

Commit

Permalink
Fix test data
Browse files Browse the repository at this point in the history
  • Loading branch information
SpertsyanKM committed Jan 13, 2025
1 parent ad8f8dc commit ebc48d8
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions app/src/main/java/com/qonversion/android/app/HomeFragment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,7 @@ class HomeFragment : Fragment() {
})

binding.buttonSubscribe.setOnClickListener {
// purchase(productIdSubs)
NoCodes.shared.showScreen("9F8uZvTX", object : NoCodesShowScreenCallback {
override fun onSuccess() {

}

override fun onError(error: NoCodesError) {
}
})
purchase(productIdSubs)
}

binding.buttonInApp.setOnClickListener {
Expand Down

0 comments on commit ebc48d8

Please sign in to comment.