Skip to content

Commit

Permalink
adding minor version to preferences api call (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
NileshPant1999 authored Sep 16, 2021
1 parent 75d4d3c commit 98e0bd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qbosdk/apis/preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class Preferences(ApiBase):
"""Class for Categories APIs."""

GET_PREFERENCES = '/preferences'
GET_PREFERENCES = '/preferences?minorversion=62'

def get(self):
"""Get a list of the existing Preferences in the Organization.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name='qbosdk',
version='0.12.0',
version='0.13.0',
author='Shwetabh Kumar',
author_email='[email protected]',
description='Python SDK for accessing Quickbooks Online APIs',
Expand Down

0 comments on commit 98e0bd7

Please sign in to comment.