Skip to content

Commit a33cfef

Browse files
committed
chore(services/flipcash): lowercase IAP product IDs for Google
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent d0dfc93 commit a33cfef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • services/flipcash/src/main/kotlin/com/flipcash/services/billing
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package com.flipcash.services.billing
22

33
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)
4+
CreateAccount("com.flipcash.iap.createaccount", true),
5+
CreateAccountWithWelcomeBonus("com.flipcash.iap.createaccountwithwelcomebonus", false)
66
}

0 commit comments

Comments
 (0)