mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
Removed group subscription options (#8211)
This commit is contained in:
committed by
Matteo Pagliazzi
parent
9aa4b8aa64
commit
f602bfe438
@@ -2677,14 +2677,6 @@ api.subscriptionBlocks = {
|
||||
months: 12,
|
||||
price: 48
|
||||
},
|
||||
group_monthly: {
|
||||
months: 1,
|
||||
price: 5
|
||||
},
|
||||
group_yearly: {
|
||||
months: 1,
|
||||
price: 48,
|
||||
},
|
||||
};
|
||||
|
||||
_.each(api.subscriptionBlocks, function(b, k) {
|
||||
|
||||
Reference in New Issue
Block a user