Skip to content
New issue

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

Remove settlement from SDK #89

Merged
merged 5 commits into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions fyle/platform/apis/v1beta/admin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from .expenses import Expenses
from .tax_groups import TaxGroups
from .reimbursements import Reimbursements
from .settlements import Settlements
from .projects import Projects
from .expense_fields import ExpenseFields
from .dependent_expense_field_values import DependentExpenseFieldValues
Expand All @@ -33,7 +32,6 @@
expenses = Expenses(version, role)
tax_groups = TaxGroups(version, role)
reimbursements = Reimbursements(version, role)
settlements = Settlements(version, role)
advance_requests = AdvanceRequests(version, role)
files = Files(version, role)
accounting_exports = AccountingExports(version, role)
Expand Down
17 changes: 0 additions & 17 deletions fyle/platform/apis/v1beta/admin/settlements.py

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='fyle',
version='v0.37.0',
version='v0.37.1',
author='Siva Narayanan',
author_email='[email protected]',
description='Python SDK for accessing Fyle Platform APIs',
Expand Down
1 change: 0 additions & 1 deletion test/integration/approver/fixtures/mock_approver_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
"physical_bill_submitted_at":"None",
"purpose":"#2: Oct 2021",
"seq_num":"C/2021/10/R/2",
"settlement_id":"setKvFHOzcAjt",
"source":"WEBAPP",
"state":"PAID",
"tax":0.5,
Expand Down
Loading