Skip to content

Content Security Policy #16

Closed Answered by perezpefaur
Diex asked this question in Q&A
Apr 30, 2021 · 7 comments · 19 replies
Discussion options

You must be logged in to vote

Same issue here, the brick is not enabiling:

import { useRouter } from "next/router";
import { useEffect, useState } from "react";
import Notification from "./success-notification";

export default function Example({
  service,
  selectedHour,
  selectedDay,
  name,
  lastName,
  mail,
  phone,
  comuna,
  address,
  plate,
  notification,
  carData,
}) {
  const [loading, setLoading] = useState(true);
  const [main, setMain] = useState(null);
  const [message, setMessage] = useState(null);
  const [success, setSuccess] = useState(true);
  const router = useRouter();

  const renderPaymentBrick = async (bricksBuilder) => {
    const settings = {
      initialization: {
        amount: ser…

Replies: 7 comments 19 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@DonArgos
Comment options

Comment options

You must be logged in to vote
2 replies
@Kneehole
Comment options

@estefaniadiazartucio
Comment options

Comment options

You must be logged in to vote
16 replies
@ihojmanb
Comment options

@lucmantovani
Comment options

@ihojmanb
Comment options

@lucmantovani
Comment options

@DonArgos
Comment options

Answer selected by icaldana
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
9 participants