traisl date end
This commit is contained in:
@@ -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