From 9546372542e465180700b194b009943c2fa932c9 Mon Sep 17 00:00:00 2001 From: Brian Talma <47258865+btalma@users.noreply.github.com> Date: Wed, 20 Sep 2023 16:48:36 -0400 Subject: [PATCH] Update react/queries/appSettings.gql Co-authored-by: Arthur Bond --- react/queries/appSettings.gql | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/react/queries/appSettings.gql b/react/queries/appSettings.gql index a71baba..6db7935 100644 --- a/react/queries/appSettings.gql +++ b/react/queries/appSettings.gql @@ -1,5 +1,6 @@ query AppSettings($version: String) { - appSettings(app: "vtex.cybersource-ui", version: $version) + appSettings(app: "vtex.cybersource", version: $version) @context(provider: "vtex.apps-graphql") { message - } \ No newline at end of file + } +} \ No newline at end of file