Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don’t reset user on pricing manager #1300

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

alecritson
Copy link
Collaborator

We set the initial user on the pricing manage in the __construct() method, but then after we fetch the price we set the user to null. I think resetting the user is wrong as we're implying the user should be set when the class is instantiated and not just when the user is set explicitly. This PR removes the user reset.

@vercel
Copy link

vercel bot commented Oct 10, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
lunar-docs ✅ Ready (Inspect) Visit Preview Oct 10, 2023 10:03am

@alecritson alecritson merged commit 9b18945 into 0.6 Oct 12, 2023
12 checks passed
@alecritson alecritson deleted the hotfix/prevent-user-reset-on-pricing branch October 12, 2023 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants