feat(plans): add consecutive-month benefits for subscribers
This commit is contained in:
@@ -1371,6 +1371,12 @@ api.backgrounds =
|
||||
text: t('backgroundSouthPoleText')
|
||||
notes: t('backgroundSouthPoleNotes')
|
||||
|
||||
api.subscriptionBlocks =
|
||||
"1": months:1, price:5, key: 'basic_earned'
|
||||
"3": months:3, price:15, key: 'basic_3mo'
|
||||
"6": months:6, price:30, key: 'basic_6mo'
|
||||
"12": months:12, price:48, key: 'basic_12mo'
|
||||
|
||||
repeat = {m:true,t:true,w:true,th:true,f:true,s:true,su:true}
|
||||
api.userDefaults =
|
||||
habits: [
|
||||
|
||||
Reference in New Issue
Block a user