Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(invoice): avoid failure on error not related to taxes (#2576)
## Description This PR is fixing a regression recently introduced by the external tax management feature. A test was added to handle `tax_error` and was testing a specific error code on a service failure, but not all `BaseService::FailedResult` are responding to the `error` method
- Loading branch information