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

Fix pagination and post summary grouped by fund source #501

Merged
merged 3 commits into from
Oct 13, 2023

Conversation

ashwin1111
Copy link
Contributor

No description provided.

@@ -166,26 +165,32 @@ def sync_dimensions(fyle_credentials):
logger.info('Invalid Token for fyle')


def post_accounting_export_summary(org_id: str, workspace_id: int) -> None:
def post_accounting_export_summary(org_id: str, workspace_id: int, fund_source: str=None) -> None:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
def post_accounting_export_summary(org_id: str, workspace_id: int, fund_source: str=None) -> None:
def post_accounting_export_summary(org_id: str, workspace_id: int, fund_source: str = None) -> None:

* add and fix tests

* fix lint

* fix lint
@ashwin1111 ashwin1111 temporarily deployed to CI Environment October 13, 2023 07:30 — with GitHub Actions Inactive
@ashwin1111 ashwin1111 merged commit 12e73ba into tests-support-webhook-call Oct 13, 2023
1 check passed
ashwin1111 added a commit that referenced this pull request Oct 13, 2023
* Add tests for new addition

* Fix pagination and post summary grouped by fund source (#501)

* Fix pagination and post summary grouped by fund source

* remove generator and use list of list

* add and fix tests (#502)

* add and fix tests

* fix lint

* fix lint
@github-actions
Copy link

Tests Skipped Failures Errors Time
202 0 💤 0 ❌ 0 🔥 30.741s ⏱️

ashwin1111 added a commit that referenced this pull request Oct 13, 2023
* Add support for receiving webhook event

* Add tests for new addition (#500)

* Add tests for new addition

* Fix pagination and post summary grouped by fund source (#501)

* Fix pagination and post summary grouped by fund source

* remove generator and use list of list

* add and fix tests (#502)

* add and fix tests

* fix lint

* fix lint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants