mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
Fix wrong identifier for old android IAP (#8121)
This commit is contained in:
committed by
Matteo Pagliazzi
parent
afb5b473a3
commit
c025ffbd10
@@ -60,7 +60,7 @@ api.iapAndroidVerify = {
|
||||
case 'com.habitrpg.android.habitica.iap.4gems':
|
||||
amount = 1;
|
||||
break;
|
||||
case 'com.habitrpg.android.habitica.iap.20gems':
|
||||
case 'com.habitrpg.android.habitica.iap.20.gems':
|
||||
case 'com.habitrpg.android.habitica.iap.21gems':
|
||||
amount = 5.25;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user