Skip to content

Commit

Permalink
Fix onboarding state typo and bump accounting mappings for category m…
Browse files Browse the repository at this point in the history
…apping v2 (#351)
  • Loading branch information
ashwin1111 authored Sep 21, 2023
1 parent b38ca92 commit b1020ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/workspaces/apis/import_settings/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def update(self, instance, validated):


if instance.onboarding_state == 'IMPORT_SETTINGS':
instance.onboarding_state = 'ADVANCED_SETTINGS'
instance.onboarding_state = 'ADVANCED_CONFIGURATION'
instance.save()

return instance
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ djangorestframework==3.11.2
django-sendgrid-v5==1.2.0
future==0.18.2
fyle==0.32.0
fyle_accounting_mappings==1.26.5
fyle_accounting_mappings==1.27.0
fyle-integrations-platform-connector==1.31.0
fyle-rest-auth==1.5.0
gevent==22.10.2
Expand Down

0 comments on commit b1020ae

Please sign in to comment.