Giter Site home page Giter Site logo

Comments (6)

driesvints avatar driesvints commented on May 10, 2024 2

Being on trial isn't the same as being subscribed. You're not paying at that time. This is just a difference of opinion. You can make combinations of the existing methods in userland to accommodate for your use case.

from cashier-paddle.

yoeriboven avatar yoeriboven commented on May 10, 2024

If I understand your issue correctly, I had the same last week.

$user->subscribed() returns true if you have an active subscription or are on a trial attached to a subscription. It returns false if the trial is generic.

Personally, I think this should also look if a generic trial is active.

from cashier-paddle.

driesvints avatar driesvints commented on May 10, 2024

Hi there,

Thanks for reporting but it looks like this is a question which can be asked on a support channel. Please only use this issue tracker for reporting bugs with the library itself. If you have a question on how to use functionality provided by this repo you can try one of the following channels:

However, this issue will not be locked and everyone is still free to discuss solutions to your problem!

Thanks.

from cashier-paddle.

yoeriboven avatar yoeriboven commented on May 10, 2024

Hi Dries, I disagree although OP might have worded it like that.

In my app I'm doing quite often something like this:

if ($user->subscribed() || $user->onGenericTrial()) {}

Just to see if they are allowed to do something since both subscribers as well as people on a trial are considered subscribed.

Don't you think $user->subscribed() should also return true if the user is on a generic trial?

If not, do you advice doing the if-statement as above or something different?

from cashier-paddle.

driesvints avatar driesvints commented on May 10, 2024

We don't consider people being on trial to be subscribed.

from cashier-paddle.

goranculibrk avatar goranculibrk commented on May 10, 2024

@driesvints your answer that you don't consider users on trial to be subscribed. My logic is the opposite of that, while they are on trial, users should have the access to all features, without the need to ask for the card upfront.
@yoeriboven I'll give it a try with your way, but I think I'll end up with adding trial field to the users table with default to true so new users will be always on trials and to set it to false on SubscriptionCreated or SubscriptionPaymentSucceeded events.

from cashier-paddle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.