From 77e67792aa8d5cba35f3e4c7db2499ba8982a757 Mon Sep 17 00:00:00 2001 From: Jong Lee <76450939+Jojo970@users.noreply.github.com> Date: Mon, 13 Nov 2023 11:52:21 -0500 Subject: [PATCH] HGI-4546 (#77) Co-authored-by: Jong --- tap_quickbooks/quickbooks/rest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tap_quickbooks/quickbooks/rest.py b/tap_quickbooks/quickbooks/rest.py index 80b6e12..0209ded 100644 --- a/tap_quickbooks/quickbooks/rest.py +++ b/tap_quickbooks/quickbooks/rest.py @@ -105,7 +105,7 @@ def _sync_records(self, url, headers, params, stream): headers.update(self.qb._get_standard_headers()) records_deleted = [] excluded_entities = ["Bill", "Payment", "Transfer", "CompanyInfo", "CreditMemo", "Invoice", - "JournalEntry", "Preferences", "Purchase", "SalesReceipt", "TimeActivity"] + "JournalEntry", "Preferences", "Purchase", "SalesReceipt", "TimeActivity", "BillPayment"] if self.qb.include_deleted and stream not in excluded_entities: # Get the deleted records first if "WHERE" in query: