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
Refactor Xero Accounting API actions for consistency and clarity. Key changes include:
- Updated `listInvoices`, `listManualJournals`, `listCreditNotes`, and `listContacts` methods to use `modifiedSince` instead of `modifiedAfter` for parameter naming consistency.
- Simplified API request paths for `listInvoices` and `listManualJournals` by removing unnecessary identifiers.
These modifications enhance the clarity and maintainability of the API integration.
0 commit comments