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
Add unitdp to queries
Added unitdp param to allow the return of up to 4 decimal points on
- invoices
- overpayments
- banktransactions
- prepayements
- receipts
- items
Update for 2.3.1
Add CISOrgSetting for UK orgniasations
Add ValidationErrror array missing from Invoices
Change updatePayment method to deletePayment since all you can do is reverse a payment by updating the status. Payments cannot be modified, only created and deleted.
Fix issue by removing sample config.json files
Feedback that config.json files included in the SDK causing problems - need to update Test cases to use a CustomJsonConfig instead.