diff --git a/src/App.js b/src/App.js index 60f3b13..d3b501d 100644 --- a/src/App.js +++ b/src/App.js @@ -3,7 +3,7 @@ import { PaystackButton } from "react-paystack" import "./App.css" const App = () => { - const publicKey = "ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad" + const publicKey = "Private" const amount = 1000000 const [email, setEmail] = useState("") const [name, setName] = useState("")