Skip to content

Commit

Permalink
Merge pull request #16 from vtex-apps/fix/vtex-vendor
Browse files Browse the repository at this point in the history
fix: change manifest default vendor to a mocked one to avoid accidentally publishing to VTEX vendor
  • Loading branch information
Lurian authored Aug 13, 2024
2 parents e0e67de + 882a7b0 commit 3c68f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-payment-auth-app",
"vendor": "vtex",
"vendor": "example-vendor",
"version": "1.1.0",
"title": "Example Payment Authentication App",
"description": "Example Payment Authentication App",
Expand Down

0 comments on commit 3c68f88

Please sign in to comment.