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
I was just bitten by #103 again and after considering the code, it seems like we can eliminate this table.
Then, for every plan, we first query stripe to see if it exists and if it doesn't we create it.
It seems that the only purpose of the plans table is to avoid this extra query. But the cost is losing a recurring contribution if something gets out of sync.
The text was updated successfully, but these errors were encountered:
I was just bitten by #103 again and after considering the code, it seems like we can eliminate this table.
Then, for every plan, we first query stripe to see if it exists and if it doesn't we create it.
It seems that the only purpose of the plans table is to avoid this extra query. But the cost is losing a recurring contribution if something gets out of sync.
The text was updated successfully, but these errors were encountered: