CHECK - So my first action is to select SUBSCRIBE THE USER TO…
CHECK - Test with test credit card
CHECK - Message from system with OK transaction subscription completed
now what…? how do i get the value from Braintree for the transaction? The document states vale from previous step… but I can’t seem to find it. I need to write a value to the user table indicating that the user is now paying for a type of subsection.
The problem here is that the solution was too simple!
Step1: Your button select subscription plan
Step2a: Success: Make changes to user, example Paying = “Yes”
Step2b: Not successful: do nothing
In both cases the system gives you an automatic message.
Looks like the next action is not executed immediately. If the operation is successful then your next action will be executed. If not successful then the next action does not happen.
I just placed a Make Changes to User. The field PAYING CUSTOMER = “Yes”. The thing is that action did not happen immediately. It took awhile. So you would probably need to make some UX changes to reflect that it might take “time” for your subscription to activate, if that is the case.