From 882a7b00709b789ef0fd9db6d41898e31eb68594 Mon Sep 17 00:00:00 2001 From: Lurian Date: Tue, 13 Aug 2024 19:34:44 -0300 Subject: [PATCH] fix: change manifest default vendor to a mocked one to avoid accidentally publishing to vtex vendor --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index f9f657f..1b3f704 100644 --- a/manifest.json +++ b/manifest.json @@ -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",