Fix wrong identifier for old android IAP (#8121)

This commit is contained in:
Phillip Thelen
2016-10-12 09:12:58 +02:00
committed by Matteo Pagliazzi
parent afb5b473a3
commit c025ffbd10

View File

@@ -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;