From cef4842b006595b94395db6b02643d71d6381610 Mon Sep 17 00:00:00 2001 From: Emerson Fully <63175980+emersonfully@users.noreply.github.com> Date: Wed, 8 Feb 2023 20:15:35 -0300 Subject: [PATCH] interface para o pix funcionar --- store/interfaces.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/store/interfaces.json b/store/interfaces.json index c4b2ac4..2d07e38 100644 --- a/store/interfaces.json +++ b/store/interfaces.json @@ -5,5 +5,8 @@ "html": { "component": "html", "composition": "children" + }, + "Pix": { + "component": "Pix" } }