From 97f46e17b48c333fe2534893653dd5fa8f93ce08 Mon Sep 17 00:00:00 2001 From: ruuushhh <66899387+ruuushhh@users.noreply.github.com> Date: Fri, 12 Jan 2024 17:52:45 +0530 Subject: [PATCH] Increase Customer Sync Upper Limit (#552) --- apps/quickbooks_online/utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/quickbooks_online/utils.py b/apps/quickbooks_online/utils.py index b445b9c7..172c4801 100644 --- a/apps/quickbooks_online/utils.py +++ b/apps/quickbooks_online/utils.py @@ -8,6 +8,7 @@ from fyle_accounting_mappings.models import DestinationAttribute, EmployeeMapping from qbosdk import QuickbooksOnlineSDK from qbosdk.exceptions import WrongParamsError + from apps.fyle.models import ExpenseGroup from apps.mappings.models import GeneralMapping from apps.quickbooks_online.models import ( @@ -28,7 +29,7 @@ logger = logging.getLogger(__name__) -SYNC_UPPER_LIMIT = {'customers': 17000} +SYNC_UPPER_LIMIT = {'customers': 25000} def format_special_characters(value: str) -> str: