Skip to content

Commit

Permalink
Merge branch 'master' into github_pr_check_workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-fyle authored Sep 19, 2024
2 parents 3c9b792 + d7d811d commit 803d608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sageintacctsdk/apis/ar_invoices.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
class ARInvoices(ApiBase):
"""Class for AR Invoice APIs."""
def __init__(self):
ApiBase.__init__(self, dimension='ARINVOICE')
ApiBase.__init__(self, dimension='ARINVOICE', post_legacy_method='create_invoice')
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.22.4',
version='1.22.5',
author='Ashwin T',
author_email='[email protected]',
description='Python SDK for accessing Sage Intacct APIs',
Expand Down

0 comments on commit 803d608

Please sign in to comment.