xero_gateway v2.6.0 Release Notes
Release Date: 2019-02-14 // about 4 years ago-
๐ Deprecations
- ๐ Accessing report rows via #column_1 etc will be deprecated,
please use the column title (e.g
report.rows.first.account
) or an array/hash-style accessor (e.greport.rows.first[0]
orreport.rows.first["Account"]
๐ Features/Improvements
- Ability to grab Payroll API Pay Runs and Payroll Calendars (thanks @lordmortis)
- โ Add support for page param when fetching bank transactions
- Populate Invoice#fully_paid_on from FullyPaidOnDate
- โ Adds the ability to get attributes for Report Cells
- โ Added the ability to get the section name for a Row by calling #section_name on the Row
- โ Add ContactPerson to Contact XML
- โ Add DiscountRate to line items
๐ Bug Fixes
- ๐ Fixed a bug where we weren't including all Sections in the report object
- ๐ Accessing report rows via #column_1 etc will be deprecated,
please use the column title (e.g