iachat/config/plans.yml
Pranav Raj Sreepuram 2a34255e0b Initial Commit
Co-authored-by: Subin <subinthattaparambil@gmail.com>
Co-authored-by: Manoj <manojmj92@gmail.com>
Co-authored-by: Nithin <webofnithin@gmail.com>
2019-08-14 15:18:44 +05:30

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'