Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I create a 6 month plan? #27

Closed
darkmat13r opened this issue Jan 18, 2018 · 2 comments
Closed

How do I create a 6 month plan? #27

darkmat13r opened this issue Jan 18, 2018 · 2 comments

Comments

@darkmat13r
Copy link

No description provided.

@gerardojbaez
Copy link
Owner

$plan = Plan::create([
    'name' => 'Pro',
    'description' => 'Pro plan',
    'price' => 9.99,
    'interval' => 'month', // Months
    'interval_count' => 6, // Every 6 months
    'trial_period_days' => 15,
    'sort_order' => 1,
]);

@darkmat13r
Copy link
Author

darkmat13r commented Jan 18, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants