Skip to content

Commit

Permalink
chore: Update app name in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
peelar committed Jun 26, 2024
1 parent 4498e4f commit 26b6e68
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pages/api/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default createManifestHandler({
const apiBaseURL = process.env.APP_API_BASE_URL ?? appBaseUrl;

const manifest: AppManifest = {
name: 'Saleor App Template',
name: "Dummy Payment App",
tokenTargetUrl: `${apiBaseURL}/api/register`,
appUrl: iframeBaseUrl,
/**
Expand All @@ -32,7 +32,8 @@ export default createManifestHandler({
*
* This can be removed
*/
"MANAGE_ORDERS",
"MANAGE_CHECKOUTS",
"HANDLE_PAYMENTS",
],
id: "saleor.app",
version: packageJson.version,
Expand Down

0 comments on commit 26b6e68

Please sign in to comment.