mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37: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':
|
case 'com.habitrpg.android.habitica.iap.4gems':
|
||||||
amount = 1;
|
amount = 1;
|
||||||
break;
|
break;
|
||||||
case 'com.habitrpg.android.habitica.iap.20gems':
|
case 'com.habitrpg.android.habitica.iap.20.gems':
|
||||||
case 'com.habitrpg.android.habitica.iap.21gems':
|
case 'com.habitrpg.android.habitica.iap.21gems':
|
||||||
amount = 5.25;
|
amount = 5.25;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user