The scheduler is attached to the basket within the _cbsubs_baskets table. All CBSubs database tables are prefixed with _cbsubs.where are these baskets with payments scheduled stored ?
You should only need to call scheduleAutoRecurringPayments in your return handling when the hosted page sends you back to CBSubs (see _returnParamsHandler function of CCBill gateway where it does this). This will setup the basket for scheduled payments. You then need to implement handling of scheduled payments in processScheduledAutoRecurringPayment. You don't need to do anything more beyond that for scheduled payments. The scheduling is done all automatically within CBSubs based off things like the duration of the plan so you don't need to manually calculate and store any of that.im trying to setup such a stored basket so i can call it with the cronjob.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.