client.payroll gives the following error: NoMethodError (undefined method xero_url=' for #Xeroizer::PrivateApplication:0x00007fd8ea704ef8)`
In order to access payroll I'm currently doing the following:
xero_client = client.clone
xero_client.instance_variable_set("@xero_url", "https://api.xero.com/payroll.xro/1.0")
payroll = Xeroizer::PayrollApplication.new(xero_client)
client.payrollgives the following error:NoMethodError (undefined methodxero_url=' for #Xeroizer::PrivateApplication:0x00007fd8ea704ef8)`In order to access payroll I'm currently doing the following: