0.2.3
Xero Ruby version 0.2.3 generated against OpenAPI Spec version 2.0.6
accounting_api.rb
- Fixed issue with payment_delete method - Delete payment operation requires a payload when performing a POST. The payment_delete object (of type PaymentDelete, has a single property "status" with a default value of "DELETED". Simply create a new instance of payment_delete and pass it as an arg to the payment_delete method. (added payment_delete.rb)
- Added get_quote_as_pdf
- Removed update_employee method - updateEmployee singular not supported by API
currency_code.rb
- Adding ZWK and "" empty strings to currencyCode ENUM list
invoice.rb
- Add missing ENUM "ARPREPAYMENT" for Invoice Type
AccountingApi.md
Updated documentation for AccountingApi
PaymentDelete.md
Added new documentaion for PaymentDelete
RSpec Tests update (Not used)
payment_delete_spec.rb
OpenAPI document version update from 2.0.4 to 2.0.6 across all files
SDK version updated to 0.2.3 (patch)