We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0dfc93 commit a33cfefCopy full SHA for a33cfef
1 file changed
services/flipcash/src/main/kotlin/com/flipcash/services/billing/Products.kt
@@ -1,6 +1,6 @@
1
package com.flipcash.services.billing
2
3
enum class IapProduct(internal val productId: String, internal val isConsumable: Boolean) {
4
- CreateAccount("com.flipcash.iap.createAccount", true),
5
- CreateAccountWithWelcomeBonus("com.flipcash.iap.createAccountWithWelcomeBonus", false)
+ CreateAccount("com.flipcash.iap.createaccount", true),
+ CreateAccountWithWelcomeBonus("com.flipcash.iap.createaccountwithwelcomebonus", false)
6
}
0 commit comments