Gerardo Baez

Results 13 comments of Gerardo Baez

I know this is quite old. There's a check in place to prevent duplicated usage records: https://github.com/gerardojbaez/laraplans/blob/6d0112d5219878f2bead55bb58b78f27f407a775/src/Laraplans/SubscriptionUsageManager.php#L36-L40 I've been trying to replicate the issue but nothing so far, all tests...

Hi, sorry for the delay. There is no way to explicitly set unlimited periods at this moment. As an alternative, you may set `interval` to `year` and `interval_count` to a...

Hi Georde, Feature codes are stored in the config file `config/laraplans.php` under the config key `features`. You can view an [example here](https://github.com/gerardojbaez/laraplans/blob/bb002a2e9ee4cd8f411d70f86d9aaf2da5416358/src/config/laraplans.php#L47). It should work correctly once you define the...

You must configure your site features before using them. As I have mentioned in my previous comment, all features are defined in the `config/laraplans.php` file. Laraplans uses this file to...

Hey @julienarcin, thanks for the report and the PR.

@pay2all, this thread is for feedback only. Please open a new issue (if you haven't opened one already) to report the issue. Pull Requests are welcome if you want to...

@siarheipashkevich, there is no breaking change in version 2.1.0 besides adding the `canceled_immediately` column to `plan_subscriptions` table; this change is not automatically applied to your app migrations, you have to...

@josteph, Thank you for the feedback! What do you mean exactly with "*more power in terms of trial and not trial subscriptions*"? Any example or use case? The trial termination...

@josteph, That's another good solution! You're welcome! I'm glad that Laraplans helps you and your project. :)

@Yahav, of course! I'm working on a medium size project at this moment, this is the main reason why I haven't been active lately. @mnakalay, Thanks for your suggestions and...