#karuppasamy
1 messages · Page 1 of 1 (latest)
Hi there, what kind of scheduler that you want to create?
currently we are using subscription once subscription done by customer next time auto debit from customer account so that time we need to update that end date in our database so i need create scheduler to find how to implement in our application
OK. so you want to update your DB with the subscription's current_peroid_start and current_peroid_end ?
yes once auto renewal is done
OK, then you just need to listen to customer.subscription.updated event and get the latest current_peroid_start and current_peroid_end from the event object
ok but i need create as scheduler ..how do that
should i create as console application ?
currently i am using .net
I don't know how to create scheduler in .NET, you might want to hire a .NET specialist.
CLI is for development purpose only, you shouldn't use CLI in production.