intuit/QuickBooks-V3-DotNET-SDK

Extended exception retry strategy never called

czietsman opened this issue · 0 comments

I picked up a scenario where a Intuit.Ipp.Exception.CommunicationException was thrown which I believe can be retried. I added custom retry logic to my IntuitRetryPolicy handle this case, however the logic was never called.

PR #251 fixes the condition to allow the custom logic to be called.