I’m using the Stripe plugin provided by Bubble.
I have two instances in my application where a user is registered which requires the user to subscribe to a plan.
In the first case, the Current User is subscribing themselves. This works fine.
In the second case, the Current User is subscribing someone else. Someone they supervise. This is not working.
Below is the detail of the work flow, and the specific Stripe action:
What I’m expecting to happen is when Step 7 of the workflow occurs, the user is taken to the Stripe website to enter their credit card information.
This only occurs when the box “Apply this action to the current user” is checked, but when this user is checked, the subscription is not applied to the desired user, but rather is applied to the Current User.
When the box “Apply this action to the current user” is not checked, the user is not taken to the Stripe website to enter their credit card information, and the following message is displayed to the console:
Clearly I’m doing something wrong, but I’m not seeing what it is.
Can anyone help me?