#lucasalmeida1974_api

1 messages ¡ Page 1 of 1 (latest)

muted mangoBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1438670634866704424

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

wide stag
#

The field that I'm talking about.

green path
#

hi there - I'll be right with you

wide stag
#

Alright

green path
muted mangoBOT
wide stag
#

Yep, looks like it works... but it's not possible to remove the field right? Like, just show the QR Code.

#
      defaultValues: {
        billingDetails: {
          email: this.sessionService.getPayload()?.email || undefined,
        },
      },
    };
#

To be honest, thinking about the flow, just selecting the PIX option and not showing up no field would be great.

#

I made a footage, just like this would be great... It's possible?

buoyant hemlock
#

Hi @wide stag I'm taking over this thread

wide stag
#

Close the ticket, I found the solution, thanks guys.

#
      defaultValues: {
        billingDetails: {
          email: this.sessionService.getPayload()?.email || undefined,
        },
      },
      fields: {
        billingDetails: {
          name: 'never',
          email: 'never',
          phone: 'never',
          address: 'never',
        },
      },
    };```
#

Thank you very much.