✨ Subscription and stellar program
This commit is contained in:
@ -127,6 +127,7 @@ public class Subscription : ModelBase
|
||||
{
|
||||
get
|
||||
{
|
||||
if (IsFreeTrial) return 0;
|
||||
if (Coupon == null) return BasePrice;
|
||||
|
||||
var now = SystemClock.Instance.GetCurrentInstant();
|
||||
|
Reference in New Issue
Block a user