Skip to content

3.3.0

Compare
Choose a tag to compare
@SerKnight SerKnight released this 11 Aug 15:39
· 155 commits to master since this release

Implements the endpoints available in Xero's API spec.

Description

Release Notes

Subscriptions endpoints enable you to query data about the users who have paid to subscribe to your application through Xero.

AppStoreAPI adds

  • get_subscription

  • XeroRuby::AppStore:: adds

    • Subscription
    • SubscriptionItem
    • Plan
    • Product
    • Price
    • ProblemDetails
  • XeroRuby::PayrollAu::Employee adds termination_reason
    V Voluntary cessation
    I Ill health
    D Deceased
    R Redundancy
    F Dismissal
    C Contract cessation
    T Transfer

lib/xero-ruby/models/accounting/time_zone.rb

  • EASTERISLANDSTANDARDTIME = "EASTERISLANDSTANDARDTIME".freeze

  • XeroRuby::PayrollAu::PayrollCalendar adds reference_date

  • Payment.rb adds bank_amount

Types of Changes

  • New feature (non-breaking change that adds functionality)