mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-16 17:02:18 +00:00
Fix wrong identifier for old android IAP (#8121)
This commit is contained in:
parent
afb5b473a3
commit
c025ffbd10
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue