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
{{ message }}
This repository has been archived by the owner on Apr 22, 2019. It is now read-only.
If an invoice/credit memo is sent to AvaTax via the AvaTax Queue, but in the process of the queue being processed, an error occurs, the queued item will stay in a "processing" and will be sent to AvaTax multiple times. This results in a invoices or credit memos being recorded multiple times.
For example, if a credit memo is sent to AvaTax but then the process can't save the credit memo, and exception will be thrown and the queued item will stay as "processing".
Solution
If an exception occurs and the record has already been sent to AvaTax, immediately change the status to "failed" so that it will not be attempted to send again.
The text was updated successfully, but these errors were encountered:
I've implemented a solution to fix this issue. Here is a screenshot demonstrating an example error message when a record fails after being sent to AvaTax:
Issue explanation
If an invoice/credit memo is sent to AvaTax via the AvaTax Queue, but in the process of the queue being processed, an error occurs, the queued item will stay in a "processing" and will be sent to AvaTax multiple times. This results in a invoices or credit memos being recorded multiple times.
For example, if a credit memo is sent to AvaTax but then the process can't save the credit memo, and exception will be thrown and the queued item will stay as "processing".
Solution
If an exception occurs and the record has already been sent to AvaTax, immediately change the status to "failed" so that it will not be attempted to send again.
The text was updated successfully, but these errors were encountered: