Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.1.0
-
Fix Version/s: 5.1.2
-
Component/s: None
-
Labels:None
Description
Invoice delivery for postal methods and interfax pulls api credentials from the company settings, but those settings are being filtered out by trimInvoiceSettings(). We should still filter those out since it is sensitive data, but we only really want to do filtering on hings being stored in the cache. To that end we should remove the call to trimInvoiceSettings() in primeCompany() and apply it only were necessary for limiting the cached data.