diff --git a/sageintacctsdk/apis/expense_reports.py b/sageintacctsdk/apis/expense_reports.py index 0453983..1c95760 100644 --- a/sageintacctsdk/apis/expense_reports.py +++ b/sageintacctsdk/apis/expense_reports.py @@ -9,7 +9,7 @@ class ExpenseReports(ApiBase): """Class for Expense Reports APIs.""" def __init__(self): - ApiBase.__init__(self, dimension='EEXPENSES') + ApiBase.__init__(self, dimension='EEXPENSES', post_legacy_method='create_expensereport') def update_attachment(self, key: str, supdocid: str): """ diff --git a/setup.py b/setup.py index 29c5677..9beedba 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name='sageintacctsdk', - version='1.18.0', + version='1.19.0', author='Ashwin T', author_email='ashwin.t@fyle.in', description='Python SDK for accessing Sage Intacct APIs',