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

feat: rubocop #2903

Merged
merged 1 commit into from
Dec 3, 2024
Merged

feat: rubocop #2903

merged 1 commit into from
Dec 3, 2024

Conversation

brunomiguelpinto
Copy link
Contributor

@brunomiguelpinto brunomiguelpinto commented Dec 3, 2024

Context

The GraphqlController#execute method was throwing a NameError due to an uninitialized constant Types::Integrations::BaseIntegration. This issue affected the production environment

The root cause was an incorrect namespace resolution for Integrations::BaseIntegration::INTEGRATION_ACCOUNTING_TYPES in the integration_syncable method for credit notes.

@brunomiguelpinto brunomiguelpinto self-assigned this Dec 3, 2024
@brunomiguelpinto brunomiguelpinto added the 🐞 Bug Something isn't working label Dec 3, 2024
@brunomiguelpinto brunomiguelpinto merged commit 7b26807 into main Dec 3, 2024
6 checks passed
@brunomiguelpinto brunomiguelpinto deleted the fix-typo-in-credit-notes branch December 3, 2024 06:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants