#karuppasamy

1 messages · Page 1 of 1 (latest)

remote trenchBOT
high cove
#

Hi there, what kind of scheduler that you want to create?

visual jasper
#

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

high cove
#

OK. so you want to update your DB with the subscription's current_peroid_start and current_peroid_end ?

visual jasper
#

yes once auto renewal is done

high cove
#

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

visual jasper
#

ok but i need create as scheduler ..how do that
should i create as console application ?

#

currently i am using .net

high cove
#

I don't know how to create scheduler in .NET, you might want to hire a .NET specialist.

visual jasper
#

ok

#

should configure cli at our server for call the web hook event?

high cove
#

CLI is for development purpose only, you shouldn't use CLI in production.