You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the user signs up with school desk on a paid plan, a session completes and the Account is flipped to the ACTIVE state.
A customer cancelled and I discovered that the connection between the School Desk Account and Stripe Customer record is not made. The checkout.session.completed event that sets to ACTIVE should also set a (not yet existing) customer_id field on the Account.
This change will facilitate my ability to help customers.
The text was updated successfully, but these errors were encountered:
When the user signs up with school desk on a paid plan, a session completes and the Account is flipped to the ACTIVE state.
A customer cancelled and I discovered that the connection between the School Desk Account and Stripe Customer record is not made. The
checkout.session.completed
event that sets to ACTIVE should also set a (not yet existing)customer_id
field on the Account.This change will facilitate my ability to help customers.
The text was updated successfully, but these errors were encountered: