Skip to content

Commit

Permalink
Use legacy API for Expense Report (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin1111 authored Feb 6, 2024
1 parent f04074f commit 4fefa71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sageintacctsdk/apis/expense_reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
"""
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='sageintacctsdk',
version='1.18.0',
version='1.19.0',
author='Ashwin T',
author_email='[email protected]',
description='Python SDK for accessing Sage Intacct APIs',
Expand Down

0 comments on commit 4fefa71

Please sign in to comment.