Co-authored-by: Subin <subinthattaparambil@gmail.com> Co-authored-by: Manoj <manojmj92@gmail.com> Co-authored-by: Nithin <webofnithin@gmail.com>
18 lines
260 B
YAML
18 lines
260 B
YAML
active:
|
|
v1:
|
|
paid:
|
|
name: 'Platinum'
|
|
id: 'v1-platinum'
|
|
price: 29
|
|
trial:
|
|
name: 'Trial'
|
|
id: 'v1Trial'
|
|
price: 0
|
|
inactive:
|
|
v0:
|
|
free:
|
|
name: 'Free'
|
|
price: 0
|
|
trial_period: 14
|
|
default_pricing_version: 'v1'
|