traisl date end
This commit is contained in:
@@ -59,7 +59,7 @@ class AccountService(BaseService):
|
||||
bill_style=" next_billing "
|
||||
else:
|
||||
option_name = "Free Trial"
|
||||
next_bill = "End: 10/10/202"
|
||||
next_bill = f"Ends: {member_data.trial_end}"
|
||||
view_sub = "Upgrade Account"
|
||||
bill_style = " billing "
|
||||
|
||||
|
||||
@@ -126,7 +126,7 @@ class SubscriptionsService(BaseService):
|
||||
'post events',
|
||||
'Cancel Anytime'
|
||||
],
|
||||
"next_payment": '2025-10-15 11:00:07.47214'
|
||||
"next_payment": member_data.next_billing if member_data.next_billing!=None else member_data.trial_end,
|
||||
},
|
||||
'stripe_customer_id': member_data.stripe_customer_id,
|
||||
"options": res_options
|
||||
|
||||
Reference in New Issue
Block a user