traisl date end

This commit is contained in:
CHIEFSOFT\ameye
2025-08-30 09:12:31 -04:00
parent 037ef64694
commit a604aeba8a
4 changed files with 15 additions and 4 deletions
+1 -1
View File
@@ -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 "
+1 -1
View File
@@ -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