Skip to content

Commit

Permalink
Merge branch 'feature/add-flag-to-configured-app' of https://github.c…
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslinhares committed Jan 23, 2024
2 parents 8ab426e + 9d9ce3c commit f9d1bb9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ def create(self, request, app_uuid, *args, **kwargs):
status=status.HTTP_400_BAD_REQUEST,
)

self._update_connected_catalog_flag(app)

credentials = {
"app_key": vtex_app.config.get("api_credentials", {}).get("app_key"),
"app_token": vtex_app.config.get("api_credentials", {}).get("app_token"),
Expand Down

0 comments on commit f9d1bb9

Please sign in to comment.