Please Log in or Create an account to join the conversation.
The following would be CB Paid Subscription actions.
Code:DELETE FROM `y2vfp_cbsubs_subscriptions` WHERE `y2vfp_cbsubs_subscriptions`.`user_id` = [user_id] AND `plan_id` = '3'; DELETE FROM `y2vfp_cbsubs_subscriptions` WHERE `y2vfp_cbsubs_subscriptions`.`user_id` = [user_id] AND `plan_id` = '10';
Please Log in or Create an account to join the conversation.
Yes.If we are running only stable CB build releases on our live site, is it OK for us to update only Auto Actions to the new nightly build?
You can use the below to execute actions on subscription status.And which auto action trigger should we use for these if we want this to happen once successful payment has been made for plan_id = 1 (plan 1 has become active)?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.