You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My problem is about getting the plan interval. When looking at the DefaultIntervalGenerator, the interval is a protected attribute and there is only a isMonthly() method which would not make distinctions between a monthly subscription or a 3-month subscription. Same thing with a yearly or 2 yearly subscription.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Yes, I could use the config to access the interval, though it would be nice to way of accessing the interval from the object itself. I believe that a more 'dynamic' way of accessing it would be more interesting.
Hi,
My problem is about getting the plan interval. When looking at the DefaultIntervalGenerator, the interval is a protected attribute and there is only a
isMonthly()
method which would not make distinctions between a monthly subscription or a 3-month subscription. Same thing with a yearly or 2 yearly subscription.Thanks in advance.
The text was updated successfully, but these errors were encountered: