We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
client.payroll gives the following error: NoMethodError (undefined method xero_url=' for #Xeroizer::PrivateApplication:0x00007fd8ea704ef8)`
client.payroll
NoMethodError (undefined method
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)
The text was updated successfully, but these errors were encountered:
Fix at #456
Sorry, something went wrong.
Going to close this one for the payroll branch; which... we will land one day.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: