Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
fix: add missing permission to app manifest (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofzuraw authored Oct 21, 2022
1 parent f430da4 commit ab03653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const handler = createManifestHandler({
name: packageJson.name,
tokenTargetUrl: `${context.appBaseUrl}/api/register`,
appUrl: context.appBaseUrl,
permissions: [],
permissions: ["MANAGE_ORDERS"],
id: "saleor.app",
version: packageJson.version,
webhooks,
Expand Down

1 comment on commit ab03653

@vercel
Copy link

@vercel vercel bot commented on ab03653 Oct 21, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.