Fintechqb 1967 enable service level logging - #9
Open
andymond wants to merge 11 commits into
Open
Conversation
In a recent update to the QBO API, if a company that uses automated sales tax has an invoice that has no tax amount, we need to specify TotalTaxSpecified = false. Not passing this results in an error from QBO indicating that sales tax was miscalculated.
…ction-tax-detail Add total tax specified to transaction tax detail
… per request and once per response if enabled
…ption Add condense_logs to quickbooks config & update logs to only log once…
Merge ruckus latest into codefied
…gging utility to allow per-service-instance logging capability
…t memoizing to handle @log explicitly being set to false for an instance
jorgefernando1
approved these changes
May 24, 2023
pufe-hcp
approved these changes
Aug 1, 2023
jorgefernando1
approved these changes
Aug 2, 2023
maumaigre
removed their request for review
April 2, 2024 22:45
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Quickbooks.logmethod to log without implicit conditionQuickbooks::Util::Logging-> this allows any service instance to log without affecting the gem settings, but defaults to gem settings for each new instance