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.
No, baskets have to be paid from backend.Is it possible to launch a manual payment from the front end for our moderators which would trigger profile update ?
Automatic paying of a basket doesn't save a user either unless necessary. For your integration to work correctly with CBSubs you need to be using the onCPayUserStateChange trigger. It is the only reliable trigger for subscription state changes. User store is only done when it needs to be done (e.g. user information changed), which is not often in the case of subscription payments.Basically we would like to use the manual payment in the same way as an automatic one
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
You could try using CB Auto Actions with the below trigger usages.
Plan Active
Triggers: onCPayUserStateChange
User: Automatic
Access: Everybody
Conditional 1: [var3] Equal To PLAN_ID_HERE
Conditional 2: [var2] Equal To A
Plan Expired
Triggers: onCPayUserStateChange
User: Automatic
Access: Everybody
Conditional 1: [var3] Equal To PLAN_ID_HERE
Conditional 2: [var2] Equal To X
Please Log in or Create an account to join the conversation.